Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Mirrors
biopet.biopet
Commits
3b69294d
Commit
3b69294d
authored
Jan 06, 2017
by
Peter van 't Hof
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed intermediate
parent
059e8836
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
flexiprep/src/main/scala/nl/lumc/sasc/biopet/pipelines/flexiprep/Flexiprep.scala
...a/nl/lumc/sasc/biopet/pipelines/flexiprep/Flexiprep.scala
+0
-2
No files found.
flexiprep/src/main/scala/nl/lumc/sasc/biopet/pipelines/flexiprep/Flexiprep.scala
View file @
3b69294d
...
...
@@ -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"
)
}
...
...
Write
Preview
Markdown
is supported
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