When I run the funannotate data manager most databases can be downloaded but with a certain file the URL cannot be found:
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://busco-data.ezlab.org/v5/data/lineages/acidobacteria_odb10.2020-03-06.tar.gz
Some more Log:
[Jun 28 03:08 PM]: Downloading: https://osf.io/2v9hj/download?version=1 Bytes: 286089494
[Jun 28 03:08 PM]: Downloading: https://osf.io/m67p4/download?version=1 Bytes: 64919077
[Jun 28 03:08 PM]: Funannoate setup complete. Add this to ~/.bash_profile or ~/.bash_aliases:
export FUNANNOTATE_DB=/home/galaxy/galaxy/database/objects/6/5/3/dataset_653aaae7-da0d-4afe-ace4-de7c249f5e27_files
Traceback (most recent call last):
File “/home/galaxy/galaxy/database/shed_tools/toolshed.g2.bx.psu.edu/repos/iuc/data_manager_funannotate/0cadd0a04412/data_manager_funannotate/data_manager/funannotate.py”, line 262, in
download_file(BUSCO_10_DATASETS_URL.format(dataset=busco_dataset), dest_tar)
File “/home/galaxy/galaxy/database/shed_tools/toolshed.g2.bx.psu.edu/repos/iuc/data_manager_funannotate/0cadd0a04412/data_manager_funannotate/data_manager/funannotate.py”, line 217, in download_file
r.raise_for_status()
File “/home/galaxy/galaxy/database/dependencies/_conda/envs/mulled-v1-df536074516ec882c99ac063037d42c9b84dab59bdf72d740d298d7dc5d010cd/lib/python3.8/site-packages/requests/models.py”, line 953, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://busco-data.ezlab.org/v5/data/lineages/acidobacteria_odb10.2020-03-06.tar.gz
what can I do to get the database installed for funannotate?