Updating bundle script to handle new naming convention of CEU trio best practices callset
This commit is contained in:
parent
c95e893920
commit
8a402024c2
|
|
@ -141,8 +141,8 @@ class GATKResourcesBundle extends QScript {
|
||||||
// CEU trio (NA12878,NA12891,NA12892) best practices results (including PBT)
|
// CEU trio (NA12878,NA12891,NA12892) best practices results (including PBT)
|
||||||
//
|
//
|
||||||
|
|
||||||
addResource(new Resource("/humgen/gsa-hpprojects/NA12878Collection/callsets/CEUtrio_BestPractices/current/CEUTrio.HiSeq.WGS.b37.UG.snps_and_indels.recalibrated.filtered.phaseByTransmission.vcf",
|
addResource(new Resource("/humgen/gsa-hpprojects/NA12878Collection/callsets/CEUtrio_BestPractices/CEUTrio.HiSeq.WGS.b37.snps_and_indels.recalibrated.filtered.phased.CURRENT.vcf",
|
||||||
"CEUTrio.HiSeq.WGS.b37.UG.bestPractices.phaseByTransmission",b37,true,false))
|
"CEUTrio.HiSeq.WGS.b37.bestPractices.phased",b37,true,false))
|
||||||
|
|
||||||
//
|
//
|
||||||
// example call set for wiki tutorial
|
// example call set for wiki tutorial
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue