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

NAME

GenOO::Data::File::FASTA::Record - Object representing a record of a fasta file

SYNOPSIS

    # Object representing a record of a fasta file 

    # To initialize 
    my $record = GenOO::Data::File::FASTA::Record->new({
        HEADER          => undef,
        SEQUENCE        => undef,
    });

DESCRIPTION

    This object represents a record of a fasta file and offers methods for accessing the different attributes.

EXAMPLES

    my $sequence = $record->sequence();