$entryId
$entryId : string
Class ParsePdbstrManager A PDBSTR entry describes one member of a structural family in a single MEMBER line, so this class exposes plain scalars rather than the Sequence/Feature entities of ParseDbAbstractManager. Not to be confused with ParsePdbManager, which reads the atomic coordinate files themselves.
parseDataFile(array $aFlines) : \Amelaye\BioPHP\Domain\Sequence\Entity\Sequence
Parses a PDBSTR data file and populates this manager's fields.
All six data items of a MEMBER line are mandatory, as in the original BioPHP parser. Example: MEMBER 1YIC_01 108 PROTEIN 1YIC 97/02/18 97/07/23
| array | $aFlines | The lines the script has to parse |
$oSequence