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-03-19 21:42:31 +08:00
|
|
|
<!-- The interfacess -->
|
|
|
|
|
<class name="org.broadinstitute.sting.gatk.walkers.annotator.interfaces.AnnotationType" />
|
|
|
|
|
<class name="org.broadinstitute.sting.gatk.walkers.annotator.interfaces.GenotypeAnnotation" />
|
|
|
|
|
<class name="org.broadinstitute.sting.gatk.walkers.annotator.interfaces.InfoFieldAnnotation" />
|
|
|
|
|
<class name="org.broadinstitute.sting.gatk.walkers.annotator.interfaces.StandardAnnotation" />
|
|
|
|
|
<!-- The annotations -->
|
2010-10-12 04:52:08 +08:00
|
|
|
<class name="org.broadinstitute.sting.gatk.walkers.annotator.DepthPerAlleleBySample" />
|
2010-01-22 03:22:56 +08:00
|
|
|
<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-04-15 02:37:21 +08:00
|
|
|
<class name="org.broadinstitute.sting.gatk.walkers.annotator.HaplotypeScore" />
|
2010-10-12 04:52:08 +08:00
|
|
|
<class name="org.broadinstitute.sting.gatk.walkers.annotator.ChromosomeCounts" />
|
2010-01-19 09:56:04 +08:00
|
|
|
</dependencies>
|
|
|
|
|
</executable>
|
|
|
|
|
</package>
|