-
Notifications
You must be signed in to change notification settings - Fork 273
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
Unable to build db. #852
Comments
code: kraken2-build --standard --threads 12 --db ~/kraken2-master/Kraken2_DB Error: |
This happens when NCBI hasnt updated their assembly_summary.txt file to remove/change links that no longer work. The build should work after a couple days unfortunately. You can remove the line containing that link in the assembly_summary.txt file and try to redownload or you can manually download the libraries (or use krakenuniq-download) |
It seems that the code is trying to download "assembly_summary.txt" files from various folders: archaea, viral, bacteria etc. |
Ah....Thanks for letting me know. We will have to update the kraken download scripts to accommodate this but this may take some time |
Thanks. |
KRAKEN2 is broken:
|
Also struggling with this error, as in issue https://github.com/DerrickWood/kraken2/issues/847 jenniferlu717 has commented
Removing the line containing that genome in the assembly_summary.txt worked. I had to modify download_genomic_library.sh though, so assembly_summary is not recreated each execution of kraken2-build |
Has the issue been fixed? |
Hi, or (downloading and creating your own database) I hope it helps you |
I am getting error while running:
kraken2-build --standard --db kraken2_db
Error:
rsync: link_stat "/refseq/archaea/assembly_summary.txt" (in genomes) failed: No such file or directory (2)
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1861) [Receiver=3.2.7]
Error downloading assembly summary file for archaea, exiting.
Please help.
The text was updated successfully, but these errors were encountered: