Skip to content

Commit d167320

Browse files
committed
disable conda on nf profile
1 parent 6b7bb33 commit d167320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RNAseq/Workflow_Documentation/NF_RCP-G/workflow_code/nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ profiles {
9797
singularity {
9898
singularity.enabled = true
9999
singularity.autoMounts = true
100-
conda.enabled = true
100+
conda.enabled = false
101101
docker.enabled = false
102102
podman.enabled = false
103103
shifter.enabled = false

0 commit comments

Comments
 (0)