The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

get_terms_by_name.pl - Find all the terms in a given ontology having in their names a given string.

USAGE

get_terms_by_name.pl name_string my_ontology.obo > 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) 2010 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.