BRAKER icon indicating copy to clipboard operation
BRAKER copied to clipboard

Infer UTRs from overlaying augustus & braker predictions with StingTie gtf

Open KatharinaHoff opened this issue 1 year ago • 4 comments

We need to find someone to implement this.

KatharinaHoff avatar Mar 08 '23 11:03 KatharinaHoff

Possibly joingenes can do this: 4.2. if there is a transcript with start or stop codon in a set and a second one without this codon and they are "joinable", then this step joins the corresponding terminal exons

MarioStanke avatar Mar 08 '23 16:03 MarioStanke

Hello,

First thank you very much for the software and continuous development.

Just got really nice results using braker3, at least in terms of prediction of BUSCO genes,

Second related to this issue, in the meantime, do you have an opinion on using GeMoMA annotation finalizer to add UTR to augustus.hints.gtf or braker.gtf ?

Thank you, V

vpymerel avatar Mar 08 '23 19:03 vpymerel

You can do it, but it is probably not the best way to do it, in this case. We did that before because the reads were not assembled. In braker3, you actually have the assembled transcripts that you need to infer UTRs

vpymerel @.***> schrieb am Mi. 8. März 2023 um 19:36:

Hello,

First thank you very much for the software and continuous development.

Just got really nice results using braker3, at least in terms of prediction of BUSCO genes,

Second related to this issue, in the meantime, do you have an opinion on using GeMoMA annotation finalizer to add UTR to augustus.hints.gtf or braker.gtf ?

Thank you, V

— Reply to this email directly, view it on GitHub https://github.com/Gaius-Augustus/BRAKER/issues/587#issuecomment-1460745319, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJMC6JEFWBTCEDXGFP35GTTW3DNSLANCNFSM6AAAAAAVTVRMT4 . You are receiving this because you authored the thread.Message ID: @.***>

KatharinaHoff avatar Mar 08 '23 21:03 KatharinaHoff

I have implemented a draft script to solve the problem of decorating our gtf files with UTRs from stringtie gff files, see https://github.com/Gaius-Augustus/BRAKER/issues/638

KatharinaHoff avatar Sep 29 '23 15:09 KatharinaHoff