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
fcafd373
Commit
fcafd373
authored
Feb 12, 2016
by
Wai Yi Leung
Browse files
Typo fix
parent
de5f5099
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/bammetrics/src/main/scala/nl/lumc/sasc/biopet/pipelines/bammetrics/BammetricsReport.scala
View file @
fcafd373
...
...
@@ -419,7 +419,7 @@ object BammetricsReport extends ReportBuilder {
val
plot
=
new
LinePlot
(
null
)
plot
.
input
=
tsvFile
plot
.
output
=
pngFile
plot
.
xlabel
=
Some
(
"Rel
e
tive position"
)
plot
.
xlabel
=
Some
(
"Rel
a
tive position"
)
plot
.
ylabel
=
Some
(
"Coverage"
)
plot
.
width
=
Some
(
1200
)
plot
.
removeZero
=
true
...
...
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