pgb_liv\php_ms\Reader\FastaReader

A FASTA parser that creates a new iterable object that will return a database entry on each iteration.

Synopsis

class FastaReader implements Iterator {
}

Hierarchy

Implements

Coverage

Methods 70% 7 / 10
Lines 93.15% 68 / 73

Violations

PHPMessDetector

Line Rule Message
185 StaticAccess Avoid using static access to class '\pgb_liv\php_ms\Reader\FastaEntry\FastaEntryFactory' in method 'parseEntry'.
190 StaticAccess Avoid using static access to class '\pgb_liv\php_ms\Reader\FastaEntry\FastaEntryFactory' in method 'parseEntry'.

Members

private

Methods

private

  • getLine() — Gets the next line and increments the file iterator
  • parseEntry() — Parses the current chunk into a Protein object
  • parseSequence() — Parses the sequence block from the FASTA file and returns the sequence without any line ending or formatting
  • peekLine() — Gets the next line, though does not move the file iterator

public

History