-
Notifications
You must be signed in to change notification settings - Fork 78
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
Issues about 'quast-download-busco' #257
Comments
Hello, |
Has there been any movement on this? The new paths for the most updated databases are:
e.g.
Alternatively, QUAST could use BUSCO itself to download the datatbase in a [presumably] futureproof way: busco --download eukaryota_odb10 |
I tried putting the file
My guess is, that the older version of BUSCO in Quast cannot use the newer odb10 files. |
Yes indeed, we will update BUSCO to the newest version (and databases) in the next release. The new version is also working on macOS, so the long-standing QUAST statement "BUSCO (Linux only)" will also be gone soon. |
Hello genius people, I am trying to download busco and quast in my mamba environment, but I have found that there are few error messgaes came through after the last command line of 'quast-download-busco'.
This is how the error messgaes looks like:
ERROR! Failed downloading bacteria database (url: https://busco-archive.ezlab.org/v3/datasets/bacteria_odb9.tar.gz), QUAST functionality will be limited! Exception caught: HTTP Error 404: Not Found
You can try to download the file manually, place it in /data/home/carris/miniforge3/envs/sequence_analysis/lib/python3.10/site-packages/quast_libs/busco/bacteria.tar.gz and restart QUAST
WARNING: Failed to download bacteria database from https://busco-archive.ezlab.org/v3/datasets/bacteria_odb9.tar.gz and unpack it into /data/home/carris/miniforge3/envs/sequence_analysis/lib/python3.10/site-packages/quast_libs/busco
Downloading BUSCO database...
Downloading eukaryota database (file: eukaryota.tar.gz)...
Does anyone know how to solve this problem? Thank you so much for your help!
The text was updated successfully, but these errors were encountered: