table of contents
GFF-SORT(1) | NCBI Entrez Direct User's Manual | GFF-SORT(1) |
NAME¶
gff-sort - sort a General Feature Format version 3 file
SYNOPSIS¶
gff-sort
DESCRIPTION¶
gff-sort reads a General Feature Format version 3 (GFF3) file from standard input and prints a sorted equivalent to standard output. It sorts according to the following criteria:
- •
- accession (highest priority), case insensitively
- •
- feature identifier, case insensitively and hierarchically
- •
- strand (positive first)
- •
- start position
- •
- length (longest first)
- •
- feature key (lowest priority):
- •
- gene or pseudogene (first)
- •
- mRNA, primary_transcript, or a recombination site such as C_region
- •
- CDS
- •
- exon or intron
- •
- anything else (last)
SEE ALSO¶
2025-05-26 | NCBI |