parmed.formats.pdbx.PdbxReader module

PDBx/mmCIF dictionary and data file parser.

Acknowledgements:

The tokenizer used in this module is modeled after the clever parser design used in the PyMMLIB package.

PyMMLib Development Group Authors: Ethan Merritt: merritt@u.washington.ed & Jay Painter: jay.painter@gmail.com See: http://pymmlib.sourceforge.net/

class parmed.formats.pdbx.PdbxReader.PdbxReader(ifh)[source]

Bases: object

PDBx reader for data files and dictionaries.

Methods

read(containerList)

Appends to the input list of definition and data containers.

read(containerList)[source]

Appends to the input list of definition and data containers.