changeset 5:96d94a7ea6fc draft

Corrected a typo
author lionelguy
date Tue, 13 Aug 2013 08:16:25 -0400
parents cffbad01eb55
children 766a66f2874e
files prodigal/prodigal.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/prodigal/prodigal.xml	Tue Aug 13 08:12:41 2013 -0400
+++ b/prodigal/prodigal.xml	Tue Aug 13 08:16:25 2013 -0400
@@ -8,7 +8,7 @@
 <!-- NYI -t training_file -->
 <inputs>
     <param name="input_file" type="data" format="fasta" label="[-i] Contig sequences"/> 
-    <param name="output_format" type="select" display="radio" lable="[-f] Output format">
+    <param name="output_format" type="select" display="radio" label="[-f] Output format">
       <option value="gbk">gbk (genbank)</option>
       <option value="gff" selected="true">gff (general feature format)</option>
     </param>