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

Format fix

parent f249177a
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ class ShivaReport(val root: Configurable) extends ReportBuilderExtension {
object ShivaReport extends ShivaReportTrait
/** Trait for report generation for Shiva pipeline, this can be extended */
trait ShivaReportTrait extends MultisampleMappingReportTrait {
trait ShivaReportTrait extends MultisampleMappingReportTrait {
def variantcallingExecuted = summary.getValue("shiva", "settings", "multisample_variantcalling") match {
case Some(true) => true
......
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