CCO 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). The code contains both modules, and scripts (for 
format conversion for instance: obo2owl, and so forth).

See also:

  perldoc onto-perl.pod

Visit the following URL:

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

These modules 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/

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.

