diff --git a/public/gears/src/main/scala/nl/lumc/sasc/biopet/pipelines/gears/GearsReport.scala b/public/gears/src/main/scala/nl/lumc/sasc/biopet/pipelines/gears/GearsReport.scala index a560097c2a9ae1f2e2bc48d28fb706a679743819..cf9a9c366072b56e7dbe2b99b3ea3a58d553f509 100644 --- a/public/gears/src/main/scala/nl/lumc/sasc/biopet/pipelines/gears/GearsReport.scala +++ b/public/gears/src/main/scala/nl/lumc/sasc/biopet/pipelines/gears/GearsReport.scala @@ -14,18 +14,16 @@ object GearsReport extends ReportBuilder { // TODO: Add dustbin analysis (aggregated) // TODO: Add alignment stats per sample for the dustbin analysis - override def extFiles = super.extFiles ++ List( - "js/gears.js" - ).map(x => ExtFile("/nl/lumc/sasc/biopet/pipelines/gears/report/ext/" + x, x)) + override def extFiles = super.extFiles ++ List("js/gears.js") + .map(x => ExtFile("/nl/lumc/sasc/biopet/pipelines/gears/report/ext/" + x, x)) def indexPage = { ReportPage( - List() ++ - Map( - "Versions" -> ReportPage(List(), List(( - "Executables" -> ReportSection("/nl/lumc/sasc/biopet/core/report/executables.ssp" - ))), Map()) - ), + List( + "Versions" -> ReportPage(List(), List(( + "Executables" -> ReportSection("/nl/lumc/sasc/biopet/core/report/executables.ssp" + ))), Map()) + ), List( "Gears intro" -> ReportSection("/nl/lumc/sasc/biopet/pipelines/gears/gearsFront.ssp"), "Sunburst analysis" -> ReportSection("/nl/lumc/sasc/biopet/pipelines/gears/gearsSunburst.ssp")