HRGV / phyloFlash

phyloFlash - A pipeline to rapidly reconstruct the SSU rRNAs and explore phylogenetic composition of an illumina (meta)genomic dataset.
GNU General Public License v3.0
75 stars 25 forks source link

Conda issue #179

Closed Unaimend closed 1 year ago

Unaimend commented 1 year ago

Hi phyloflash team there is an issue with your dependencies. After following your instructions on adding the channels and the strictness for conda. The command

 mamba install -c bioconda phyloflash

leads to image

kbseah commented 1 year ago

Thanks for the report. This was puzzling because build tests by Bioconda with the current recipe did not fail.

After running some tests it appears that the environment resolution fails if the defaults channel is not included:

Could you try running this again with the following command line: mamba install -c conda-forge -c bioconda -c defaults phyloflash=3.4.2 ?

kbseah commented 1 year ago

Updated Bioconda recipe for phyloflash version 3.4.2 build hdfd78af_1 works without defaults channel. Tested the following command: mamba create -p ./phyloflash-test -c bioconda phyloflash on Linux and successfully created environment.

Unaimend commented 1 year ago

Worked for me as well. Thank you for your quick response