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
This commit is contained in:
droazen 2011-06-22 22:54:37 +00:00
parent 2e3d6754cd
commit e148a75c32
1 changed files with 2 additions and 2 deletions

View File

@ -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);