EI-CoreBioinformatics / reat

Robust Eukaryotic Annotation Toolkit
https://reat.readthedocs.io/en/latest/
MIT License
17 stars 3 forks source link

Better control for non best scoring transcripts #26

Closed ljyanesm closed 2 years ago

ljyanesm commented 2 years ago

Classifies as GOLD 'PUTATIVE' full length transcripts, i.e. transcripts that do not obtain the best possible score due to minor mismatches that do not break any of the hard limits, whilst still meeting the transcript requirements in terms of UTRs and CDS fraction.

Also, 'PUTATIVE' transcripts that do not meet the transcript requirements nor were classified as 'SILVER' are now classified as 'BRONZE' instead of 'STONE'.

This should prevent the issue where any minor missmatch prevented transcripts from being classified as 'GOLD' whilst allowing the 'hard filters' better control over what can end up in the 'GOLD' category.

Fixes #21