Repository 'weblogo3'
hg clone https://toolshed.g2.bx.psu.edu/repos/devteam/weblogo3

Changeset 3:3179d17dc6e5 (2015-10-09)
Previous changeset 2:76426785ae1c (2015-08-05) Next changeset 4:c1a9e644d580 (2015-12-03)
Commit message:
planemo upload commit 4ec9eb1570ea116d83f5464a786af6e14fb5b57d
modified:
rgWebLogo3.xml
b
diff -r 76426785ae1c -r 3179d17dc6e5 rgWebLogo3.xml
--- a/rgWebLogo3.xml Wed Aug 05 18:55:25 2015 -0400
+++ b/rgWebLogo3.xml Fri Oct 09 15:53:33 2015 -0400
b
@@ -14,7 +14,7 @@
   <inputs>
    <page>
     <param format="fasta" name="input" type="data" label="Fasta File" />
-    <param name="logoname" label="Title for output Sequence Logo" type="text" size="50" value="Galaxy-Rgenetics Sequence Logo" />
+    <param name="logoname" label="Title for output Sequence Logo" type="text" value="Galaxy-Rgenetics Sequence Logo" />
     <param name="outformat" type="select" label="Output format for image (or text report)" >
       <option value="png" selected="True">PNG screen quality</option>
       <option value="png_print">High quality printable PNG</option>
@@ -52,10 +52,10 @@
         <when value="complete">
         </when>
         <when value="part">    
-           <param name="seqstart" size="5" type="integer" value="1" help="WARNING: Specifying indexes outside the sequence lengths will cause unpredictable but bad consequences!" 
+           <param name="seqstart" type="integer" value="1" help="WARNING: Specifying indexes outside the sequence lengths will cause unpredictable but bad consequences!" 
              label="Index (eg 1=first letter) of the start of the sequence range to include in the logo">
            </param>
-           <param name="seqend" size="5" type="integer" value="99999" label="Index (eg 75=75th letter) of the end of the sequence range to include in the logo" >
+           <param name="seqend" type="integer" value="99999" label="Index (eg 75=75th letter) of the end of the sequence range to include in the logo" >
            </param> 
         </when>
     </conditional>