19 #ifndef OST_IO_SEQ_SAVE_HH
20 #define OST_IO_SEQ_SAVE_HH
28 namespace ost {
namespace io {
32 const String& format=
"auto");
40 const String& format=
"auto");
45 const String& format=
"auto");
49 const String& format=
"auto");
void DLLEXPORT_OST_IO SaveSequence(const seq::ConstSequenceHandle &sequence, const String &filename, const String &format="auto")
void DLLEXPORT_OST_IO SaveAlignment(const seq::AlignmentHandle &msa, const String &filename, const String &format="auto")
String DLLEXPORT_OST_IO SequenceToString(const seq::ConstSequenceHandle &sequence, const String &format="auto")
String DLLEXPORT_OST_IO SequenceListToString(const seq::ConstSequenceList &seq_list, const String &format)
void DLLEXPORT_OST_IO SaveSequenceList(const seq::ConstSequenceList &seq_list, const String &filename, const String &format="auto")
String DLLEXPORT_OST_IO AlignmentToString(const seq::AlignmentHandle &msa, const String &format)