comparison reduce_reads.xml @ 11:5faf7ace8aee draft

Add HaplotypeCaller
author Jim Johnson <jj@umn.edu>
date Thu, 08 Nov 2012 10:38:18 -0600
parents a14e79e7ac75
children d73c92a7b0ea
comparison
equal deleted inserted replaced
10:a14e79e7ac75 11:5faf7ace8aee
121 $analysis_param_type.dont_hardclip_adaptor_sequences 121 $analysis_param_type.dont_hardclip_adaptor_sequences
122 ' 122 '
123 #end if 123 #end if
124 </command> 124 </command>
125 <inputs> 125 <inputs>
126 <param name="input_recal" type="data" format="csv" optional="true" label="Covariates table recalibration file" help="-BQSR,--BQSR &amp;lt;recal_file&amp;gt;" /> 126 <param name="input_recal" type="data" format="csv" optional="true" label="Covariates table recalibration file" help="-BQSR,--BQSR &amp;lt;recal_file&amp;gt;" >
127 <help>The input covariates table file which enables on-the-fly base quality score recalibration.
128 Enables on-the-fly recalibrate of base qualities. The covariates tables are produced by the BaseQualityScoreRecalibrator tool.
129 Please be aware that one should only run recalibration with the covariates file created on the same input bam(s).
130 </help>
131 </param>
127 <conditional name="reference_source"> 132 <conditional name="reference_source">
128 <param name="reference_source_selector" type="select" label="Choose the source for the reference list"> 133 <param name="reference_source_selector" type="select" label="Choose the source for the reference list">
129 <option value="cached">Locally cached</option> 134 <option value="cached">Locally cached</option>
130 <option value="history">History</option> 135 <option value="history">History</option>
131 </param> 136 </param>