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:
parent
d8ff552311
commit
bb7e0c27fd
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue