Hi all,
I’m trying to test Humann3.6 installed via conda but it looks like it’s trying to download from a broken link:
Error message returned from metaphlan :
Downloading https://www.dropbox.com/sh/7qze7m7g9fe2xjg/AAA4XDP85WHon_eHvztxkamTa/file_list.txt?dl=1
Warning: Unable to download https://www.dropbox.com/sh/7qze7m7g9fe2xjg/AAA4XDP85WHon_eHvztxkamTa/file_list.txt?dl=1
Traceback (most recent call last):
File "/research/bsi/projects/staff_analysis/m141127/conda/biobakery3_2/bin/metaphlan", line 10, in <module>
sys.exit(main())
File "/research/bsi/projects/staff_analysis/m141127/conda/biobakery3_2/lib/python3.7/site-packages/metaphlan/metaphlan.py", line 1187, in main
pars['index'] = check_and_install_database(pars['index'], pars['bowtie2db'], pars['bowtie2_build'], pars['nproc'], pars['force_download'])
File "/research/bsi/projects/staff_analysis/m141127/conda/biobakery3_2/lib/python3.7/site-packages/metaphlan/metaphlan.py", line 589, in check_and_install_database
index = resolve_latest_database(bowtie2_db, ls_f['mpa_latest'], force_redownload_latest)
UnboundLocalError: local variable 'ls_f' referenced before assignment
I manually went to that URL and it doesn’t appear to be working. Is there an alternate link we should use, or is it possible to restore the file list to this original location since that’s what the conda install is pointing to?
Thanks!