include the codecs into the RMD indexer that are available in the GATK, not just Tribble

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@4649 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
aaron 2010-11-11 06:35:04 +00:00
parent 0e062ae040
commit fd78ce6c86
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
<resource-bundle file="StingText.properties" />
<dependencies>
<package name="org.broad.tribble.*" />
<package name="org.broadinstitute.sting.gatk.refdata.features.*" />
<!-- the class itself -->
<class name="org.broadinstitute.sting.gatk.refdata.indexer.RMDIndexer" />
</dependencies>