IMP  2.3.1
The Integrative Modeling Platform
IMP.pmi.macros.BuildModel Class Reference

A macro to build a Representation based on a Topology and lists of movers. More...

Inherits object.

Detailed Description

A macro to build a Representation based on a Topology and lists of movers.

Parameters
modelThe IMP model
component_topologiesList of IMP.pmi.topology.ComponentTopology items
list_of_rigid_bodiesList of lists of domain names from the components.
list_of_super_rigid_bodiesList of lists of domain names from the components.
chain_of_super_rigid_bodiesList of lists of domain names from the components Choices can only be from the same molecule
sequence_connectivity_scaleFor scaling the connectivity restraint
add_each_domain_as_rigid_bodyThat way you don't have to put all of them in the list
force_create_gmm_filesIf True, will sample and create GMMs no matter what. If False, will only only sample if the files don't exist. If number of Gaussians is zero, won't do anything.
Note
This class is only available in Python.

Definition at line 446 of file macros.py.

Public Member Functions

def get_representation
 Return the Representation object. More...
 

Member Function Documentation

def IMP.pmi.macros.BuildModel.get_representation (   self)

Return the Representation object.

Definition at line 569 of file macros.py.


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