Michael S. noticed that we're blowing away the exon sequence cache
unneccesarily in add_Attributes(). Transcript attributes do not affect exon sequences. Also, the code tried to fiddle with the internals of the exon object, which is a no-no (especially since those particular internals did not exist!). While at it, I changed a few of "$hash->{'key'} = undef" into "delete($hash->{'key'})".
Please register or sign in to comment