[GENE_NAMES]
  GFF = [ 1 gene->Name /(.+)/ ]
[TRANSCRIPT_NAMES]
  GFF = [ 1 SELF->Name /(.+)/ ]

These are used to set synonyms for each stable_id. If multiple files are specified, each separate synonym will be added to the database. In this case if the first number in the value array is 1, the first synonym from this source will be added to the database as a display_name, shown in preference to the stable_id.

🚧

[DBXREFS]

Importing synonyms to an Ensembl database requires an xref so the import code here relies on a matching definition in [DBXREFS]. In the circumstance where the synonyms are not associated with any [EXTERNAL_DBS], you will need to set an Internal xref with appropriate pattern, e.g. to load tRNA products as synonyms/display_names:

[TRANSCRIPT_NAMES]
  GFF = [ 1 SELF->product /(.+)/ ]
[DBXREFS]
  INTERNAL = [ 9999 Internal /^(tRNA.+)/ ]