From 19ddc89cd9b7666bd1689f53b9bc813ea2f1f8f7 Mon Sep 17 00:00:00 2001
From: Peter van 't Hof <p.j.van_t_hof@lumc.nl>
Date: Mon, 29 Jun 2015 15:19:08 +0200
Subject: [PATCH] Style change

---
 .../nl/lumc/sasc/biopet/pipelines/gentrap/GentrapReport.scala | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/public/gentrap/src/main/scala/nl/lumc/sasc/biopet/pipelines/gentrap/GentrapReport.scala b/public/gentrap/src/main/scala/nl/lumc/sasc/biopet/pipelines/gentrap/GentrapReport.scala
index 749b1ef7e..920b704ed 100644
--- a/public/gentrap/src/main/scala/nl/lumc/sasc/biopet/pipelines/gentrap/GentrapReport.scala
+++ b/public/gentrap/src/main/scala/nl/lumc/sasc/biopet/pipelines/gentrap/GentrapReport.scala
@@ -45,8 +45,8 @@ object GentrapReport extends MultisampleReportBuilder {
     "Input fastq files" -> ReportSection("/nl/lumc/sasc/biopet/pipelines/flexiprep/flexiprepInputfiles.ssp"),
     "After QC fastq files" -> ReportSection("/nl/lumc/sasc/biopet/pipelines/flexiprep/flexiprepOutputfiles.ssp"),
     "Bam files per lib" -> ReportSection("/nl/lumc/sasc/biopet/pipelines/mapping/outputBamfiles.ssp", Map("sampleLevel" -> false)) //,
-    //"Preprocessed bam files" -> ReportSection("/nl/lumc/sasc/biopet/pipelines/mapping/outputBamfiles.ssp",
-    //  Map("pipelineName" -> "shiva", "fileTag" -> "preProcessBam"))
+  //"Preprocessed bam files" -> ReportSection("/nl/lumc/sasc/biopet/pipelines/mapping/outputBamfiles.ssp",
+  //  Map("pipelineName" -> "shiva", "fileTag" -> "preProcessBam"))
   ), Map())
 
   /** Single sample page */
-- 
GitLab