genomeannotation / GAG

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

fix start_stop_codons not showing up in 'info' right away #99

Closed bruab closed 10 years ago

bruab commented 10 years ago

to reproduce -- load genome without start/stop codon features, run 'fix start_stop_codons', then 'info'. you get 0 for 'CDS: complete'

but go and add a filter or something and run 'info' again, and the Modified Genome suddenly has complete CDSs. weird.

bruab commented 10 years ago

seq != cseq, oops