$Id: README 2277 2006-09-26 00:26:22Z rvosa $ This folder contains the sublevels of the Bio::CDAT perl5 namespace. Perl modules placed here would probably contain package declarations of the form of Bio::CDAT::Root for Root.pm. Other namespaces that will probably be occupied here are Bio::CDAT::IO for a file IO.pm that will parse and serialize Bio::CDAT objects, and Bio::CDAT::$interface, where $interface is of the form 'MatrixI', 'CharMatrixI', and so on, i.e. the bioperl conventions for abstract interfaces that inherit from Bio::CDAT::Root or Bio::CDAT::RootI. An addition, this folder is a sandbox for additional CDAT utility classes and helper object implementations. To add use cases, please give them a namespace prefixed "Bio::CDAT::$AUTHOR", e.g. Bio::CDAT::QIU, Bio::CDAT::VOS. Wrapper classes should go in ../Tools