changeset 1:7e801ab2b70e draft

planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit a1517c9d22029095120643bbe2c8fa53754dd2b7
author devteam
date Wed, 11 Nov 2015 12:14:09 -0500
parents 9d189d08f2ad
children 091edad7622f
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 12:34:27 2014 -0400
+++ b/fasta_to_tabular.xml	Wed Nov 11 12:14:09 2015 -0500
@@ -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>