comparison reduce_reads.xml @ 2:8bcc13094767 draft

Uploaded
author iuc
date Sat, 18 Jan 2014 07:21:33 -0500
parents 340633249b3d
children f244b8209eb8
comparison
equal deleted inserted replaced
1:f760c0de8e3a 2:8bcc13094767
19 \$GATK2_SITE_OPTIONS 19 \$GATK2_SITE_OPTIONS
20 20
21 ## according to http://www.broadinstitute.org/gatk/guide/article?id=1975 21 ## according to http://www.broadinstitute.org/gatk/guide/article?id=1975
22 --num_cpu_threads_per_data_thread 1 22 --num_cpu_threads_per_data_thread 1
23 23
24 @THREADS@
25
26 #if $reference_source.reference_source_selector != "history": 24 #if $reference_source.reference_source_selector != "history":
27 -R "${reference_source.ref_file.fields.path}" 25 -R "${reference_source.ref_file.fields.path}"
28 #end if 26 #end if
29 #if str($input_recal) != 'None': 27 #if str($input_recal) != 'None':
30 --BQSR "${input_recal}" 28 --BQSR "${input_recal}"
66 $analysis_param_type.dont_hardclip_adaptor_sequences 64 $analysis_param_type.dont_hardclip_adaptor_sequences
67 ' 65 '
68 #end if 66 #end if
69 </command> 67 </command>
70 <inputs> 68 <inputs>
71 <param name="input_recal" type="data" format="csv" optional="true" label="Covariates table recalibration file" help="-BQSR,--BQSR &amp;lt;recal_file&amp;gt;" > 69 <param name="input_recal" type="data" format="csv" optional="true" label="Covariates table recalibration file" help="The input covariates table file which enables on-the-fly base quality score recalibration. Enables on-the-fly recalibrate of base qualities. The covariates tables are produced by the BaseQualityScoreRecalibrator tool. Please be aware that one should only run recalibration with the covariates file created on the same input bam(s) (-BQSR,--BQSR &amp;lt;recal_file&amp;gt;)" />
72 <help>The input covariates table file which enables on-the-fly base quality score recalibration.
73 Enables on-the-fly recalibrate of base qualities. The covariates tables are produced by the BaseQualityScoreRecalibrator tool.
74 Please be aware that one should only run recalibration with the covariates file created on the same input bam(s).
75 </help>
76 </param>
77 <conditional name="reference_source"> 70 <conditional name="reference_source">
78 <expand macro="reference_source_selector_param" /> 71 <expand macro="reference_source_selector_param" />
79 <when value="cached"> 72 <when value="cached">
80 <param name="input_bam" type="data" format="bam" label="BAM file" help="-I,--input_file &amp;lt;input_file&amp;gt;"> 73 <param name="input_bam" type="data" format="bam" label="BAM file" help="-I,--input_file &amp;lt;input_file&amp;gt;">
81 <validator type="unspecified_build" /> 74 <validator type="unspecified_build" />
226 Minimum proportion of mismatches in a site to trigger a variant region. Anything below this will be considered consensus. 219 Minimum proportion of mismatches in a site to trigger a variant region. Anything below this will be considered consensus.
227 220
228 -noclip_ad / --dont_hardclip_adaptor_sequences ( boolean with default value false ) 221 -noclip_ad / --dont_hardclip_adaptor_sequences ( boolean with default value false )
229 Do not hard clip adaptor sequences. Note: You don't have to turn this on for reads that are not mate paired. The program will behave correctly in those cases. 222 Do not hard clip adaptor sequences. Note: You don't have to turn this on for reads that are not mate paired. The program will behave correctly in those cases.
230 223
231 ------
232
233 @CITATION_SECTION@ 224 @CITATION_SECTION@
234 </help> 225 </help>
235 </tool> 226 </tool>