Skip to content
GitLab
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
f1dc8c0f
Commit
f1dc8c0f
authored
Jul 26, 2017
by
Ruben Vorderman
Browse files
Add paired parameter to flexiprep{Read,Base}Summary
parent
9620a19a
Changes
1
Hide whitespace changes
Inline
Side-by-side
flexiprep/src/main/scala/nl/lumc/sasc/biopet/pipelines/flexiprep/FlexiprepReport.scala
View file @
f1dc8c0f
...
...
@@ -324,7 +324,8 @@ object FlexiprepReadSummary {
"clippingStats"
->
clippingStats
,
"trimmingStats"
->
trimmingStats
,
"summaryPlotLinesR1"
->
summaryPlotLinesR1
,
"summaryPlotLinesR2"
->
summaryPlotlinesR2
"summaryPlotLinesR2"
->
summaryPlotlinesR2
,
"paired"
->
paired
)
}
}
...
...
@@ -393,7 +394,8 @@ object FlexiprepBaseSummary {
"seqstatStats"
->
seqstatStats
,
"seqstatQCStats"
->
seqstatQCStats
,
"summaryPlotLinesR1"
->
summaryPlotLinesR1
,
"summaryPlotLinesR2"
->
summaryPlotlinesR2
"summaryPlotLinesR2"
->
summaryPlotlinesR2
,
"paired"
->
paired
)
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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