changeset 3:e7ed3c310b74 draft default tip

"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit 34a6c9f94a5722bb7d2f887618aafa410a770e91"
author devteam
date Mon, 02 Mar 2020 06:47:26 -0500
parents 091edad7622f
children
files fasta_to_tabular.xml
diffstat 1 files changed, 2 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/fasta_to_tabular.xml	Sun Mar 01 07:25:01 2020 -0500
+++ b/fasta_to_tabular.xml	Mon Mar 02 06:47:26 2020 -0500
@@ -8,10 +8,8 @@
     </command>
     <inputs>
         <param name="input" type="data" format="fasta" label="Convert these sequences"/>
-        <param name="descr_columns" type="integer" value="1" min="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>
-        <param name="keep_first" type="integer" value="0" min="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>
+        <param name="descr_columns" type="integer" value="1" min="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="keep_first" type="integer" value="0" min="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."/>
     </inputs>
     <outputs>
         <data name="output" format="tabular"/>