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

Added module to config value

parent 04f343cb
No related branches found
No related tags found
No related merge requests found
......@@ -88,8 +88,8 @@ trait ShivaVariantcallingTrait extends SummaryQScript
caller.inputBams = inputBams
add(caller)
addStats(caller.outputFile, caller.name)
val normalize: Boolean = config("execute_vt_normalize", default = false)
val decompose: Boolean = config("execute_vt_decompose", default = false)
val normalize: Boolean = config("execute_vt_normalize", default = false, submodule = caller.configName)
val decompose: Boolean = config("execute_vt_decompose", default = false, submodule = caller.configName)
val vtNormalize = new VtNormalize(this)
vtNormalize.inputVcf = caller.outputFile
......
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