crunchflow.output.MainOutputFile ================================ .. py:class:: crunchflow.output.MainOutputFile(filepath) Parses a CrunchFlow main output file to extract speciation blocks. :Attributes: **filepath** : Path The path to the CrunchFlow output file. **speciation_blocks** : SpeciationBlockCollection Dictionary-like collection of Speciation objects indexed by condition name. .. rubric:: Methods ================ ========== **_load_file()** Reads the file and populates the speciation_blocks attribute. ================ ========== .. !! processed by numpydoc !!