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

Fix for #198

parent c4271fbb
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ class VepNormalizer(val root: Configurable) extends ToolCommandFuntion {
var outputVcf: File = null
var mode: String = config("mode", default = "standard")
var doNotRemove: Boolean = config("donotremove", default = false)
var doNotRemove: Boolean = config("do_not_remove", default = false)
override def defaultCoreMemory = 1.0
......
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