Added an aligner package to make it easier for people to use outside the GATK.

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@2206 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
hanna 2009-12-01 23:04:10 +00:00
parent 3303808a8f
commit bc8f3d58ae
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<package>
<name>Aligner</name>
<dependencies>
<!-- BWA/C aligner implementation -->
<class>org.broadinstitute.sting.alignment.bwa.c.BWACAligner</class>
</dependencies>
</package>