Skip to content

Commit

Permalink
set conda.enabled=true for Conda
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Manning committed Oct 14, 2022
1 parent dec66ab commit b3798e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nf_core/pipeline-template/nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ profiles {
debug { process.beforeScript = 'echo $HOSTNAME' }
conda {
params.enable_conda = true
conda.enabled = true
docker.enabled = false
singularity.enabled = false
podman.enabled = false
Expand All @@ -92,6 +93,7 @@ profiles {
}
mamba {
params.enable_conda = true
conda.enabled = true
conda.useMamba = true
docker.enabled = false
singularity.enabled = false
Expand Down

0 comments on commit b3798e0

Please sign in to comment.