updating the package

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@3045 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
ebanks 2010-03-19 13:42:31 +00:00
parent d8ff552311
commit bb7e0c27fd
1 changed files with 6 additions and 1 deletions

View File

@ -6,7 +6,12 @@
<dependencies>
<!-- Variant annotator -->
<class name="org.broadinstitute.sting.gatk.walkers.annotator.VariantAnnotator" />
<!-- And the annotations -->
<!-- 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 -->
<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" />