From eff61f7525bcd57c7df2473872b14600fcb46ace Mon Sep 17 00:00:00 2001 From: Wai Yi Leung <w.y.leung@lumc.nl> Date: Wed, 9 Mar 2016 16:45:35 +0100 Subject: [PATCH] Fix report, path contained the wrong name. --- .../nl/lumc/sasc/biopet/pipelines/tinycap/TinyCapReport.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/tinycap/src/main/scala/nl/lumc/sasc/biopet/pipelines/tinycap/TinyCapReport.scala b/public/tinycap/src/main/scala/nl/lumc/sasc/biopet/pipelines/tinycap/TinyCapReport.scala index 68c9fcc85..c91811cd5 100644 --- a/public/tinycap/src/main/scala/nl/lumc/sasc/biopet/pipelines/tinycap/TinyCapReport.scala +++ b/public/tinycap/src/main/scala/nl/lumc/sasc/biopet/pipelines/tinycap/TinyCapReport.scala @@ -24,11 +24,11 @@ object TinyCapReport extends MultisampleMappingReportTrait { Map("pipelineName" -> pipelineName, "plotName" -> "fragmentspergene", "plotPath" -> summary.getValue("fragmentspergene", "files", "pipeline", "fragments_per_gene_heatmap", "path") - ) ), + )), "Fragments per microRNA" -> ReportSection("/nl/lumc/sasc/biopet/pipelines/gentrap/measure_plotreport.ssp", Map("pipelineName" -> pipelineName, "plotName" -> "fragmentspersmallrna", - "plotPath" -> summary.getValue("fragmentspersmallrna", "files", "pipeline", "fragments_per_gene_heatmap", "path"))) + "plotPath" -> summary.getValue("fragmentspersmallrna", "files", "pipeline", "fragments_per_smallrna_heatmap", "path"))) ) override def pipelineName = "tinycap" -- GitLab