onto-perl modules ================= 'onto-perl' a collection of perl modules for dealing with the Cell Cycle Ontology (CCO) and in general with OBO ontologies (like the Gene Ontology). This code distribution gathers object-oriented modules (for dealing with the ontology elements such as Term, Relationship, and so forth), scripts (for typical tasks such as format conversions: obo2owl, owl2obo; besides, there are also many examples that can be easily adapted for specific applications), and a set of test files for ensuring the implementation quality. See also: perldoc onto-perl.pod Visit the following URLs: http://search.cpan.org/~easr/onto-perl/ http://www.cellcycleontology.org/ For installing this collection of modules: see the file INSTALL or follow the standard CPAN prodecure: type the following: perl Makefile.PL make make test make install DEPENDENCIES onto-perl might require the following modules: 1. SWISS Knife (v1.65) is used by the 'UniProtParser': ftp://ftp.ebi.ac.uk/pub/software/swissprot/Swissknife 2. XML::Simple (v2.16) is used by the IntAct related modules: http://search.cpan.org/~grantm/XML-Simple-2.16/ 3. XML::Parser (v2.34) is used in format conversions (obo2owl and owl2obo) http://search.cpan.org/~msergeant/XML-Parser-2.34/ COPYRIGHT AND LICENCE Copyright (c) 2006, 2007 Erick Antezana. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.