changeset 2:886b73f04847 draft

planemo upload commit 1869970193a1878acbc0f8a79b81dd02b37f1dc1
author devteam
date Fri, 09 Oct 2015 17:24:03 -0400
parents 94d5786febc4
children c31a37f6d48a
files samtool_filter2.xml
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/samtool_filter2.xml	Mon Aug 10 17:14:37 2015 -0400
+++ b/samtool_filter2.xml	Fri Oct 09 17:24:03 2015 -0400
@@ -110,12 +110,12 @@
         </param>
       </when>
     </conditional>
-    <param name="library" type="text" value="" size="20" label="Select alignments from Library"
+    <param name="library" type="text" value="" label="Select alignments from Library"
            help="(-l) Requires headers in the input SAM or BAM, otherwise no alignments will be output"/>
-    <param name="read_group" type="text" value="" size="20" label="Select alignments from Read Group"
+    <param name="read_group" type="text" value="" label="Select alignments from Read Group"
            help="(-r) Requires headers in the input SAM or BAM, otherwise no alignments will be output"/>
     <param name="bed_file" type="data" format="bed" optional="true" label="Output alignments overlapping the regions in the BED FILE" help="(-L)"/>
-    <param name="regions" type="text" value="" size="180" label="Select regions (only used when the input is in BAM format)"
+    <param name="regions" type="text" value="" label="Select regions (only used when the input is in BAM format)"
            help="region should be presented in one of the following formats: `chr1', `chr2:1,000' and `chr3:1000-2,000'"/>
     <param name="outputtype" type="select" label="Select the output format">
         <option value="bam">BAM (-b)</option>