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

doanload failed when groups is set to all #175

Closed
showteeth opened this issue Nov 20, 2021 · 5 comments
Closed

doanload failed when groups is set to all #175

showteeth opened this issue Nov 20, 2021 · 5 comments
Assignees

Comments

@showteeth
Copy link

When I download genome with: ncbi-genome-download --species-taxids 562 all, I got nothing.
When I download genome with: ncbi-genome-download --species-taxids 562 bacteria, I got what I wanted.
I wonder why there is such a difference? In my understanding, these two commands should get the same result.

@kblin
Copy link
Owner

kblin commented Nov 20, 2021

Ah, that was a fun one to find. The issue is that RefSeq doesn't have a metagenome database, and we have logic to error out when you explicitly ask for ncbi-genome-download metagenomes (as a contrast ncbi-genome-download --section genbank metagenomes works), but the all logic didn't take that into account.

kblin added a commit that referenced this issue Nov 20, 2021
…roup is all

This should close issue #175

Signed-off-by: Kai Blin <kblin@biosustain.dtu.dk>
@kblin
Copy link
Owner

kblin commented Nov 20, 2021

I'll release a new version of ncbi-genome-download with a fix on Monday, I don't have easy access to my release signing key right now.

@kblin kblin self-assigned this Nov 20, 2021
@showteeth
Copy link
Author

Thank you for your timely reply and look forward to new version!

@showteeth
Copy link
Author

Sorry to interrupt, but did you forget to release a new version of ncbi-genome-download?

@showteeth showteeth reopened this Nov 30, 2021
@kblin
Copy link
Owner

kblin commented Dec 1, 2021

Yeah, I got distracted. But 0.3.1 is released now and should be on pypi already.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants