changeset 2:1695b2153760

literal.xml: fix size param bug, allow text input
author Nick Stoler <nstoler@psu.edu>
date Sun, 02 Mar 2014 14:55:35 -0500
parents 717a4009675c
children 3c5c4e3cccab
files literal.xml
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/literal.xml	Sun Mar 02 14:20:33 2014 -0500
+++ b/literal.xml	Sun Mar 02 14:55:35 2014 -0500
@@ -6,9 +6,9 @@
   #end if
   </command>
   <inputs>
-    <param name="input" type="data" format="fasta" label="Input sequence" />
-    <param name="width" type="integer" value="512" min="512" label="Output image width" help="in pixels" />
-    <param name="height" type="integer" value="512" min="512" label="Output image height" help="in pixels" />
+    <param name="input" type="data" format="fasta,text" label="Input sequence" />
+    <param name="width" type="integer" value="512" label="Output image width" help="in pixels" />
+    <param name="height" type="integer" value="512" label="Output image height" help="in pixels" />
     <conditional name="colors">
       <param name="custom" type="select" label="Base colors">
         <option value="" selected="True">Use default colors</option>