Skip to content
Snippets Groups Projects
Commit 1b98f533 authored by Sander Bollen's avatar Sander Bollen
Browse files

remove extraneous underscore

parent 5a85e3c6
No related branches found
No related tags found
No related merge requests found
......@@ -269,7 +269,7 @@ trait ShivaTrait extends MultiSampleQScript with SummaryQScript with Reference {
}
}
lazy val variantcalling = if (config("multisample__variantcalling", default = true).asBoolean) {
lazy val variantcalling = if (config("multisample_variantcalling", default = true).asBoolean) {
Some(makeVariantcalling(multisample = true))
} else None
......
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