Merge branch 'master' of ssh://gsa1/humgen/gsa-scr1/gsa-engineering/git/unstable
This commit is contained in:
commit
8ca4b5e938
|
|
@ -221,7 +221,7 @@ class MethodsDevelopmentCallingPipeline extends QScript {
|
||||||
this.max_deletion_fraction = qscript.deletions
|
this.max_deletion_fraction = qscript.deletions
|
||||||
this.out = t.rawVCF
|
this.out = t.rawVCF
|
||||||
this.glm = org.broadinstitute.sting.gatk.walkers.genotyper.GenotypeLikelihoodsCalculationModel.Model.SNP
|
this.glm = org.broadinstitute.sting.gatk.walkers.genotyper.GenotypeLikelihoodsCalculationModel.Model.SNP
|
||||||
this.baq = if (noBAQ) {org.broadinstitute.sting.utils.baq.BAQ.CalculationMode.OFF} else {org.broadinstitute.sting.utils.baq.BAQ.CalculationMode.CALCULATE_AS_NECESSARY}
|
this.baq = if (noBAQ || t.isExome) {org.broadinstitute.sting.utils.baq.BAQ.CalculationMode.OFF} else {org.broadinstitute.sting.utils.baq.BAQ.CalculationMode.CALCULATE_AS_NECESSARY}
|
||||||
this.analysisName = t.name + "_UGs"
|
this.analysisName = t.name + "_UGs"
|
||||||
this.jobName = queueLogDir + t.name + ".snpcall"
|
this.jobName = queueLogDir + t.name + ".snpcall"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue