$entryName
$entryName : string
Class ParsePrintsManager A PRINTS entry describes a protein fingerprint, not a sequence, so this class exposes plain scalars rather than the Sequence/Feature entities of ParseDbAbstractManager. Its data fields are lower case three-character tags ending with a semicolon (gc;, gn;, ga;, gd;), unlike every other format the library reads.
isEntryEnd(string $sLine) : bool
PRINTS entries carry no end-of-entry marker, so a stream holding several of them cannot be split : reading stops at the end of the file. This mirrors the original BioPHP parser, which had the same limitation.
| string | $sLine | The line to analyze |
parseDataFile(array $aFlines) : \Amelaye\BioPHP\Domain\Sequence\Entity\Sequence
Parses a PRINTS data file and populates this manager's fields.
| array | $aFlines | The lines the script has to parse |
$oSequence