comparison base_recalibrator.xml @ 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 7533db8dfb5b
children bc18c5ad280f
comparison
equal deleted inserted replaced
20:3924f62cd4e7 21:6e641ee02851
165 <filter type="data_meta" key="dbkey" ref="input_bam" /> 165 <filter type="data_meta" key="dbkey" ref="input_bam" />
166 </options> 166 </options>
167 </param> 167 </param>
168 </when> 168 </when>
169 </conditional> 169 </conditional>
170 <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" /> 170 <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" />
171 <param name="covariates" type="select" multiple="True" display="checkboxes" label="Covariates to be used in the recalibration" help="-cov,--covariate &amp;lt;covariate&amp;gt;" > 171 <param name="covariates" type="select" multiple="True" display="checkboxes" label="Covariates to be used in the recalibration" help="-cov,--covariate &amp;lt;covariate&amp;gt;" >
172 <!-- might we want to load the available covariates from an external configuration file, since additional ones can be added to local installs? --> 172 <!-- might we want to load the available covariates from an external configuration file, since additional ones can be added to local installs? -->
173 <option value="ReadGroupCovariate" /> 173 <option value="ReadGroupCovariate" />
174 <option value="QualityScoreCovariate" /> 174 <option value="QualityScoreCovariate" />
175 <option value="CycleCovariate" /> 175 <option value="CycleCovariate" />