IMP logo
IMP Reference Guide  2.8.0
The Integrative Modeling Platform
IMP.pmi.mmcif.ProtocolOutput Class Reference

Class to encode a modeling protocol as mmCIF. More...

+ Inheritance diagram for IMP.pmi.mmcif.ProtocolOutput:

Detailed Description

Class to encode a modeling protocol as mmCIF.

IMP has basic support for writing out files in mmCIF format, for deposition in PDB-dev. After creating an instance of this class, attach it to an IMP.pmi.representation.Representation object. After this, any generated models and metadata are automatically collected and output as mmCIF.

Note
This class is only available in Python.

Definition at line 2242 of file mmcif.py.

Public Member Functions

def set_ensemble_file
 Point a previously-created ensemble to an 'all-models' file. More...
 

Member Function Documentation

def IMP.pmi.mmcif.ProtocolOutput.set_ensemble_file (   self,
  i,
  location 
)

Point a previously-created ensemble to an 'all-models' file.

This could be a trajectory such as DCD, an RMF, or a multimodel PDB file.

Definition at line 2449 of file mmcif.py.


The documentation for this class was generated from the following file: