segmentation.merizo =================== .. py:module:: segmentation.merizo .. autoapi-nested-parse:: Merizo predicts domain segmentation based on a deep learning model. Currently, we're using our own fork to fix an issue with recognizing certain residue codes like HIP and CYX. * Original source: https://github.com/psipred/Merizo * Fork source: https://github.com/AndrewRadev/Merizo Module Contents --------------- .. py:class:: Parser(csv_path) Bases: :py:obj:`segmentation.SegmentationParser` .. py:method:: parse() -> collections.abc.Iterator[Tuple[str, int, str]] .. py:function:: _read_csv_rows(path, **kwargs)