diff test-data/lowest_common_ancestor.tab @ 0:8e81546cdee9 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/onto-toolkit commit 9422f839ae354d4c26b02d4494abdeaad518d0e6
author iuc
date Fri, 10 Nov 2017 11:30:46 -0500
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/lowest_common_ancestor.tab	Fri Nov 10 11:30:46 2017 -0500
@@ -0,0 +1,9 @@
+
+	description: Get the lowest common ancestor (LCA) of two terms in a given OBO ontology.
+	usage      : get_lowest_common_ancestor.pl [options]
+	options    :
+		-f  	 OBO input file
+		-a 	 term 1 ID
+		-b 	 term 2 ID
+	example:
+		perl get_lowest_common_ancestor.pl -f go.obo -t GO:0000234 -t GO:0000111