$organism
$organism : string
Class ParseGenomeManager A genome record sums up how far an organism has been sequenced. It holds statistics and a list of references rather than a sequence, so this class exposes plain scalars and GenomeReferenceInterface objects rather than the Sequence/Feature entities of ParseDbAbstractManager. Its continuation lines are indented with a tab.
$references : \Amelaye\BioPHP\Domain\Parser\Interfaces\GenomeReferenceInterface[]
parseDataFile(array $aFlines) : \Amelaye\BioPHP\Domain\Sequence\Entity\Sequence
Parses a genome data file and populates this manager's fields.
| array | $aFlines | The lines the script has to parse |
$oSequence
closeReference(\Amelaye\BioPHP\Domain\Parser\Interfaces\GenomeReferenceInterface|null $oReference, string $sAuthors, string $sTitle) : void
Files the reference being filled, with the multiline fields it accumulated.
| \Amelaye\BioPHP\Domain\Parser\Interfaces\GenomeReferenceInterface|null | $oReference | The reference set, if one is open |
| string | $sAuthors | The accumulated REF_AUTHOR lines |
| string | $sTitle | The accumulated REF_TITLE lines |