view test-data/lowest_common_ancestor.tab @ 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
line wrap: on
line source


	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