Closed oschwengers closed 2 weeks ago
CDS that are truncated at both sides are wrongly labeled either as 5'-truncated or 3'-truncated due to a false if/else clause catching cases of 5' or 3' too early.
5'-truncated
3'-truncated
5'
3'
https://github.com/oschwengers/bakta/blob/b2b22230aab9cb851fd69348592ca836d038bd53/bakta/features/cds.py#L117.
CDS that are truncated at both sides are wrongly labeled either as
5'-truncated
or3'-truncated
due to a false if/else clause catching cases of5'
or3'
too early.https://github.com/oschwengers/bakta/blob/b2b22230aab9cb851fd69348592ca836d038bd53/bakta/features/cds.py#L117.