IMP  2.3.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 18 of file output.py.

Public Member Functions

def write_test
 write the test: output=output.Output() output.write_test("test_modeling11_models.rmf_45492_11Sep13_veena_imp-020713.dat",outputobjects) run the test: output=output.Output() output.test("test_modeling11_models.rmf_45492_11Sep13_veena_imp-020713.dat",outputobjects) More...
 

Member Function Documentation

def IMP.pmi.output.Output.write_test (   self,
  name,
  listofobjects 
)

write the test: output=output.Output() output.write_test("test_modeling11_models.rmf_45492_11Sep13_veena_imp-020713.dat",outputobjects) run the test: output=output.Output() output.test("test_modeling11_models.rmf_45492_11Sep13_veena_imp-020713.dat",outputobjects)

Definition at line 392 of file output.py.


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