logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Bio::Tradis::Parser::Fastq - Basic FastQ parser.

Author

       Carla Cummins <path-help@sanger.ac.uk>

Name

       Bio::Tradis::Parser::Fastq - Basic FastQ parser.

Synopsis

       Parses fastq files.

          use Bio::Tradis::Parser::Fastq;

          my $pipeline = Bio::Tradis::Parser::Fastq->new(file => 'abc');
          $pipeline->next_read;
          $pipeline->read_info;

       =next_read Moves to the next read. Returns 1 if read exists, returns 0 if EOF

       =read_info Returns an array of info for the read in an array.  0 = id 1 = sequence 2 = quality string

Version

       version 1.4.5

See Also