Removed explicit memoryLimit, so that memLimit given on the command-line will NOT be ignored...
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@5202 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
cc5d695bcf
commit
8b8b4fced1
|
|
@ -34,7 +34,7 @@ class ReadDepthCNVanalysis extends QScript {
|
||||||
this.intervalsString = List(qscript.intervals)
|
this.intervalsString = List(qscript.intervals)
|
||||||
this.jarFile = qscript.gatkJarFile
|
this.jarFile = qscript.gatkJarFile
|
||||||
this.reference_sequence = qscript.referenceFile
|
this.reference_sequence = qscript.referenceFile
|
||||||
this.memoryLimit = Some(3)
|
//this.memoryLimit = Some(3)
|
||||||
this.logging_level = "INFO"
|
this.logging_level = "INFO"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue