Previous changeset 0:02bc0d7d40b5 (2019-04-29) Next changeset 2:41ada87567a2 (2019-06-27) |
Commit message:
planemo upload for repository https://github.com/phac-nml/galaxy_tools/blob/master/tools/tree_relabeler commit afb05efaf5c7808594bab3473ad6cc958523fc22 |
modified:
tree_relabeler.xml |
b |
diff -r 02bc0d7d40b5 -r 267858c28a34 tree_relabeler.xml --- a/tree_relabeler.xml Mon Apr 29 11:18:32 2019 -0400 +++ b/tree_relabeler.xml Thu Jun 20 12:45:02 2019 -0400 |
b |
@@ -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> |