Skip to content
Snippets Groups Projects
Commit a8c6edc8 authored by Peter van 't Hof's avatar Peter van 't Hof
Browse files

Fix summary jobs

parent f45873b6
No related branches found
No related tags found
No related merge requests found
......@@ -69,6 +69,8 @@ class CombineReads(val root: Configurable) extends QScript with SummaryQScript w
val notCombinedR2Fastqc = Fastqc(this, this.combinedFastq, new File(outputDir, "not_combined_R2_fastqc"))
add(notCombinedR2Fastqc)
addSummarizable(notCombinedR2Fastqc, "fastqc_not_combined_R2")
addSummaryJobs()
}
/** Must return a map with used settings for this pipeline */
......
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