view test-data/lowest_common_ancestor.tab @ 1:a6c8e5934ed2 draft default tip

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/onto-toolkit commit 744e26ea6d468c83ec5904221929092f8a2e78ba"
author iuc
date Wed, 22 Jan 2020 17:26:49 -0500
parents c5b1acc3c42c
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