With Khalid's implicit approval, I have removed this line that overrides the memory limit of the VCF-gathering function, so that the inherited limit remains
This commit is contained in:
parent
0de8550f17
commit
e5fc828546
|
|
@ -36,8 +36,6 @@ class VcfGatherFunction extends CombineVariants with GatherFunction {
|
|||
private lazy val originalGATK = this.originalFunction.asInstanceOf[CommandLineGATK]
|
||||
|
||||
override def freezeFieldValues {
|
||||
this.memoryLimit = Some(1)
|
||||
|
||||
this.jarFile = this.originalGATK.jarFile
|
||||
this.reference_sequence = this.originalGATK.reference_sequence
|
||||
this.intervals = this.originalGATK.intervals
|
||||
|
|
|
|||
Loading…
Reference in New Issue