Repository 'dna_visualizer'
hg clone https://toolshed.g2.bx.psu.edu/repos/nick/dna_visualizer

Changeset 2:1695b2153760 (2014-03-02)
Previous changeset 1:717a4009675c (2014-03-02) Next changeset 3:3c5c4e3cccab (2014-03-02)
Commit message:
literal.xml: fix size param bug, allow text input
modified:
literal.xml
b
diff -r 717a4009675c -r 1695b2153760 literal.xml
--- a/literal.xml Sun Mar 02 14:20:33 2014 -0500
+++ b/literal.xml Sun Mar 02 14:55:35 2014 -0500
b
@@ -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>