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 str

The lines of an MMCIF file to parse.

Returns:
dict

A dictionary containing the parsed data from the MMCIF file.