Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mirrors
biopet.biopet
Commits
936e77a0
Commit
936e77a0
authored
Oct 05, 2015
by
Peter van 't Hof
Browse files
Fix single end dependency
parent
52928227
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/flexiprep/src/main/scala/nl/lumc/sasc/biopet/pipelines/flexiprep/Flexiprep.scala
View file @
936e77a0
...
...
@@ -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"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment