The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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();