-
Notifications
You must be signed in to change notification settings - Fork 275
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
Issue with --download-library nt #735
Comments
Hi, did you figure out this issue? I camed up with a same problem... |
@SenyuanGu , i didn't figured out but i download the indexed database from https://benlangmead.github.io/aws-indexes/k2 , and it works |
@abdo3a hello, how can I download the taxonomy from https://benlangmead.github.io/aws-indexes/k2? |
Hi @KeyLllll, in the https://benlangmead.github.io/aws-indexes/k2 page a table for each database and the corresponding URL. |
@abdo3a hello, I downloaded the ‘standard’ Kraken 2 / Bracken Refseq indexes, but when I run " kraken2-build --build --threads 16 --db database" , it gives an error, "There is no taxonomy/". Have you encountered this issue? Thanks! |
You should first download the NCBI taxonomy using: kraken2-build --download-taxonomy --db $DBNAME |
@abdo3a Hello! I ran "kraken2-build --download-taxonomy --db $DBNAME --threads 56 --use-ftp", but encountered an error: |
i didn't remember encountering this problem but I had already changed a line in rsync file according to: Cheers |
When I use that index to download the DB, I then did |
Hello, i tried several times to download nt library using:
kraken2-build --threads 16 --download-taxonomy --db kraken_nt
kraken2-build --threads 16 --download-library nt --db kraken_nt
kraken2-build --build --threads 16 --db kraken_nt
and ends up with all files but non of the .k2d file exist, only taxo.k2d.tmp.
Any suggestions?
The text was updated successfully, but these errors were encountered: