comparison test-data/lowest_common_ancestor.tab @ 0:c5b1acc3c42c draft

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:32:28 -0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:c5b1acc3c42c
1
2 description: Get the lowest common ancestor (LCA) of two terms in a given OBO ontology.
3 usage : get_lowest_common_ancestor.pl [options]
4 options :
5 -f OBO input file
6 -a term 1 ID
7 -b term 2 ID
8 example:
9 perl get_lowest_common_ancestor.pl -f go.obo -t GO:0000234 -t GO:0000111