The modelcif.dumper Python module

Utility classes to dump out information in mmCIF or BinaryCIF format

modelcif.dumper.write(fh, systems, format='mmCIF', dumpers=[], variant=<class 'modelcif.dumper.ModelCIFVariant'>)[source]

Write out all systems to the file handle fh.

See ihm.dumper.write() for more information. The function here behaves similarly but writes out files compliant with the ModelCIF extension directory rather than IHM.

class modelcif.dumper.ModelCIFVariant[source]

Used to select typical PDBx/ModelCIF file output. See write() and ihm.dumper.Variant.