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

fix name

parent cb3db4e3
No related branches found
No related tags found
1 merge request!75Add multiqc
......@@ -77,9 +77,9 @@ task MultiQC {
~{analysisDirectory}
}
String reportFilename = if (defined(fileName)) then sub(select_first([fileName]), "\.html$", "") else "multiqc_report"
String reportFilename = if (defined(fileName)) then sub(select_first([fileName]), "\.html$", "") else "multiqc"
output {
File multiqcReport = outputDir + "/" + reportFilename + ".html"
File multiqcReport = outputDir + "/" + reportFilename + "_report.html"
File multiqcDataDir = outputDir + "/" +reportFilename + "_data"
File multigcDataJson = multiqcDataDir + "/multiqc_data.json"
}
......
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