NAME
get_terms_by_name.pl - Find all the terms in a given ontology that have a given string in their names.
USAGE
get_terms_by_name.pl my_ontology.obo name_string > ids_and_terms.txt
DESCRIPTION
This script retrieves all the terms (and their IDs) in an OBO-formatted ontology that match the given string (name search).
AUTHOR
Erick Antezana, <erick.antezana -@- gmail.com>
COPYRIGHT AND LICENSE
Copyright (C) 2006-2011 by Erick Antezana
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.7 or, at your option, any later version of Perl 5 you may have available.