2010-01-19 09:56:04 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2010-01-22 03:22:56 +08:00
|
|
|
<package name="VCFValidator">
|
|
|
|
|
<executable name="VCFValidator">
|
|
|
|
|
<main-class name="org.broadinstitute.sting.gatk.CommandLineGATK" />
|
|
|
|
|
<resource-bundle file="StingText.properties" />
|
2010-01-19 09:56:04 +08:00
|
|
|
<dependencies>
|
|
|
|
|
<!-- VCF validator -->
|
2010-01-22 03:22:56 +08:00
|
|
|
<class name="org.broadinstitute.sting.gatk.walkers.qc.VCFValidator" />
|
2010-01-19 09:56:04 +08:00
|
|
|
</dependencies>
|
|
|
|
|
</executable>
|
|
|
|
|
</package>
|