Mercurial > repos > nml > tree_relabeler
changeset 1:267858c28a34 draft
planemo upload for repository https://github.com/phac-nml/galaxy_tools/blob/master/tools/tree_relabeler commit afb05efaf5c7808594bab3473ad6cc958523fc22
author | nml |
---|---|
date | Thu, 20 Jun 2019 12:45:02 -0400 |
parents | 02bc0d7d40b5 |
children | 41ada87567a2 |
files | tree_relabeler.xml |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/tree_relabeler.xml Mon Apr 29 11:18:32 2019 -0400 +++ b/tree_relabeler.xml Thu Jun 20 12:45:02 2019 -0400 @@ -1,4 +1,4 @@ -<tool id="tree_relabel" name="Tree Relabeler" version="1.0.0"> +<tool id="tree_relabel" name="Tree Relabeler" version="1.0.1"> <description>Relabels the tips of a newick formatted tree.</description> <requirements> @@ -16,7 +16,7 @@ </command> <inputs> - <param name="treefile" type="data" format="txt" label="The newick formated tree file to be relabeled:" optional="false"/> + <param name="treefile" type="data" format="nhx" label="The newick formated tree file to be relabeled:" optional="false"/> <param name="tabfile" type="data" format="txt" label="The tab separated file containing the current labels and the info to be added to the labels" optional="false"/> <param name="delim" type="text" label="Delimiter for new tip labels (space, _, etc)" optional="true" help="If left blank, labels of updated tips will be separated by spaces."/> </inputs>