Renamed StratifyAlignmentContext to AlignmentContextUtils, and StatiefyContextType to ReadOrientation. Also, went through the system and deleted all references to second bases. That ship passed long ago.
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@5563 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
5cca100aea
commit
349661b958
|
|
@ -53,8 +53,11 @@ class ManySampleUGPerformanceTesting extends QScript {
|
||||||
|
|
||||||
// SNP calling
|
// SNP calling
|
||||||
//add(new Call(sublist.list, nSamples, "dynamic_merge"))
|
//add(new Call(sublist.list, nSamples, "dynamic_merge"))
|
||||||
val gt = new Call(bams, nSamples, name);
|
add(new Call(bams, nSamples, name));
|
||||||
add(gt)
|
|
||||||
|
val gtWithBAQ = new Call(bams, nSamples, name + "_baq");
|
||||||
|
gtWithBAQ.baq = org.broadinstitute.sting.utils.baq.BAQ.CalculationMode.RECALCULATE
|
||||||
|
add(gtWithBAQ)
|
||||||
|
|
||||||
// SNP calling -- no annotations
|
// SNP calling -- no annotations
|
||||||
//add(new Call(bams.list, nSamples, "dynamic_merge_no_annotations") { this.G :+= "None"; })
|
//add(new Call(bams.list, nSamples, "dynamic_merge_no_annotations") { this.G :+= "None"; })
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue