Skip to content

Commit c8be24c

Browse files
authored
Merge pull request #16 from adamd3/develop
Fixes #15 The conda env should be activated in nextflow config by setting `conda.enabled`. The previous config was setting a custom parameter (`params.enable_conda`) that is now defunct.
2 parents e7197fb + e69293f commit c8be24c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ params {
4545

4646
profiles {
4747
conda {
48-
params.enable_conda = true
48+
conda.enabled = true
4949
process.conda = "$baseDir/environment.yml"
5050
conda.createTimeout = '2 h'
5151
// includeConfig 'configs/container.config'

0 commit comments

Comments
 (0)