19 #ifndef OST_IO_FASTA_HANDLER_HH
20 #define OST_IO_FASTA_HANDLER_HH
27 namespace ost {
namespace io {
32 const boost::filesystem::path& loc);
35 const boost::filesystem::path& loc)
const;
38 std::istream& instream);
41 std::ostream& ostream)
const;
43 static bool ProvidesImport(
const boost::filesystem::path& loc,
44 const String& format=
"auto");
45 static bool ProvidesExport(
const boost::filesystem::path& loc,
46 const String& format=
"auto");
SequenceIOHandlerFactory< FastaIOHandler > FastaIOHandlerFactory
static String GetFormatName()
list of immutable sequences.
static String GetFormatDescription()
pure abstract base class for entity io handlers