static
{
GFFPRAGMA = new HashMap<String, GffPragmas>();
+ GFFPRAGMA.put("gff-version", GffPragmas.gff_version);
GFFPRAGMA.put("sequence-region", GffPragmas.sequence_region);
GFFPRAGMA.put("feature-ontology", GffPragmas.feature_ontology);
GFFPRAGMA.put("#", GffPragmas.hash);
/**
* this is only for the benefit of object polymorphism - method does nothing.
*/
+ @Override
public void parse()
{
// IGNORED
*
* @return error message
*/
+ @Override
public String print()
{
return "USE printGFFFormat() or printJalviewFormat()";