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
->()) {
$line
->seq,
"\n"
;
}
Description : Create an iterator to go throud
each
lines of the file
ReturnType : Iterator on CracTools::SAMline
Exceptions : none