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

Fix sytnax of processes.

parent af60bbd5
No related merge requests found
...@@ -496,15 +496,16 @@ process softwareReport { ...@@ -496,15 +496,16 @@ process softwareReport {
experimentQCVersions experimentQCVersions
references references
output: output:
file('*_mqc.yaml') into softwareVersions file('*_mqc.yaml') into softwareVersions
file('*_mqc.txt') into softwareReferences file('*_mqc.txt') into softwareReferences
script: script:
""" """
python3 $baseDir/scripts/generate_versions.py -o software_versions python3 $baseDir/scripts/generate_versions.py -o software_versions
python3 $baseDir/scripts/generate_references.py -r $references -o software_references python3 $baseDir/scripts/generate_references.py -r $references -o software_references
""" """
} }
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