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

Fix single end dependency

parent 52928227
No related branches found
No related tags found
No related merge requests found
......@@ -177,6 +177,7 @@ class Flexiprep(val root: Configurable) extends QScript with SummaryQScript with
qcCmdR1.read = "R1"
qcCmdR1.output = if (paired) new File(fastqR1Qc.getAbsolutePath.stripSuffix(".gz"))
else fastqR1Qc
qcCmdR1.deps :+= fastqc_R1.output
qcCmdR1.isIntermediate = paired || !keepQcFastqFiles
addSummarizable(qcCmdR1, "qc_command_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