workflows-nextflow icon indicating copy to clipboard operation
workflows-nextflow copied to clipboard

Nextflow review @bobturneruk ep9, fastp conda error, libmamba

Open ggrimes opened this issue 10 months ago • 0 comments

When I first tried the Conda exercise I got this error:

Error executing process > 'FASTP (1)'

Caused by:
  Failed to create Conda environment
  command: conda create --mkdir --yes --quiet --prefix /home/bobturner/nf-training/work/conda/env-a7a3a0d820eb46bc41ebf4f72d955e5f bioconda::fastp=0.12.4-0
  status : 1
  message:
    CondaValueError: You have chosen a non-default solver backend (libmamba) but it was not recognized. Choose one of: classic

I guess down to my Conda config. I could fix by:

conda config --set solver classic

ggrimes avatar Apr 23 '24 14:04 ggrimes