helper script to the papuan processing... minor updates
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@5489 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
af7f78e8ba
commit
748787c509
|
|
@ -64,7 +64,7 @@ class justClean extends QScript {
|
|||
clean.U = Some(org.broadinstitute.sting.gatk.arguments.ValidationExclusion.TYPE.NO_READ_ORDER_VERIFICATION) // todo -- update clean with the last consensus between Tim, Matt and Eric. This is ugly!
|
||||
clean.jobName = queueLogDir + outBam + ".clean"
|
||||
clean.jarFile = GATKjar
|
||||
clean.memoryLimit = Some(6)
|
||||
clean.memoryLimit = Some(12)
|
||||
clean.scatterCount = 84
|
||||
|
||||
add(clean);
|
||||
|
|
|
|||
Loading…
Reference in New Issue