Hello,
I have been having a lot of issues downloading metaphlan and have used mamba to install it instead using the command below
mamba create -y -n metaphlan -c conda-forge -c bioconda -c defaults python=3.7 metaphlan
Now in order to combine it with HUMANN I need to be able to use the offline tag otherwise the error regarding the dropbox continues and have already downloaded the resources from the google drive and run it. The version I currently have using the command above is 3.0.
The error I get when I run metaphlan -install in my environment is this
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):
Is there a way for me to download the updated version of Metaphlan using mamba?
Thank you,
Krupa