miniworld.utils.data_refactoring.mmcif_parsing¶ miniworld.utils.data_refactoring.mmcif_parsing(mmcif_file, IS_LABEL=True)[source]¶ Input : mmcif file path (~.cif or ~.cif.gz) Output : Protein object In this project, I exclude nucleic acid. So I don’t consider nucleic acid. Also I only consider ATOM line -> It can make problem…