2010-01-19 09:56:04 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2010-01-22 03:22:56 +08:00
|
|
|
<package name="VariantAnnotator">
|
|
|
|
|
<executable name="VariantAnnotator">
|
|
|
|
|
<main-class name="org.broadinstitute.sting.gatk.CommandLineGATK" />
|
|
|
|
|
<resource-bundle file="StingText.properties" />
|
2010-01-19 09:56:04 +08:00
|
|
|
<dependencies>
|
|
|
|
|
<!-- Variant annotator -->
|
2010-01-22 03:22:56 +08:00
|
|
|
<class name="org.broadinstitute.sting.gatk.walkers.annotator.VariantAnnotator" />
|
2010-01-19 09:56:04 +08:00
|
|
|
<!-- And the annotations -->
|
2010-01-22 03:22:56 +08:00
|
|
|
<class name="org.broadinstitute.sting.gatk.walkers.annotator.AlleleBalance" />
|
|
|
|
|
<class name="org.broadinstitute.sting.gatk.walkers.annotator.DepthOfCoverage" />
|
|
|
|
|
<class name="org.broadinstitute.sting.gatk.walkers.annotator.HomopolymerRun" />
|
|
|
|
|
<class name="org.broadinstitute.sting.gatk.walkers.annotator.MappingQualityZero" />
|
|
|
|
|
<class name="org.broadinstitute.sting.gatk.walkers.annotator.QualByDepth" />
|
|
|
|
|
<class name="org.broadinstitute.sting.gatk.walkers.annotator.RMSMappingQuality" />
|
|
|
|
|
<class name="org.broadinstitute.sting.gatk.walkers.annotator.SpanningDeletions" />
|
2010-01-19 09:56:04 +08:00
|
|
|
</dependencies>
|
|
|
|
|
</executable>
|
|
|
|
|
</package>
|