genomeannotation / GAG

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

Error when writing to genome.removed.gff #136

Closed bruab closed 10 years ago

bruab commented 10 years ago

removed_features contains genes and mrnas; mrnas don't know how to write themselves to gff without being told their source and seq_name.

proposed fix: store source and seq_name in mrna objects.