Mercurial > repos > devteam > bamtools_filter
comparison bamtools-filter.xml @ 8:709d8669e8d6 draft
planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
author | devteam |
---|---|
date | Tue, 13 Oct 2015 12:36:56 -0400 |
parents | 23a1c1f66b47 |
children | c20a4a4acf3f |
comparison
equal
deleted
inserted
replaced
7:255d1b5c962e | 8:709d8669e8d6 |
---|---|
54 <!-- would be fanstastic to have AND and OR constructs in when statements --> | 54 <!-- would be fanstastic to have AND and OR constructs in when statements --> |
55 <when value="alignmentFlag"> | 55 <when value="alignmentFlag"> |
56 <param name="bam_property_value" type="integer" value="3" label="Filter on this alignment flag" help="Default (3) is for a paired read mapped in a proper pair"/> | 56 <param name="bam_property_value" type="integer" value="3" label="Filter on this alignment flag" help="Default (3) is for a paired read mapped in a proper pair"/> |
57 </when> | 57 </when> |
58 <when value="cigar"> | 58 <when value="cigar"> |
59 <param name="bam_property_value" type="text" size="10" value="101M" label="Filter on this CIGAR string" help="Default (101M) is for 101 continuously matched bases"/> | 59 <param name="bam_property_value" type="text" value="101M" label="Filter on this CIGAR string" help="Default (101M) is for 101 continuously matched bases"/> |
60 </when> | 60 </when> |
61 <when value="insertSize"> | 61 <when value="insertSize"> |
62 <param name="bam_property_value" type="text" size="10" value=">=250" label="Filter on inster size" help="You can use >, <, =, and ! (not) in your expression. E.g., to select pairs with inster size above 250 nt use ">=250""> | 62 <param name="bam_property_value" type="text" value=">=250" label="Filter on inster size" help="You can use >, <, =, and ! (not) in your expression. E.g., to select pairs with inster size above 250 nt use ">=250""> |
63 <sanitizer invalid_char=""> | 63 <sanitizer invalid_char=""> |
64 <valid initial="string.letters,string.digits"><add value=">"/><add value="<"/><add value="!="/></valid> | 64 <valid initial="string.letters,string.digits"><add value=">"/><add value="<"/><add value="!="/></valid> |
65 </sanitizer> | 65 </sanitizer> |
66 </param> | 66 </param> |
67 </when> | 67 </when> |
159 </repeat> | 159 </repeat> |
160 </repeat> | 160 </repeat> |
161 <conditional name="rule_configuration"> | 161 <conditional name="rule_configuration"> |
162 <param name="rules_selector" type="boolean" truevalue="true" falsevalue="false" label="Would you like to set rules?" help="Allows complex logical constructs. See Example 4 below." /> | 162 <param name="rules_selector" type="boolean" truevalue="true" falsevalue="false" label="Would you like to set rules?" help="Allows complex logical constructs. See Example 4 below." /> |
163 <when value="true"> | 163 <when value="true"> |
164 <param name="rules" type="text" size="20" label="Enter rules here" help="This option can only be used with at least two conditions. Read help below (Example 4) to understand how it works." > | 164 <param name="rules" type="text" label="Enter rules here" help="This option can only be used with at least two conditions. Read help below (Example 4) to understand how it works." > |
165 <sanitizer invalid_char=""> | 165 <sanitizer invalid_char=""> |
166 <valid initial="string.printable"/> | 166 <valid initial="string.printable"/> |
167 </sanitizer> | 167 </sanitizer> |
168 </param> | 168 </param> |
169 </when> | 169 </when> |