IMP Reference Guide
2.9.0
The Integrative Modeling Platform
|
Class for easy writing of PDBs, RMFs, and stat files. More...
Inherits object.
Class for easy writing of PDBs, RMFs, and stat files.
Public Member Functions | |
def | get_prot_name_from_particle |
Get the protein name from the particle. More... | |
def | init_pdb |
Init PDB Writing. More... | |
def | init_rmf |
This function initialize an RMF file. More... | |
def IMP.pmi.output.Output.get_prot_name_from_particle | ( | self, | |
name, | |||
p | |||
) |
def IMP.pmi.output.Output.init_pdb | ( | self, | |
name, | |||
prot | |||
) |
def IMP.pmi.output.Output.init_rmf | ( | self, | |
name, | |||
hierarchies, | |||
rs = None , |
|||
geometries = None , |
|||
listofobjects = None |
|||
) |
This function initialize an RMF file.
name | the name of the RMF file |
hierarchies | the hiearchies to be included (it is a list) |
rs | optional, the restraint sets (it is a list) |
geometries | optional, the geometries (it is a list) |
listofobjects | optional, the list of objects for the stat (it is a list) |