26 #ifndef SHORE_IO_GFF_HPP__
27 #define SHORE_IO_GFF_HPP__
49 std::string m_attrbuf;
75 static const std::string HEADER;
81 std::string m_default_source;
82 std::string m_default_type;
91 std::map<int,std::string> m_chrtrans;
101 const std::string& default_type=
"region",
102 const bool signed_scores=
true,
const bool enumerate=
false);
105 const std::string& default_type=
"region",
106 const bool signed_scores=
true,
const bool enumerate=
false);
108 void signed_scores(
const bool s)
113 void append(
const shore::segment &seg);
125 #endif // SHORE_IO_GFF_HPP__