Skip to content
Snippets Groups Projects
Commit af60bbd5 authored by Venkat Malladi's avatar Venkat Malladi
Browse files

Fix config.

parent 6ae5df58
1 merge request!23Resolve "Output software versions and methods and references"
Pipeline #3216 failed with stages
in 18 seconds
...@@ -60,10 +60,6 @@ process { ...@@ -60,10 +60,6 @@ process {
module = ['python/3.6.1-2-anaconda', 'meme/4.11.1-gcc-openmpi', 'bedtools/2.26.0'] module = ['python/3.6.1-2-anaconda', 'meme/4.11.1-gcc-openmpi', 'bedtools/2.26.0']
cpus = 32 cpus = 32
} }
withName: softwareVersions {
module = ['python/3.6.1-2-anaconda']
executor = 'local'
}
withName: softwareReport { withName: softwareReport {
module = ['python/3.6.1-2-anaconda'] module = ['python/3.6.1-2-anaconda']
executor = 'local' executor = 'local'
......
...@@ -498,6 +498,7 @@ process softwareReport { ...@@ -498,6 +498,7 @@ process softwareReport {
output: output:
file('*_mqc.yaml') into softwareVersions file('*_mqc.yaml') into softwareVersions
file('*_mqc.txt') into softwareReferences file('*_mqc.txt') into softwareReferences
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment