Conda environment not working with nextflow #4610
-
|
Hi everyone, I am very new to nextflow so this could be a silly mmistake... I'm running into an error when using nextflow with a conda environment that I have no idea how to work around or debug... I am trying to run this on an HPC cluster with a slurm workflow manager I have this process in my and the And I get this error The Line 126 in And when I try to run that line locally it successfully loads the conda environment. As far as I can tell I am not able to get nextflow to call conda using |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
Figured this out, the order of $PATH was conflicting and there was another conda instance elsewhere that was being detected instead. |
Beta Was this translation helpful? Give feedback.
Figured this out, the order of $PATH was conflicting and there was another conda instance elsewhere that was being detected instead.