OpenStructure
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Namespaces | Functions
save.hh File Reference
#include <ost/io/module_config.hh>
#include <ost/seq/alignment_handle.hh>
#include <ost/seq/sequence_list.hh>

Go to the source code of this file.

Namespaces

 ost
 
 ost::io
 

Functions

void DLLEXPORT_OST_IO SaveSequenceList (const seq::ConstSequenceList &seq_list, const String &filename, const String &format="auto")
 
String DLLEXPORT_OST_IO SequenceListToString (const seq::ConstSequenceList &seq_list, const String &format)
 
void DLLEXPORT_OST_IO SaveSequence (const seq::ConstSequenceHandle &sequence, const String &filename, const String &format="auto")
 
String DLLEXPORT_OST_IO SequenceToString (const seq::ConstSequenceHandle &sequence, const String &format="auto")
 
void DLLEXPORT_OST_IO SaveAlignment (const seq::AlignmentHandle &msa, const String &filename, const String &format="auto")
 
String DLLEXPORT_OST_IO AlignmentToString (const seq::AlignmentHandle &msa, const String &format)