diff snpSift_filter.xml @ 6:824f78c0d0df

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/snpsift/snpsift commit 915e0f28e6bc2701ca8f333d7b30cf399cd6e9da-dirty
author jjohnson
date Mon, 25 Jan 2016 17:40:56 -0500
parents baf6602903e1
children c29f29a6f26c
line wrap: on
line diff
--- a/snpSift_filter.xml	Wed Dec 09 14:03:26 2015 -0500
+++ b/snpSift_filter.xml	Mon Jan 25 17:40:56 2016 -0500
@@ -28,7 +28,7 @@
     </command>
     <inputs>
         <param format="vcf" name="input" type="data" label="Variant input file in VCF format"/>
-        <param name="expr" type="text" label="Filter criteria" size="160" help="Need help? See below a few examples." />
+        <param name="expr" type="text" label="Filter criteria" help="Need help? See below a few examples." />
         <param name="inverse" type="boolean" truevalue="--inverse" falsevalue="" checked="false" label="Inverse filter" help="Show lines that do not match filter expression" />
         <conditional name="filtering">
             <param name="mode" type="select" label="Filter mode">
@@ -42,12 +42,12 @@
                            help="appends an ID tag to non-matching entry FILTER "/>
                     <when value="no"/>
                     <when value="yes">
-                        <param name="filterId" type="text" value="" optional="true" label="ID appended to non-matching (##FILTER tag in header and FILTER VCF field)." size="10"
+                        <param name="filterId" type="text" value="" optional="true" label="ID appended to non-matching (##FILTER tag in header and FILTER VCF field)." 
                                help="Default ID is 'SnpSift'"/>
                     </when>
                 </conditional>
-                <param name="addFilter" type="text" value="" optional="true" label="Add a string to FILTER VCF field if 'expression' is true." size="10"/>
-                <param name="rmFilter" type="text" value="" optional="true" label="Remove a string from FILTER VCF field if 'expression' is true (and 'str' is in the field)." size="10"/>
+                <param name="addFilter" type="text" value="" optional="true" label="Add a string to FILTER VCF field if 'expression' is true." />
+                <param name="rmFilter" type="text" value="" optional="true" label="Remove a string from FILTER VCF field if 'expression' is true (and 'str' is in the field)." />
             </when>
         </conditional>
     </inputs>
@@ -87,7 +87,7 @@
 
         <test>
         <param name="input" ftype="vcf" value="test01.vcf"/>
-        <param name="expr" value="(POS >= 20175) & (POS <= 35549)"/>
+        <param name="expr" value="(POS >= 20175) &amp; (POS &lt; 35549)"/>
         <param name="mode" value="entries"/>
         <output name="output">
             <assert_contents>