changeset 1:5cabbe4cfaf4 draft

planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
author devteam
date Tue, 13 Oct 2015 12:20:15 -0400
parents ae709fd50581
children ff4751ce764d
files fasta_to_tabular.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/fasta_to_tabular.xml	Mon May 19 11:00:01 2014 -0400
+++ b/fasta_to_tabular.xml	Tue Oct 13 12:20:15 2015 -0400
@@ -3,10 +3,10 @@
 	<command interpreter="python">fasta_to_tabular.py $input $output $keep_first $descr_columns</command>
 	<inputs>
 		<param name="input" type="data" format="fasta" label="Convert these sequences"/>
-		<param name="descr_columns" type="integer" size="2" value="1" label="How many columns to divide title string into?" help="Typically 2 to take the ID (first word) and decription (rest) as two columns, or 1 to give a single column">
+		<param name="descr_columns" type="integer" value="1" label="How many columns to divide title string into?" help="Typically 2 to take the ID (first word) and decription (rest) as two columns, or 1 to give a single column">
 			<validator type="in_range" min="1" />
 		</param>
-		<param name="keep_first" type="integer" size="5" value="0" label="How many title characters to keep?" help="Applies only to the first column taken from the title string ('0' = keep the whole thing), useful when your sequence identifiers are all the same length.">
+		<param name="keep_first" type="integer" value="0" label="How many title characters to keep?" help="Applies only to the first column taken from the title string ('0' = keep the whole thing), useful when your sequence identifiers are all the same length.">
 			<validator type="in_range" min="0" />
 		</param>
 	</inputs>