From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

NAME

CracTools::DigitagCT::Structure - A structure to store DGE tags.

SYNOPSIS

DESCRIPTION

A structure to store DGE tags.

iterator

Example : my $it = $sam_reader->iterator();
while(my $line = $it->()) {
print $line->seq,"\n";
}
Description : Create an iterator to go throud each lines of the file
ReturnType : Iterator on CracTools::SAMline
Exceptions : none