R with conda in nextflow #3265
-
For a report process, I am using a docker image, with R, that has been manually created and uploaded online to dockerhub. This R image contains specific R library versions in addition to R itself. My processes have the following defined for containers and conda (example from another process than the R process)
This works fine for processes with only one program, but I do not know how to define this for a conda env with R + specific package versions. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
In this case it would probably be better to use a conda environment file: https://www.nextflow.io/docs/latest/conda.html#use-conda-environment-files |
Beta Was this translation helpful? Give feedback.
In this case it would probably be better to use a conda environment file: https://www.nextflow.io/docs/latest/conda.html#use-conda-environment-files