|
OpenStructure
|
Data Structures | |
| class | TempDirWithFiles |
Functions | |
| def | SaveToTempDir |
| 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.
1.8.1.1