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);
37 const boost::filesystem::path& loc)
const;
39 static bool ProvidesImport(
const boost::filesystem::path& loc,
40 const String& format=
"auto");
41 static bool ProvidesExport(
const boost::filesystem::path& loc,
42 const String& format=
"auto");
46 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