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

The ABIF file format is a binary format for storing data, developed
by Applied Biosystems, Inc. This module provides general methods for reading
and overwriting ABIF files. Besides, it provides convenience methods for 
assessing the quality of the data (e.g., for computing LOR scores).

INSTALLATION

To install this module, run the following commands:

    perl Makefile.PL
    make
    make test
    make install


SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the perldoc command.

    perldoc Bio::Trace::ABIF

You can also look for information at:

    Search CPAN
        http://search.cpan.org/dist/Bio-Trace-ABIF

    CPAN Request Tracker:
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Bio-Trace-ABIF

    AnnoCPAN, annotated CPAN documentation:
        http://annocpan.org/dist/Bio-Trace-ABIF

    CPAN Ratings:
        http://cpanratings.perl.org/d/Bio-Trace-ABIF

COPYRIGHT AND LICENCE

Copyright (C) 2006-2010 Nicola Vitacolonna

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