From 8b8b4fced188d1af79a21a55d228d2610ad319bd Mon Sep 17 00:00:00 2001 From: fromer Date: Sun, 6 Feb 2011 01:55:17 +0000 Subject: [PATCH] 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 --- scala/qscript/oneoffs/fromer/ReadDepthCNVanalysis.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scala/qscript/oneoffs/fromer/ReadDepthCNVanalysis.scala b/scala/qscript/oneoffs/fromer/ReadDepthCNVanalysis.scala index 5d2657eb4..1ad620a31 100644 --- a/scala/qscript/oneoffs/fromer/ReadDepthCNVanalysis.scala +++ b/scala/qscript/oneoffs/fromer/ReadDepthCNVanalysis.scala @@ -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" }