comparison snp_caller_caller.xml @ 4:ffee8534a5c4

upgrade to mimodd version 0.1.6
author Wolfgang Maier
date Thu, 04 Jun 2015 17:52:04 +0200
parents 72d20758ba2c
children bdd1995c9e66
comparison
equal deleted inserted replaced
3:ba685c655e18 4:ffee8534a5c4
23 <inputs> 23 <inputs>
24 <param name="ref_genome" type="data" format="fasta" label="reference genome" /> 24 <param name="ref_genome" type="data" format="fasta" label="reference genome" />
25 <repeat name="list_input" title="Aligned reads input source" default="1" min="1"> 25 <repeat name="list_input" title="Aligned reads input source" default="1" min="1">
26 <param name="inputfile" type="data" format="bam" label="input file" /> 26 <param name="inputfile" type="data" format="bam" label="input file" />
27 </repeat> 27 </repeat>
28 <param name="group_by_id" type="boolean" label="group reads based on read group id only" truevalue="-i" falsevalue="" checked="true" help="If selected, this option ensures that only the read group id (but not the sample name) is considered in grouping reads in the input file(s). If turned off, read groups with identical sample names are automatically pooled and analyzed together even if they come from different NGS runs." /> 28 <param name="group_by_id" type="boolean" label="group reads based on read group id only" truevalue="-i" falsevalue="" checked="false" help="If selected, this option ensures that only the read group id (but not the sample name) is considered in grouping reads in the input file(s). If turned off, read groups with identical sample names are automatically pooled and analyzed together even if they come from different NGS runs." />
29 <param name="no_md5_check" type="boolean" label="turn off md5 sum verification" truevalue="-x" falsevalue="" checked="false" help="leave turned on to avoid accidental variant calling against a wrong reference genome version (see the tool help below)." /> 29 <param name="no_md5_check" type="boolean" label="turn off md5 sum verification" truevalue="-x" falsevalue="" checked="false" help="leave turned on to avoid accidental variant calling against a wrong reference genome version (see the tool help below)." />
30 <param name="depth" type="integer" value="250" label="maximum per-BAM depth (default: 250)" help="to avoid excessive use of memory"/> 30 <param name="depth" type="integer" value="250" label="maximum per-BAM depth (default: 250)" help="to avoid excessive use of memory"/>
31 </inputs> 31 </inputs>
32 32
33 <outputs> 33 <outputs>