genomeannotation / GAG

Generates an NCBI .tbl file of annotations on a genome.
MIT License
64 stars 20 forks source link

Sort genes by indices in output #140

Closed bruab closed 7 years ago

bruab commented 10 years ago

User request -- in genome.gff and genome.tbl, within each given sequence, order the genes and their child features numerically according to start index.

bruab commented 9 years ago

Maybe just s/OrderedDict/{}/ somewhere?