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
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment