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

Fastq sync is not intermediate

(cherry picked from commit 5f7b2cbe)
parent 253f3d6a
No related branches found
No related tags found
No related merge requests found
......@@ -218,6 +218,7 @@ class Flexiprep(val root: Configurable) extends QScript with SummaryQScript with
fqSync.outputFastq1 = swapExt(outDir, R1, R1_ext, ".sync" + R1_ext)
fqSync.outputFastq2 = swapExt(outDir, R2.get, R2_ext, ".sync" + R2_ext)
fqSync.outputStats = swapExt(outDir, R1, R1_ext, ".sync.stats")
fqSync.isIntermediate = true
fqSync.deps :::= deps
add(fqSync)
addSummarizable(fqSync, "fastq_sync")
......
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