Include all standard annotations

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@4479 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
ebanks 2010-10-11 20:52:08 +00:00
parent fd8351cd49
commit f5b66647ac
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,7 @@
<class name="org.broadinstitute.sting.gatk.walkers.annotator.interfaces.InfoFieldAnnotation" />
<class name="org.broadinstitute.sting.gatk.walkers.annotator.interfaces.StandardAnnotation" />
<!-- The annotations -->
<class name="org.broadinstitute.sting.gatk.walkers.annotator.AlleleBalance" />
<class name="org.broadinstitute.sting.gatk.walkers.annotator.DepthPerAlleleBySample" />
<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" />
@ -20,6 +20,7 @@
<class name="org.broadinstitute.sting.gatk.walkers.annotator.RMSMappingQuality" />
<class name="org.broadinstitute.sting.gatk.walkers.annotator.SpanningDeletions" />
<class name="org.broadinstitute.sting.gatk.walkers.annotator.HaplotypeScore" />
<class name="org.broadinstitute.sting.gatk.walkers.annotator.ChromosomeCounts" />
</dependencies>
</executable>
</package>