-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gene interval is short than CDS interval #896
Comments
It is a bug. We don’t have a quick Solution to fix this.
leon945945 ***@***.***> schrieb am Fr. 13. Dez. 2024 um 03:36:
… Hi, I used barker3 to annotate my genome, and updated UTR region using
GUSHR, but some genes interval are short than CDS interval after updating.
braker3 results:
h1tg000001l AUGUSTUS gene 165856 168762 . - . ID=g16;
h1tg000001l AUGUSTUS mRNA 165856 168762 1 - . ID=g16.t1;Parent=g16;
h1tg000001l AUGUSTUS stop_codon 165856 165858 . - 0
ID=g16.t1.stop1;Parent=g16.t1;
h1tg000001l AUGUSTUS CDS 165856 168762 1 - 0 ID=g16.t1.CDS1;Parent=g16.t1;
h1tg000001l AUGUSTUS exon 165856 168762 . - .
ID=g16.t1.exon1;Parent=g16.t1;
h1tg000001l AUGUSTUS start_codon 168760 168762 . - 0
ID=g16.t1.start1;Parent=g16.t1;
GUSHR results:
h1tg000001l GUSHR gene 76535 165638 . - .
ID=gene:g16;biotype=protein_coding;
h1tg000001l GUSHR mRNA 76535 165638 . - .
ID=transcript:g16.t1;Parent=gene:g16;biotype=protein_coding;
h1tg000001l AnnotationFinalizer three_prime_utr 76521 76535 . - .
Parent=transcript:g16.t1;
h1tg000001l AnnotationFinalizer three_prime_utr 165638 165855 . - .
Parent=transcript:g16.t1;
h1tg000001l AUGUSTUS stop_codon 165856 165858 . - 0
Parent=transcript:g16.t1;
h1tg000001l AUGUSTUS CDS 165856 168762 1 - 0 Parent=transcript:g16.t1;
h1tg000001l AUGUSTUS start_codon 168760 168762 . - 0
Parent=transcript:g16.t1;
h1tg000001l AnnotationFinalizer five_prime_utr 168763 169190 . - .
Parent=transcript:g16.t1;
I want to know how to fix the gff file. Thanks.
—
Reply to this email directly, view it on GitHub
<#896>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJMC6JDJDRABJG7773HYDLD2FJB4JAVCNFSM6AAAAABTRCCIVKVHI2DSMVQWIX3LMV43ASLTON2WKOZSG4ZTOMRUG43TSNA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Bad news :( |
Hi, I wrote a simple python scripts to fix the gff
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I used
barker3
to annotate my genome, and updated UTR region usingGUSHR
, but some genes interval are short than CDS interval after updating.braker3
results:GUSHR
results:I want to know how to fix the gff file. Thanks.
The text was updated successfully, but these errors were encountered: