Skip to content
Snippets Groups Projects
Commit eff61f75 authored by Wai Yi Leung's avatar Wai Yi Leung
Browse files

Fix report, path contained the wrong name.

parent aa8dfe4b
Branches
Tags
No related merge requests found
...@@ -24,11 +24,11 @@ object TinyCapReport extends MultisampleMappingReportTrait { ...@@ -24,11 +24,11 @@ object TinyCapReport extends MultisampleMappingReportTrait {
Map("pipelineName" -> pipelineName, Map("pipelineName" -> pipelineName,
"plotName" -> "fragmentspergene", "plotName" -> "fragmentspergene",
"plotPath" -> summary.getValue("fragmentspergene", "files", "pipeline", "fragments_per_gene_heatmap", "path") "plotPath" -> summary.getValue("fragmentspergene", "files", "pipeline", "fragments_per_gene_heatmap", "path")
) ), )),
"Fragments per microRNA" -> ReportSection("/nl/lumc/sasc/biopet/pipelines/gentrap/measure_plotreport.ssp", "Fragments per microRNA" -> ReportSection("/nl/lumc/sasc/biopet/pipelines/gentrap/measure_plotreport.ssp",
Map("pipelineName" -> pipelineName, Map("pipelineName" -> pipelineName,
"plotName" -> "fragmentspersmallrna", "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" override def pipelineName = "tinycap"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment