Mercurial > repos > jjohnson > gatk2
changeset 21:6e641ee02851 draft
Fix base_recalibrator.xml option: no_standard_covs
author | Jim Johnson <jj@umn.edu> |
---|---|
date | Fri, 28 Dec 2012 11:50:20 -0600 |
parents | 3924f62cd4e7 |
children | bc18c5ad280f |
files | base_recalibrator.xml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/base_recalibrator.xml Fri Dec 28 11:21:40 2012 -0600 +++ b/base_recalibrator.xml Fri Dec 28 11:50:20 2012 -0600 @@ -167,7 +167,7 @@ </param> </when> </conditional> - <param name="standard_covs" type="boolean" truevalue="--standard_covs" falsevalue="" label="Use the standard set of covariates in addition to the ones selected" help="-standard,--standard_covs" /> + <param name="standard_covs" type="boolean" truevalue="" falsevalue="--no_standard_covs" checked="false" label="Do not use the standard set of covariates in addition to the ones selected" help="--no_standard_covs/-noStandard" /> <param name="covariates" type="select" multiple="True" display="checkboxes" label="Covariates to be used in the recalibration" help="-cov,--covariate &lt;covariate&gt;" > <!-- might we want to load the available covariates from an external configuration file, since additional ones can be added to local installs? --> <option value="ReadGroupCovariate" />