Bio::FASTASequence version 0.01
==========================

This module aims to simplify the work with fasta-sequences. It parses
the information out off a given sequence such as :

* Sequencelength
* Sequence
* Description
* CRC64 checksum (same as Swiss-Prot uses)
* References to other databases

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module does not require other modules or libraries:

COPYRIGHT AND LICENCE

Put the correct copyright and licence information here.

Copyright (C) 2004 Renee Baecker

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself. 

