2010-12-18 06:14:02 +08:00
import org.broadinstitute.sting.queue.extensions.picard.PicardBamJarFunction
import org.broadinstitute.sting.queue.extensions.gatk._
import org.broadinstitute.sting.queue.extensions.samtools.SamtoolsIndexFunction
import org.broadinstitute.sting.queue.QScript
import org.apache.commons.io.FilenameUtils ;
class MethodsDevelopmentCallingPipeline extends QScript {
qscript =>
@Argument ( shortName = "gatk" , doc = "gatk jar file" , required = true )
var gatkJarFile : File = _
@Argument ( shortName = "outputDir" , doc = "output directory" , required = true )
var outputDir : String = "./"
@Argument ( shortName = "skipCalling" , doc = "If true, skip the calling part of the pipeline and only run VQSR on preset, gold standard VCF files" , required = false )
var skipCalling : Boolean = false
2011-01-06 04:30:55 +08:00
trait UNIVERSAL_GATK_ARGS extends CommandLineGATK { logging_level = "INFO" ; jarFile = gatkJarFile ; memoryLimit = Some ( 3 ) ; }
2010-12-18 06:14:02 +08:00
2010-12-20 05:13:25 +08:00
class Target ( val baseName : String , val reference : File , val rodName : String , val bamList : File , val goldStandard_VCF : File , val intervals : String , val titvTarget : Double , val isLowpass : Boolean ) {
2010-12-18 06:14:02 +08:00
def name = qscript . outputDir + baseName
def clusterFile = new File ( name + ".clusters" )
def rawVCF = new File ( name + ".raw.vcf" )
def filteredVCF = new File ( name + ".filtered.vcf" )
def goldStandardName = qscript . outputDir + "goldStandard/" + baseName
def goldStandardClusterFile = new File ( goldStandardName + ".clusters" )
}
val hg18 = new File ( "/seq/references/Homo_sapiens_assembly18/v0/Homo_sapiens_assembly18.fasta" )
val b36 = new File ( "/humgen/1kg/reference/human_b36_both.fasta" )
2010-12-19 06:19:14 +08:00
val b37 = new File ( "/humgen/1kg/reference/human_g1k_v37.fasta" )
2010-12-22 05:14:20 +08:00
// ToDos:
// reduce the scope of the datasets so the script is more nimble
// figure out how to give names to all the Queue-LSF logs (other than Q-1931@node1434-24.out) so that it is easier to find logs for certain steps
// create gold standard BAQ'd bam files, no reason to always do it on the fly
// Analysis to add at the end of the script:
// auto generation of the cluster plots
// spike in NA12878 to the exomes and to the lowpass, analysis of how much of her variants are being recovered compared to single sample exome or HiSeq calls
// produce Kiran's Venn plots based on comparison between new VCF and gold standard produced VCF
2010-12-19 06:19:14 +08:00
// Define the target datasets here
2010-12-20 05:13:25 +08:00
def lowPass = true
2010-12-22 05:14:20 +08:00
val HiSeq = new Target ( "NA12878.HiSeq" , hg18 , "hg18" , // BUGBUG: cut down to chr1
2010-12-20 22:53:10 +08:00
new File ( "/humgen/gsa-hpprojects/NA12878Collection/bams/NA12878.HiSeq.WGS.bwa.cleaned.recal.bam" ) ,
2010-12-19 06:19:14 +08:00
new File ( "/home/radon01/depristo/work/oneOffProjects/1000GenomesProcessingPaper/wgs.v13/HiSeq.WGS.cleaned.ug.snpfiltered.indelfiltered.vcf" ) ,
2010-12-20 05:13:25 +08:00
"/humgen/1kg/processing/pipeline_test_bams/whole_genome_chunked.hg18.intervals" , 2.07 , ! lowPass )
2010-12-19 06:19:14 +08:00
val WEx = new Target ( "NA12878.WEx" , hg18 , "hg18" ,
new File ( "/humgen/gsa-hpprojects/NA12878Collection/bams/NA12878.WEx.cleaned.recal.bam" ) ,
new File ( "/home/radon01/depristo/work/oneOffProjects/1000GenomesProcessingPaper/wgs.v13/GA2.WEx.cleaned.ug.snpfiltered.indelfiltered.vcf" ) ,
2010-12-20 05:13:25 +08:00
"/seq/references/HybSelOligos/whole_exome_agilent_1.1_refseq_plus_3_boosters/whole_exome_agilent_1.1_refseq_plus_3_boosters.targets.interval_list" , 2.6 , ! lowPass )
2010-12-22 05:14:20 +08:00
val LowPassN60 = new Target ( "lowpass.N60" , b36 , "b36" , // which reference the data is aligned to
new File ( "/humgen/1kg/analysis/bamsForDataProcessingPapers/lowpass_b36/lowpass.chr20.cleaned.matefixed.bam" ) , // the bam list to call from
new File ( "/home/radon01/depristo/work/oneOffProjects/VQSRCutByNRS/lowpass.N60.chr20.filtered.vcf" ) , // the gold standard VCF file to run through the VQSR
"/humgen/1kg/processing/pipeline_test_bams/whole_genome_chunked.chr20.b36.intervals" , 2.3 , lowPass ) // chunked interval list to use with Queue's scatter/gather functionality
val LowPassAugust = new Target ( "ALL.august.v4" , b37 , "b37" , // BUGBUG: kill this, it is too large
2010-12-19 06:19:14 +08:00
new File ( "/humgen/1kg/processing/allPopulations_chr20_august_release.cleaned.merged.bams/ALL.cleaned.merged.list" ) ,
new File ( "/humgen/gsa-hpprojects/dev/data/AugChr20Calls_v4_3state/ALL.august.v4.chr20.filtered.vcf" ) ,
2010-12-20 05:13:25 +08:00
"/humgen/1kg/processing/pipeline_test_bams/whole_genome_chunked.chr20.hg19.intervals" , 2.3 , lowPass )
val LowPassEUR363Nov = new Target ( "EUR.nov2010" , b37 , "b37" ,
new File ( "/humgen/1kg/processing/pipeline_test_bams/EUR.363sample.Nov2010.chr20.bam" ) ,
new File ( "/humgen/gsa-hpprojects/dev/data/AugChr20Calls_v4_3state/ALL.august.v4.chr20.filtered.vcf" ) , // ** THIS GOLD STANDARD NEEDS TO BE CORRECTED **
"/humgen/1kg/processing/pipeline_test_bams/whole_genome_chunked.chr20.hg19.intervals" , 2.3 , lowPass )
2010-12-19 06:19:14 +08:00
val LowPassFIN79Nov = new Target ( "FIN.nov2010" , b37 , "b37" ,
new File ( "/humgen/1kg/processing/pipeline_test_bams/FIN.79sample.Nov2010.chr20.bam" ) ,
2011-01-06 04:30:55 +08:00
new File ( "/broad/shptmp/rpoplin/pipeline_newHS7/FIN.nov2010.filtered.vcf" ) , // ** THIS GOLD STANDARD NEEDS TO BE CORRECTED **
2010-12-20 05:13:25 +08:00
"/humgen/1kg/processing/pipeline_test_bams/whole_genome_chunked.chr20.hg19.intervals" , 2.3 , lowPass )
2010-12-19 06:19:14 +08:00
val TGPWExGdA = new Target ( "1000G.WEx.GdA" , b37 , "b37" ,
2010-12-22 05:14:20 +08:00
new File ( "/humgen/1kg/processing/pipeline_test_bams/Barcoded_1000G_WEx_Reduced_Plate_1.cleaned.list" ) , // BUGBUG: reduce from 60 to 20 people
2010-12-19 06:19:14 +08:00
new File ( "/humgen/gsa-scr1/delangel/NewUG/calls/AugustRelease.filtered_Q50_QD5.0_SB0.0.allSamples.SNPs_hg19.WEx_UG_newUG_MQC.vcf" ) , // ** THIS GOLD STANDARD NEEDS TO BE CORRECTED **
2010-12-20 05:13:25 +08:00
"/seq/references/HybSelOligos/whole_exome_agilent_1.1_refseq_plus_3_boosters/whole_exome_agilent_1.1_refseq_plus_3_boosters.Homo_sapiens_assembly19.targets.interval_list" , 2.6 , ! lowPass )
2010-12-19 06:19:14 +08:00
2010-12-20 05:13:25 +08:00
val targets = List ( HiSeq , WEx , LowPassN60 , LowPassAugust , LowPassEUR363Nov , LowPassFIN79Nov , TGPWExGdA )
2011-01-06 04:30:55 +08:00
//val targets = List(HiSeq, WEx, LowPassEUR363Nov, LowPassFIN79Nov)
//val targets = List(LowPassFIN79Nov)
2010-12-18 06:14:02 +08:00
def script = {
def goldStandard = true
for ( target <- targets ) {
if ( ! skipCalling ) {
add ( new UnifiedGenotyper ( target ) )
add ( new VariantFiltration ( target ) )
add ( new GenerateVariantClusters ( target , ! goldStandard ) )
add ( new VariantRecalibratorTiTv ( target , ! goldStandard ) )
add ( new VariantRecalibratorNRS ( target , ! goldStandard ) )
}
add ( new GenerateVariantClusters ( target , goldStandard ) )
add ( new VariantRecalibratorTiTv ( target , goldStandard ) )
add ( new VariantRecalibratorNRS ( target , goldStandard ) )
}
}
def bai ( bam : File ) = new File ( bam + ".bai" )
val FiltersToIgnore = List ( "DPFilter" , "ABFilter" , "ESPStandard" , "QualByDepth" , "StrandBias" , "HomopolymerRun" )
// 1.) Call SNPs with UG
class UnifiedGenotyper ( t : Target ) extends org . broadinstitute . sting . queue . extensions . gatk . UnifiedGenotyper with UNIVERSAL_GATK_ARGS {
this . reference_sequence = t . reference
this . DBSNP = new File ( "/humgen/gsa-hpprojects/GATK/data/dbsnp_129_" + t . rodName + ".rod" )
2010-12-19 06:19:14 +08:00
this . intervalsString ++= List ( t . intervals )
2010-12-20 12:24:25 +08:00
this . scatterCount = 63 // the smallest interval list has 63 intervals, one for each Mb on chr20
this . dcov = Some ( if ( t . isLowpass ) { 50 } else { 250 } )
2011-01-06 04:30:55 +08:00
this . stand_call_conf = Some ( if ( t . isLowpass ) { 4.0 } else { 30.0 } )
this . stand_emit_conf = Some ( if ( t . isLowpass ) { 4.0 } else { 30.0 } )
2010-12-18 06:14:02 +08:00
this . input_file : += t.bamList
this . out = t . rawVCF
2010-12-20 05:13:25 +08:00
this . baq = Some ( org . broadinstitute . sting . utils . baq . BAQ . CalculationMode . RECALCULATE )
2010-12-18 06:14:02 +08:00
this . analysisName = t . name + "_UG"
}
// 2.) Filter SNPs
class VariantFiltration ( t : Target ) extends org . broadinstitute . sting . queue . extensions . gatk . VariantFiltration with UNIVERSAL_GATK_ARGS {
this . reference_sequence = t . reference
2010-12-19 06:19:14 +08:00
this . intervalsString ++= List ( t . intervals )
2010-12-18 06:14:02 +08:00
this . scatterCount = 10
this . variantVCF = t . rawVCF
this . out = t . filteredVCF
this . rodBind : += RodBind ( " mask " , " Bed " , "/humgen/1kg/processing/pipeline_test_bams/pilot1.dindel.mask." + t . rodName + ".bed" )
this . maskName = "InDel"
this . filterName ++= List ( "HARD_TO_VALIDATE" )
this . filterExpression ++= List ( "\"MQ0 >= 4 && (MQ0 / (1.0 * DP)) > 0.1\"" )
this . analysisName = t . name + "_VF"
}
// 3.) VQSR part1 Generate Gaussian clusters based on truth sites
class GenerateVariantClusters ( t : Target , goldStandard : Boolean ) extends org . broadinstitute . sting . queue . extensions . gatk . GenerateVariantClusters with UNIVERSAL_GATK_ARGS {
2010-12-20 12:24:25 +08:00
val name : String = if ( goldStandard ) { t . goldStandardName } else { t . name }
2010-12-18 06:14:02 +08:00
this . reference_sequence = t . reference
this . DBSNP = new File ( "/humgen/gsa-hpprojects/GATK/data/dbsnp_129_" + t . rodName + ".rod" )
this . rodBind : += RodBind ( " hapmap " , " VCF " , "/humgen/gsa-hpprojects/GATK/data/Comparisons/Validated/HapMap/3.2/genotypes_r27_nr." + t . rodName + "_fwd.vcf" )
2011-01-06 04:30:55 +08:00
if ( t . rodName . equals ( "b37" ) ) {
this . rodBind : += RodBind ( " 1 kg " , " VCF " , "/humgen/gsa-hpprojects/GATK/data/Comparisons/Unvalidated/1kg_pilot1_projectCalls/ALL.low_coverage.2010_07.hg19.vcf" )
}
2010-12-20 12:24:25 +08:00
this . rodBind : += RodBind ( " input " , " VCF " , if ( goldStandard ) { t . goldStandard_VCF } else { t . filteredVCF } )
this . clusterFile = if ( goldStandard ) { t . goldStandardClusterFile } else { t . clusterFile }
2010-12-18 06:14:02 +08:00
this . use_annotation ++= List ( "QD" , "SB" , "HaplotypeScore" , "HRun" )
this . analysisName = name + "_GVC"
2010-12-19 06:19:14 +08:00
this . intervalsString ++= List ( t . intervals )
2011-01-06 04:30:55 +08:00
this . qual = Some ( 350 ) // clustering parameters to be updated soon pending new experimentation results
2010-12-18 06:14:02 +08:00
this . std = Some ( 3.5 )
2011-01-06 04:30:55 +08:00
this . mG = Some ( 10 )
2010-12-18 06:14:02 +08:00
this . ignoreFilter ++= FiltersToIgnore
}
// 4.) VQSR part2 Calculate new LOD for all input SNPs by evaluating the Gaussian clusters
class VariantRecalibratorBase ( t : Target , goldStandard : Boolean ) extends org . broadinstitute . sting . queue . extensions . gatk . VariantRecalibrator with UNIVERSAL_GATK_ARGS {
2010-12-20 12:24:25 +08:00
val name : String = if ( goldStandard ) { t . goldStandardName } else { t . name }
2010-12-18 06:14:02 +08:00
this . reference_sequence = t . reference
this . DBSNP = new File ( "/humgen/gsa-hpprojects/GATK/data/dbsnp_129_" + t . rodName + ".rod" )
this . rodBind : += RodBind ( " hapmap " , " VCF " , "/humgen/gsa-hpprojects/GATK/data/Comparisons/Validated/HapMap/3.2/genotypes_r27_nr." + t . rodName + "_fwd.vcf" )
2011-01-06 04:30:55 +08:00
if ( t . rodName . equals ( "b37" ) ) {
this . rodBind : += RodBind ( " 1 kg " , " VCF " , "/humgen/gsa-hpprojects/GATK/data/Comparisons/Unvalidated/1kg_pilot1_projectCalls/ALL.low_coverage.2010_07.hg19.vcf" )
}
2010-12-18 06:14:02 +08:00
this . rodBind : += RodBind ( " truth " , " VCF " , "/humgen/gsa-hpprojects/GATK/data/Comparisons/Validated/HapMap/3.2/genotypes_r27_nr." + t . rodName + "_fwd.vcf" )
2010-12-20 12:24:25 +08:00
this . rodBind : += RodBind ( " input " , " VCF " , if ( goldStandard ) { t . goldStandard_VCF } else { t . filteredVCF } )
this . clusterFile = if ( goldStandard ) { t . goldStandardClusterFile } else { t . clusterFile }
2010-12-18 06:14:02 +08:00
this . analysisName = name + "_VR"
2010-12-19 06:19:14 +08:00
this . intervalsString ++= List ( t . intervals )
2010-12-18 06:14:02 +08:00
this . ignoreFilter ++= FiltersToIgnore
this . ignoreFilter ++= List ( "HARD_TO_VALIDATE" )
this . target_titv = t . titvTarget
}
// 4a.) Choose VQSR tranches based on novel ti/tv
class VariantRecalibratorTiTv ( t : Target , goldStandard : Boolean ) extends VariantRecalibratorBase ( t , goldStandard ) {
this . tranche ++= List ( "0.1" , "1.0" , "10.0" , "100.0" )
this . out = new File ( this . name + ".titv.recalibrated.vcf" )
this . tranchesFile = new File ( this . name + ".titv.tranches" )
}
// 4b.) Choose VQSR tranches based on sensitivity to truth set
class VariantRecalibratorNRS ( t : Target , goldStandard : Boolean ) extends VariantRecalibratorBase ( t , goldStandard ) {
this . sm = Some ( org . broadinstitute . sting . gatk . walkers . variantrecalibration . VariantRecalibrator . SelectionMetricType . TRUTH_SENSITIVITY )
2010-12-19 06:19:14 +08:00
this . tranche ++= List ( "0.1" , "1.0" , "10.0" , "100.0" )
2010-12-18 06:14:02 +08:00
this . out = new File ( this . name + ".ts.recalibrated.vcf" )
2011-01-06 04:30:55 +08:00
this . priorDBSNP = Some ( 2.0 )
this . priorHapMap = Some ( 2.0 )
this . prior1KG = Some ( 2.0 )
2010-12-18 06:14:02 +08:00
this . tranchesFile = new File ( this . name + ".ts.tranches" )
}
}