Bringing IndelGenotyper back to life
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@2770 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
3f35e181d5
commit
280f38f635
|
|
@ -12,6 +12,7 @@
|
||||||
<module file="VariantFiltration.xml" />
|
<module file="VariantFiltration.xml" />
|
||||||
<module file="VariantAnnotator.xml" />
|
<module file="VariantAnnotator.xml" />
|
||||||
<module file="VCFValidator.xml" />
|
<module file="VCFValidator.xml" />
|
||||||
|
<module file="IndelGenotyper.xml" />
|
||||||
</modules>
|
</modules>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<!-- Filters -->
|
<!-- Filters -->
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,11 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<package name="IndelGenotyper">
|
||||||
|
<executable name="IndelGenotyper">
|
||||||
|
<main-class name="org.broadinstitute.sting.gatk.CommandLineGATK" />
|
||||||
|
<resource-bundle file="StingText.properties" />
|
||||||
|
<dependencies>
|
||||||
|
<!-- Local realignment around indels -->
|
||||||
|
<class name="org.broadinstitute.sting.gatk.walkers.indels.IndelGenotyperV2Walker" />
|
||||||
|
</dependencies>
|
||||||
|
</executable>
|
||||||
|
</package>
|
||||||
Loading…
Reference in New Issue