-
Notifications
You must be signed in to change notification settings - Fork 174
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
Comments
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 |
…roup is all This should close issue #175 Signed-off-by: Kai Blin <kblin@biosustain.dtu.dk>
I'll release a new version of |
Thank you for your timely reply and look forward to new version! |
Sorry to interrupt, but did you forget to release a new version of |
Yeah, I got distracted. But 0.3.1 is released now and should be on pypi already. |
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.
The text was updated successfully, but these errors were encountered: