diff --git a/public/bammetrics/src/main/scala/nl/lumc/sasc/biopet/pipelines/bammetrics/BammetricsReport.scala b/public/bammetrics/src/main/scala/nl/lumc/sasc/biopet/pipelines/bammetrics/BammetricsReport.scala
index ddca4b10333833bc8a9457851f2c36be13b0bb48..35cfaa80cd9911f9c53c4b861414dd9c2a400feb 100644
--- a/public/bammetrics/src/main/scala/nl/lumc/sasc/biopet/pipelines/bammetrics/BammetricsReport.scala
+++ b/public/bammetrics/src/main/scala/nl/lumc/sasc/biopet/pipelines/bammetrics/BammetricsReport.scala
@@ -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")