24 #ifndef OST_PSSM_IO_HANDLER_HH
25 #define OST_PSSM_IO_HANDLER_HH
30 namespace ost {
namespace io {
35 const boost::filesystem::path& loc);
39 const boost::filesystem::path& loc)
const;
41 static bool ProvidesImport(
const boost::filesystem::path& loc,
42 const String& format=
"auto");
43 static bool ProvidesExport(
const boost::filesystem::path& loc,
44 const String& format=
"auto");
48 return String(
"ASCII Table (PSSM) output of PSI-BLAST (flag -Q)");
pure abstract base class for profile io handlers
Provides a profile for a sequence.
static String GetFormatDescription()
static String GetFormatName()
ProfileIOHandlerFactory< PssmIOHandler > PssmIOHandlerFactory