changeset 1:347b617a79c0 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/onto-toolkit commit 8564cf195c7700975710c13f900a787e2801bb9d
author iuc
date Fri, 16 Feb 2018 05:57:06 -0500
parents ac306663d53f
children
files get_ancestor_terms.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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
@@ -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>