Mercurial > repos > devteam > bamtools_filter
changeset 3:29ba2103739c draft
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/bamtools/bamtools_filter commit 7c56948b330097432cd68df4b865b01ca7c788dc
author | devteam |
---|---|
date | Fri, 13 Jan 2017 11:02:24 -0500 |
parents | 2098a49ddf66 |
children | 3213c223678c |
files | bamtools-filter.xml |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/bamtools-filter.xml Wed Nov 11 12:33:46 2015 -0500 +++ b/bamtools-filter.xml Fri Jan 13 11:02:24 2017 -0500 @@ -57,9 +57,9 @@ <param name="bam_property_value" type="text" value="101M" label="Filter on this CIGAR string" help="Default (101M) is for 101 continuously matched bases"/> </when> <when value="insertSize"> - <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""> + <param name="bam_property_value" type="text" value=">=250" label="Filter on insert size" help="You can use >, <, =, and ! (not) in your expression. E.g., to select pairs with insert size above 250 nt use ">=250""> <sanitizer invalid_char=""> - <valid initial="string.letters,string.digits"><add value=">"/><add value="<"/><add value="!="/></valid> + <valid initial="string.letters,string.digits"><add value=">"/><add value="<"/><add value="!="/><add value="-"/></valid> </sanitizer> </param> </when>