Skip to content
Snippets Groups Projects
Commit 0ec8dbd0 authored by Peter van 't Hof's avatar Peter van 't Hof
Browse files

Always show alignment plot

parent 7bda4f7b
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,7 @@ trait MultisampleMappingReportTrait extends MultisampleReportBuilder {
"Files" -> filesPage
), List(
"Alignment" -> ReportSection("/nl/lumc/sasc/biopet/pipelines/bammetrics/alignmentSummary.ssp",
if (summary.libraries(sampleId).size > 1) Map("showPlot" -> true) else Map()),
Map("showPlot" -> true)),
"Preprocessing" -> ReportSection("/nl/lumc/sasc/biopet/pipelines/bammetrics/alignmentSummary.ssp", Map("sampleLevel" -> true))) ++
(if (flexiprepExecuted) List("QC reads" -> ReportSection("/nl/lumc/sasc/biopet/pipelines/flexiprep/flexiprepReadSummary.ssp"),
"QC bases" -> ReportSection("/nl/lumc/sasc/biopet/pipelines/flexiprep/flexiprepBaseSummary.ssp")
......
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