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

Removed intermediate

parent 059e8836
No related branches found
No related tags found
No related merge requests found
......@@ -137,13 +137,11 @@ class Flexiprep(val root: Configurable) extends QScript with SummaryQScript with
}
val seqstatR1 = SeqStat(this, inputR1, outputDir)
seqstatR1.isIntermediate = true
add(seqstatR1)
addSummarizable(seqstatR1, "seqstat_R1")
if (paired) {
val seqstatR2 = SeqStat(this, inputR2.get, outputDir)
seqstatR2.isIntermediate = true
add(seqstatR2)
addSummarizable(seqstatR2, "seqstat_R2")
}
......
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