Skip to content
Snippets Groups Projects
Commit ce4db038 authored by bow's avatar bow
Browse files

Rename SeqStat in summary for consistency

parent 42334159
No related branches found
No related tags found
No related merge requests found
......@@ -262,13 +262,13 @@ class Flexiprep(val root: Configurable) extends QScript with SummaryQScript with
val seqstat_R1_after = SeqStat(this, R1, outDir)
seqstat_R1_after.deps = deps_R1
add(seqstat_R1_after)
addSummarizable(seqstat_R1_after, "seqstat_R1_after")
addSummarizable(seqstat_R1_after, "seqstat_R1_qc")
if (paired) {
val seqstat_R2_after = SeqStat(this, R2.get, outDir)
seqstat_R2_after.deps = deps_R2
add(seqstat_R2_after)
addSummarizable(seqstat_R2_after, "seqstat_R2_after")
addSummarizable(seqstat_R2_after, "seqstat_R2_qc")
}
outputFiles += (chunk + "output_R1" -> R1)
......
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