crunchflow.output.MainOutputFile

class crunchflow.output.MainOutputFile(filepath)

Parses a CrunchFlow main output file to extract speciation blocks.

Attributes:
filepathPath

The path to the CrunchFlow output file.

speciation_blocksSpeciationBlockCollection

Dictionary-like collection of Speciation objects indexed by condition name.

Methods

_load_file()

Reads the file and populates the speciation_blocks attribute.