You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deal with edge-case issue where a gene feature has children exon/CDS features in a direct parent-child relationship.
Previously, this would bypass the recursive search for introns used
by get_introns() due to an early exit, resulting in preferential
inclusion of introns whose Parent attribute was the gene itself
rather than a child transcript.