Repository 'fasta_to_tabular'
hg clone https://toolshed.g2.bx.psu.edu/repos/devteam/fasta_to_tabular

Changeset 1:7e801ab2b70e (2015-11-11)
Previous changeset 0:9d189d08f2ad (2014-05-19) Next 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 a1517c9d22029095120643bbe2c8fa53754dd2b7
modified:
fasta_to_tabular.xml
b
diff -r 9d189d08f2ad -r 7e801ab2b70e fasta_to_tabular.xml
--- 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
b
@@ -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>