Testing bug fix process #3 (changes are irrelevant)
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@6048 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
e148a75c32
commit
29a0e08aa2
|
|
@ -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 = 4
|
||||
target.memoryLimit = 6
|
||||
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 = 6
|
||||
clean.memoryLimit = 8
|
||||
clean.scatterCount = 84
|
||||
|
||||
add(target, clean);
|
||||
|
|
|
|||
Loading…
Reference in New Issue