changeset 6:0c552e103c93

literal.xml: Small UI, documentation changes
author Nick Stoler <nstoler@psu.edu>
date Sun, 02 Mar 2014 22:17:29 -0500
parents 58160195728e
children 2d99feb4a8e3
files literal.xml
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/literal.xml	Sun Mar 02 22:01:44 2014 -0500
+++ b/literal.xml	Sun Mar 02 22:17:29 2014 -0500
@@ -19,6 +19,9 @@
       </when>
       <when value="true">
         <!-- 'G':'255,255,255', 'C':'0,0,255', 'A':'0,255,0', 'T':'255,0,0' -->
+        <param name="background" type="text" value="255,255,255" label="Background RGB value" help="Three numbers 0 through 255, separated by commas (no spaces)">
+          <validator type="regex" message='Color must be in the form of "R,G,B"'>^[0-9]+,[0-9]+,[0-9]+$</validator>
+        </param>
         <param name="G" type="text" value="255,255,255" label="G RGB value" help="Three numbers 0 through 255, separated by commas (no spaces)">
           <validator type="regex" message='Color must be in the form of "R,G,B"'>^[0-9]+,[0-9]+,[0-9]+$</validator>
         </param>
@@ -31,9 +34,6 @@
         <param name="T" type="text" value="255,0,0" label="T RGB value" help="Three numbers 0 through 255, separated by commas (no spaces)">
           <validator type="regex" message='Color must be in the form of "R,G,B"'>^[0-9]+,[0-9]+,[0-9]+$</validator>
         </param>
-        <param name="background" type="text" value="255,255,255" label="background RGB value" help="Three numbers 0 through 255, separated by commas (no spaces)">
-          <validator type="regex" message='Color must be in the form of "R,G,B"'>^[0-9]+,[0-9]+,[0-9]+$</validator>
-        </param>
       </when>
     </conditional>
   </inputs>
@@ -55,7 +55,7 @@
 
 **Input Format**
 
-The input sequence can be in FASTA format or a plain text file containing only the sequence. Any non-ATGC characters (case-insensitive) will be skipped.
+The input sequence can be in FASTA format or a plain text file containing only the sequence. Any non-ATGC characters (case-insensitive) will be skipped. In a FASTA file with multiple sequences, all sequences will be used.
 
   </help>