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="AnalyzeCovariates">
|
|
|
|
|
<executable name="AnalyzeCovariates">
|
|
|
|
|
<main-class name="org.broadinstitute.sting.analyzecovariates.AnalyzeCovariates" />
|
|
|
|
|
<resource-bundle file="StingText.properties" />
|
2010-01-19 09:56:04 +08:00
|
|
|
<dependencies>
|
|
|
|
|
<!-- Recalibration analysis script -->
|
2010-01-22 03:22:56 +08:00
|
|
|
<class name="org.broadinstitute.sting.analyzecovariates.AnalyzeCovariates" />
|
2011-09-22 23:55:40 +08:00
|
|
|
<package name="org.broadinstitute.sting.gatk.walkers.recalibration" />
|
2011-10-27 11:05:41 +08:00
|
|
|
<!-- Supplemental scripts for graph generation, etc. -->
|
|
|
|
|
<dir name="org/broadinstitute/sting/analyzecovariates" includes="**/*.R" />
|
2010-01-19 09:56:04 +08:00
|
|
|
</dependencies>
|
|
|
|
|
</executable>
|
|
|
|
|
</package>
|