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:
fromer 2011-02-06 01:55:17 +00:00
parent cc5d695bcf
commit 8b8b4fced1
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ class ReadDepthCNVanalysis extends QScript {
this.intervalsString = List(qscript.intervals)
this.jarFile = qscript.gatkJarFile
this.reference_sequence = qscript.referenceFile
this.memoryLimit = Some(3)
//this.memoryLimit = Some(3)
this.logging_level = "INFO"
}