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
19a8e5d7
Commit
19a8e5d7
authored
Jan 12, 2016
by
Peter van 't Hof
Browse files
Fix labels
parent
dd6189e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/bammetrics/src/main/scala/nl/lumc/sasc/biopet/pipelines/bammetrics/BammetricsReport.scala
View file @
19a8e5d7
...
...
@@ -404,8 +404,8 @@ object BammetricsReport extends ReportBuilder {
val
plot
=
new
LinePlot
(
null
)
plot
.
input
=
tsvFile
plot
.
output
=
pngFile
plot
.
y
label
=
Some
(
"Reletive position"
)
plot
.
x
label
=
Some
(
"Coverage"
)
plot
.
x
label
=
Some
(
"Reletive position"
)
plot
.
y
label
=
Some
(
"Coverage"
)
plot
.
width
=
Some
(
1200
)
plot
.
removeZero
=
true
plot
.
title
=
Some
(
"Rna coverage"
)
...
...
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