IMP
2.4.0
The Integrative Modeling Platform
|
Useful tools for setting up sampling. More...
Useful tools for setting up sampling.
Classes | |
class | SampleObjects |
Hack class to provide things to sample for PMI::samplers. More... | |
Functions | |
def | enable_md_sampling |
Add necessary attributes to the selected residues for MD sampling. More... | |
def IMP.pmi.sampling_tools.enable_md_sampling | ( | mdl, | |
hier = None , |
|||
particles = None , |
|||
hierarchies = None , |
|||
include_siblings = False , |
|||
exclude_backbone = False |
|||
) |
Add necessary attributes to the selected residues for MD sampling.
mdl | The IMP model |
hier | Hierarchy to sample |
particles | Particles to sample |
include_siblings | Get the siblings of the passed particles and sample them too |
exclude_backbone | Don't sample backbone atoms |
Definition at line 19 of file sampling_tools.py.