Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

genomedata-load-seq error #41

Open
EricR86 opened this issue Aug 26, 2017 · 1 comment
Open

genomedata-load-seq error #41

EricR86 opened this issue Aug 26, 2017 · 1 comment
Labels
bug Something isn't working major

Comments

@EricR86
Copy link
Member

EricR86 commented Aug 26, 2017

Original report (archived issue) by Anonymous.


When I run genomedata-load-seq using the following command:

genomedata-load-seq -f embl87Galgal5.genomedata embl87Galgal5.dna.fa

I got the following error message:

Traceback (most recent call last):
File "/usr/local/bin/genomedata-load-seq", line 9, in
load_entry_point('genomedata==1.3.6', 'console_scripts', 'genomedata-load-seq')()
File "/usr/local/lib/python2.7/dist-packages/genomedata/_load_seq.py", line 319, in main
mode=args.mode, seqfile_type=args.seqfile_type)
File "/usr/local/lib/python2.7/dist-packages/genomedata/_load_seq.py", line 233, in load_seq
assert not gdpath.exists()
AssertionError

@EricR86
Copy link
Member Author

EricR86 commented Aug 28, 2017

Original comment by Eric Roberts (Bitbucket: ericr86, GitHub: ericr86).


It looks this issue comes from trying to create a genomedata archive in file mode when the file already exists. Does embl87Galgal5.genomedata already exist when you attempted that command? It looks like you just need to remove the embl87Galgal5.genomedata folder first then re-run the command.

There should be a better message for this case. I re-raised this as Issue #42.

@EricR86 EricR86 added major bug Something isn't working labels Apr 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working major
Projects
None yet
Development

No branches or pull requests

1 participant