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:
parent
3303808a8f
commit
bc8f3d58ae
|
|
@ -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>
|
||||
Loading…
Reference in New Issue