Previous changeset 2:091edad7622f (2020-03-01) |
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_to_tabular commit 34a6c9f94a5722bb7d2f887618aafa410a770e91" |
modified:
fasta_to_tabular.xml |
b |
diff -r 091edad7622f -r e7ed3c310b74 fasta_to_tabular.xml --- 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 |
b |
@@ -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"/> |