From e148a75c323355e64522f5c8fe535e33fc2742ce Mon Sep 17 00:00:00 2001 From: droazen Date: Wed, 22 Jun 2011 22:54:37 +0000 Subject: [PATCH] Testing the 'bug fix' process #2 (changes are irrelevant) git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@6047 348d0f76-0448-11de-a6fe-93d51630548a --- scala/qscript/oneoffs/carneiro/justClean.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scala/qscript/oneoffs/carneiro/justClean.scala b/scala/qscript/oneoffs/carneiro/justClean.scala index 1d0ba9b6d..7c6de8f48 100755 --- a/scala/qscript/oneoffs/carneiro/justClean.scala +++ b/scala/qscript/oneoffs/carneiro/justClean.scala @@ -45,7 +45,7 @@ class justClean extends QScript { target.mismatchFraction = 0.0 target.rodBind :+= RodBind("dbsnp", "VCF", dbSNP) target.rodBind :+= RodBind("indels", "VCF", indels) - target.memoryLimit = 6 + target.memoryLimit = 4 target.jobName = queueLogDir + tIntervals + ".atarget" target.jarFile = GATKjar target.scatterCount = 84 @@ -62,7 +62,7 @@ class justClean extends QScript { clean.doNotUseSW = false clean.jobName = queueLogDir + outBam + ".clean" clean.jarFile = GATKjar - clean.memoryLimit = 8 + clean.memoryLimit = 6 clean.scatterCount = 84 add(target, clean);