You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!!
The text was updated successfully, but these errors were encountered:
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.
Thanks for sharing this amazing tool! I am running like this:
And I continue to get an error like this:
In line 23 of
kdb.py
I tried movingplasmid
to the end of the list, sohuman
is next. But I get the same error. Any thoughts. And is the a better place to post this question? Thanks!!The text was updated successfully, but these errors were encountered: