IMP logo
IMP Reference Guide  2.7.0
The Integrative Modeling Platform
IMP.pmi.output.Output Class Reference

Class for easy writing of PDBs, RMFs, and stat files. More...

Inherits object.

Detailed Description

Class for easy writing of PDBs, RMFs, and stat files.

Note
This class is only available in Python.

Definition at line 47 of file output.py.

Public Member Functions

def get_prot_name_from_particle
 Get the protein name from the particle. More...
 
def init_pdb
 Init PDB Writing. More...
 

Member Function Documentation

def IMP.pmi.output.Output.get_prot_name_from_particle (   self,
  name,
  p 
)

Get the protein name from the particle.

This is done by traversing the hierarchy.

Definition at line 194 of file output.py.

def IMP.pmi.output.Output.init_pdb (   self,
  name,
  prot 
)

Init PDB Writing.

Parameters
nameThe PDB filename
protThe hierarchy to write to this pdb file

ote if the PDB name is 'System' then will use Selection to get molecules

Definition at line 91 of file output.py.


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