segmentation.merizo

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.

Module Contents

class segmentation.merizo.Parser(csv_path)[source]

Bases: segmentation.SegmentationParser

parse() collections.abc.Iterator[Tuple[str, int, str]][source]
segmentation.merizo._read_csv_rows(path, **kwargs)[source]