Skip to content
Snippets Groups Projects
Commit 734b5440 authored by Ruben Vorderman's avatar Ruben Vorderman
Browse files

fix non existing output

parent f4b8b478
No related branches found
No related tags found
1 merge request!75Add multiqc
......@@ -81,6 +81,5 @@ task MultiQC {
output {
File multiqcReport = outputDir + "/" + reportFilename + "_report.html"
File multiqcDataDir = outputDir + "/" +reportFilename + "_data"
File multigcDataJson = multiqcDataDir + "/multiqc_data.json"
}
}
\ No newline at end of file
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