Previous changeset 0:ac306663d53f (2017-11-10) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/onto-toolkit commit 8564cf195c7700975710c13f900a787e2801bb9d |
modified:
get_ancestor_terms.xml |
b |
diff -r ac306663d53f -r 347b617a79c0 get_ancestor_terms.xml --- a/get_ancestor_terms.xml Fri Nov 10 11:36:20 2017 -0500 +++ b/get_ancestor_terms.xml Fri Feb 16 05:57:06 2018 -0500 |
b |
@@ -1,4 +1,4 @@ -<tool id="onto_tk_get_ancestor_terms" name="Get the ancestor terms of a given OBO term" version="@VERSION@.0"> +<tool id="onto_tk_get_ancestor_terms" name="Get the ancestor terms of a given OBO term" version="@VERSION@.1"> <description>Collects the ancestor terms from a given term in the given OBO ontology</description> <macros> <import>onto_macros.xml</import> @@ -10,7 +10,7 @@ -t '$term_id' > '$output' </command> <inputs> - <param format="text" name="input" type="data" label="Source file"/> + <expand macro="input_ontology" /> <expand macro="term_id" /> </inputs> <outputs> |