Skip to content
Snippets Groups Projects
Commit 19a8e5d7 authored by Peter van 't Hof's avatar Peter van 't Hof
Browse files

Fix labels

parent dd6189e2
No related branches found
No related tags found
No related merge requests found
......@@ -404,8 +404,8 @@ object BammetricsReport extends ReportBuilder {
val plot = new LinePlot(null)
plot.input = tsvFile
plot.output = pngFile
plot.ylabel = Some("Reletive position")
plot.xlabel = Some("Coverage")
plot.xlabel = Some("Reletive position")
plot.ylabel = Some("Coverage")
plot.width = Some(1200)
plot.removeZero = true
plot.title = Some("Rna coverage")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment