Hi,
I am writing to seek assistance with an issue I have encountered while running the metaphlan for provided test dataset on cluster.
MetaPhlAn version 3.0 (25 Feb 2020)
The code I run:
$ metaphlan SRS014476-Supragingival_plaque.fasta.gz --input_type fastq > SRS014476-Supragingival_plaque_profile.txt
The error message I got:
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 â/rsrch6/home/biostatistics/zwang26/.conda/envs/map4-4.0.6/bin/metaphlanâ, line 10, in
sys.exit(main())
File â/rsrch6/home/biostatistics/zwang26/.conda/envs/map4-4.0.6/lib/python3.6/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 â/rsrch6/home/biostatistics/zwang26/.conda/envs/map4-4.0.6/lib/python3.6/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
Any help is greatly appreciated.
Ziyi