MMCIFParser.parse_input# MMCIFParser.parse_input(lines)[source]# Parse a list of lines from an MMCIF file and convert the data into a dictionary. Parameters: lineslist of strThe lines of an MMCIF file to parse. Returns: dictA dictionary containing the parsed data from the MMCIF file.