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
f619bf56
Commit
f619bf56
authored
Jun 16, 2015
by
Peter van 't Hof
Browse files
Workaround for empty title
parent
869a6242
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/bammetrics/src/main/scala/nl/lumc/sasc/biopet/pipelines/bammetrics/BamMetrics.scala
View file @
f619bf56
...
...
@@ -157,7 +157,7 @@ class BamMetrics(val root: Configurable) extends QScript with SummaryQScript wit
add
(
BedtoolsCoverage
(
this
,
inputBam
,
intervals
.
bed
,
coverageFile
,
depth
=
true
),
true
)
val
covStats
=
CoverageStats
(
this
,
coverageFile
,
targetDir
)
covStats
.
title
=
Some
(
"Coverage for "
+
targetName
)
covStats
.
subTitle
=
Some
(
"
"
)
covStats
.
subTitle
=
Some
(
"
.
"
)
add
(
covStats
)
addSummarizable
(
covStats
,
"cov_stats"
)
}
...
...
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