genomeannotation / GAG

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

cds attributes need to stay sorted #126

Closed bruab closed 10 years ago

bruab commented 10 years ago

cds sorts its index_pairs as they're read from gff; it should keep track of its identifiers, phases, etc. as well. only through great luck and nicely-structured gffs have we averted disaster so far.

bruab commented 10 years ago

ok so that's fixed now. not the prettiest code in teh world, but.