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
151caa0c
Commit
151caa0c
authored
Mar 08, 2015
by
bow
Browse files
Add chart output of CollectRnaSeqMetrics to summary
parent
8811baae
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/biopet-framework/src/main/scala/nl/lumc/sasc/biopet/extensions/picard/CollectRnaSeqMetrics.scala
View file @
151caa0c
...
...
@@ -71,10 +71,8 @@ class CollectRnaSeqMetrics(val root: Configurable) extends Picard with Summariza
"metrics"
->
output
,
"annotation"
->
refFlat
)
++
Map
(
"ribosomal_intervals"
->
ribosomalIntervals
// TODO: this is disabled now since the file *may* not exist (e.g. when gene coverage is low)
// and it breaks the summary md5 creation
//"output_chart" -> chartOutput
"ribosomal_intervals"
->
ribosomalIntervals
,
"output_chart"
->
chartOutput
).
collect
{
case
(
key
,
Some
(
value
))
=>
key
->
value
}
def
summaryStats
:
Map
[
String
,
Any
]
=
Picard
.
getMetrics
(
output
)
match
{
...
...
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