changeset 1:2811169ce62b draft

planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
author devteam
date Tue, 13 Oct 2015 12:19:36 -0400
parents 86f00ebe7be7
children d75972d4bd2a
files fasta_compute_length.xml
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/fasta_compute_length.xml	Mon May 19 10:59:55 2014 -0400
+++ b/fasta_compute_length.xml	Tue Oct 13 12:19:36 2015 -0400
@@ -1,9 +1,9 @@
-<tool id="fasta_compute_length" name="Compute sequence length">
+<tool id="fasta_compute_length" name="Compute sequence length" version="1.0.0">
 	<description></description>
 	<command interpreter="python">fasta_compute_length.py $input $output $keep_first</command>
 	<inputs>
 		<param name="input" type="data" format="fasta" label="Compute length for these sequences"/>
-		<param name="keep_first" type="integer" size="5" value="0" label="How many title characters to keep?" help="'0' = keep the whole thing"/>
+		<param name="keep_first" type="integer" value="0" label="How many title characters to keep?" help="'0' = keep the whole thing"/>
 	</inputs>
 	<outputs>
 		<data name="output" format="tabular"/>
@@ -48,4 +48,4 @@
 
 
 	</help>
-</tool>
\ No newline at end of file
+</tool>