OpenStructure
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Data Structures | Functions
ost.bindings.utils Namespace Reference

Data Structures

class  TempDirWithFiles
 

Functions

def SaveToTempDir
 

Function Documentation

def ost.bindings.utils.SaveToTempDir (   objects,
  seq_format = 'fasta',
  structure_format = 'pdb' 
)
Take all objects and saves them to a temporary directory. The paths of the 
saved files will be returned as a tuple. This works for alignments, and 
structure files. The output format for sequence files and structure files can
be changed by setting to seq_format and structure_format parameters 
appropriately.

Definition at line 4 of file utils.py.