Skip to content

Commit c9c4962

Browse files
committed
Add conda.enabled to nextflow.config
1 parent bff8119 commit c9c4962

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

nextflow.config

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
*/
77

88
profiles {
9-
conda { params.enable_conda = true }
9+
conda {
10+
params.enable_conda = true
11+
conda.enabled = true
12+
}
1013
debug { process.beforeScript = 'echo $HOSTNAME' }
1114
ci {
1215
params.prepare_bam_cpus = 1

0 commit comments

Comments
 (0)