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

Returned non-zero exit status 254 #1

Open
jarrodscott opened this issue Sep 17, 2024 · 2 comments
Open

Returned non-zero exit status 254 #1

jarrodscott opened this issue Sep 17, 2024 · 2 comments

Comments

@jarrodscott
Copy link

Thanks for sharing this amazing tool! I am running like this:

kdb --db-type standard --threads 30 --cache-dir .

And I continue to get an error like this:

subprocess.CalledProcessError: Command 'ncbi-genome-download --section refseq \
--format fasta --assembly-level complete --retries 3 --parallel 30 --progress-bar plasmid' \
returned non-zero exit status 254.

In line 23 of kdb.py I tried moving plasmid to the end of the list, so human is next. But I get the same error. Any thoughts. And is the a better place to post this question? Thanks!!

@ChillarAnand
Copy link
Member

@jarrodscott Thanks for creating the issue. I will take a look and let you know shortly.

@leonmhartman
Copy link

leonmhartman commented Sep 25, 2024

Plasmid fails because it isn't one of the "SUPPORTED_TAXONOMIC_GROUPS" listed in the config.py file of the ncbi-genome-download tool, which kdb uses to retrieve data from NCBI. Neither are "human" or "UniVec_Core", so these will fail too if you're running kdb to create a "standard" kraken2 database.

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

No branches or pull requests

3 participants