Skip to content
Snippets Groups Projects
Commit eafeea56 authored by Daniel Göbel's avatar Daniel Göbel
Browse files

Merge branch 'bugfix/130-fix-typo-in-nextflow-config-for-testing' into 'main'

Resolve "Fix typo in nextflow config for testing"

Closes #130

See merge request !127
parents 6f2e5b08 2b2fa0a5
No related branches found
No related tags found
1 merge request!127Resolve "Fix typo in nextflow config for testing"
Pipeline #55080 passed
......@@ -181,7 +181,7 @@ docker {
}
// Disable unwanted features
conda.enabled = False
conda.enabled = false
weblog.enabled = false
shifter.enabled = false
singularity.enabled = false
......@@ -303,7 +303,7 @@ docker {
}
// Disable unwanted features
conda.enabled = False
conda.enabled = false
tower.enabled = false
weblog.enabled = false
shifter.enabled = false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment