79 lines
5.0 KiB
XML
79 lines
5.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- In order to update this file, copy GenomeAnalysisTK.xml, change the name of the
|
|
package and executable to GATK-Picard, and add TileCovariate to the list of dependencies.
|
|
Remove the AnalyzeCovariates executable. -->
|
|
<package>
|
|
<name>GATK-Picard</name>
|
|
<executable>
|
|
<name>GATK-Picard</name>
|
|
<main-class>org.broadinstitute.sting.gatk.CommandLineGATK</main-class>
|
|
<dependencies>
|
|
<!-- Text extracted from the javadocs -->
|
|
<properties>StingText.properties</properties>
|
|
<!-- Filters -->
|
|
<package>org.broadinstitute.sting.gatk.filters</package>
|
|
<class>org.broadinstitute.sting.gatk.walkers.coverage.DepthOfCoverageWalker</class>
|
|
<class>org.broadinstitute.sting.gatk.walkers.PileupWalker</class>
|
|
<class>org.broadinstitute.sting.gatk.walkers.PrintReadsWalker</class>
|
|
<class>org.broadinstitute.sting.gatk.walkers.qc.CountLociWalker</class>
|
|
<class>org.broadinstitute.sting.gatk.walkers.qc.CountReadsWalker</class>
|
|
<class>org.broadinstitute.sting.gatk.walkers.qc.ValidatingPileupWalker</class>
|
|
<!-- Quality scores recalibration -->
|
|
<class>org.broadinstitute.sting.gatk.walkers.recalibration.CovariateCounterWalker</class>
|
|
<class>org.broadinstitute.sting.gatk.walkers.recalibration.TableRecalibrationWalker</class>
|
|
<!-- Recalibration Covariates -->
|
|
<class>org.broadinstitute.sting.gatk.walkers.recalibration.DinucCovariate</class>
|
|
<class>org.broadinstitute.sting.gatk.walkers.recalibration.PositionCovariate</class>
|
|
<class>org.broadinstitute.sting.gatk.walkers.recalibration.MinimumNQSCovariate</class>
|
|
<class>org.broadinstitute.sting.gatk.walkers.recalibration.MappingQualityCovariate</class>
|
|
<class>org.broadinstitute.sting.gatk.walkers.recalibration.QualityScoreCovariate</class>
|
|
<class>org.broadinstitute.sting.gatk.walkers.recalibration.PrimerRoundCovariate</class>
|
|
<class>org.broadinstitute.sting.gatk.walkers.recalibration.CycleCovariate</class>
|
|
<class>org.broadinstitute.sting.gatk.walkers.recalibration.ReadGroupCovariate</class>
|
|
<class>org.broadinstitute.sting.gatk.walkers.recalibration.TileCovariate</class>
|
|
<class>org.broadinstitute.sting.gatk.walkers.recalibration.HomopolymerCovariate</class>
|
|
<!-- Local realignment around indels -->
|
|
<class>org.broadinstitute.sting.gatk.walkers.indels.CleanedReadInjector</class>
|
|
<class>org.broadinstitute.sting.gatk.walkers.indels.IndelIntervalWalker</class>
|
|
<class>org.broadinstitute.sting.gatk.walkers.indels.IntervalCleanerWalker</class>
|
|
<class>org.broadinstitute.sting.gatk.walkers.indels.IntervalMergerWalker</class>
|
|
<class>org.broadinstitute.sting.gatk.walkers.indels.MismatchIntervalWalker</class>
|
|
<class>org.broadinstitute.sting.gatk.walkers.indels.SNPClusterWalker</class>
|
|
<class>org.broadinstitute.sting.gatk.walkers.indels.IndelGenotyperWalker</class>
|
|
<class>org.broadinstitute.sting.gatk.walkers.indels.IndelGenotyperV2Walker</class>
|
|
<!-- Unified genotyper -->
|
|
<class>org.broadinstitute.sting.gatk.walkers.genotyper.UnifiedGenotyper</class>
|
|
<!-- Variant filtration -->
|
|
<class>org.broadinstitute.sting.gatk.walkers.filters.VariantFiltrationWalker</class>
|
|
<!-- Variant annotator -->
|
|
<class>org.broadinstitute.sting.gatk.walkers.annotator.VariantAnnotator</class>
|
|
<!-- And the annotations -->
|
|
<class>org.broadinstitute.sting.gatk.walkers.annotator.AlleleBalance</class>
|
|
<class>org.broadinstitute.sting.gatk.walkers.annotator.DepthOfCoverage</class>
|
|
<class>org.broadinstitute.sting.gatk.walkers.annotator.HomopolymerRun</class>
|
|
<class>org.broadinstitute.sting.gatk.walkers.annotator.RMSMappingQuality</class>
|
|
<class>org.broadinstitute.sting.gatk.walkers.annotator.SpanningDeletions</class>
|
|
</dependencies>
|
|
</executable>
|
|
<resources>
|
|
<!-- GATK sample code and build scripts -->
|
|
<file>java/src/org/broadinstitute/sting/gatk/walkers/coverage/DepthOfCoverageWalker.java</file>
|
|
<file>java/src/org/broadinstitute/sting/gatk/walkers/PileupWalker.java</file>
|
|
<file>java/src/org/broadinstitute/sting/gatk/walkers/PrintReadsWalker.java</file>
|
|
<file>java/src/org/broadinstitute/sting/gatk/walkers/qc/CountLociWalker.java</file>
|
|
<file>java/src/org/broadinstitute/sting/gatk/walkers/qc/CountReadsWalker.java</file>
|
|
<file>java/src/org/broadinstitute/sting/gatk/walkers/qc/ValidatingPileupWalker.java</file>
|
|
<file>java/src/org/broadinstitute/sting/gatk/examples/HelloWalker.java</file>
|
|
<file>java/src/org/broadinstitute/sting/gatk/examples/build.xml</file>
|
|
<!-- Sample reads and reference files -->
|
|
<file>testdata/exampleBAM.bam</file>
|
|
<file>testdata/exampleBAM.bam.bai</file>
|
|
<file>testdata/exampleFASTA.fasta</file>
|
|
<file>testdata/exampleFASTA.fasta.fai</file>
|
|
<file>testdata/exampleFASTA.dict</file>
|
|
<!-- Supplemental scripts for graph generation, etc. -->
|
|
<file>R/plot_residualError_OtherCovariate.R</file>
|
|
<file>R/plot_residualError_QualityScoreCovariate.R</file>
|
|
</resources>
|
|
</package>
|