What is a .gff3 file?
text/x-gff3
GFF3 (General Feature Format version 3) is a tab-delimited format for genome annotations. Each line has nine columns — seqid, source, type, 1-based inclusive start and end, score, strand, phase, and a semicolon-separated attributes column — and parent/child relationships between genes, transcripts, and exons are expressed through ID and Parent attributes. Directives beginning with `##` carry metadata such as the sequence region.
How to use a .gff3 file
Use an example .gff3 file to test annotation parsers and genome-browser importers, checking that the 1-based inclusive coordinates are not treated as BED's half-open ones, that feature hierarchies reconstruct correctly, and that URL-escaped attribute values are decoded.