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 68c9fcc851f728d3809da7eede8d5316a5d4b7d5..c91811cd5069d9db4027ba516717f452d0f30846 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"