Skip to content
Snippets Groups Projects
Commit ae564dba authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Fix multiqc output

parent 28cbd1f8
Branches
Tags
2 merge requests!37v0.0.1,!33Resolve "process_qc"
Pipeline #6823 passed with stages
in 5 minutes and 15 seconds
......@@ -930,7 +930,7 @@ process aggrQC {
val studyRID
output:
path ${repRID}.multiqc.html into multiqc
path "${repRID}.multiqc.html" into multiqc
script:
"""
......
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