-
Notifications
You must be signed in to change notification settings - Fork 4
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
In transcript g86.t1 two UTR/CDS features are overlapping. Not allowed by definition. at ~/software/Augustus/scripts/gtf2gff.pl line 182, <STDIN> line 759036. #38
Comments
Could you provide your augustus.hints.gff ? (send me a link or the file via email to katharina.hoff at uni-greifswald.de ). I will look into it, then. |
I hope this problem is solved by commit d8aaf4b |
Hi,
Is there a work around? Thank you in anticipation Best regards Kristian |
Hi all, I also run into the same issue for 2 of my genomes that I tried to annotate using GALBA: For 4 other genomes it runs just fine with exactly the same settings and protein input. I'm also wondering if there is a work around eg. removing the offending transcript from the augustus.hints.gff file. Best Regards, Joel |
Did you pull the singularity image within the last 3 months? |
Hi Katharina, |
Ok, then it’s an open problem. Thank you for clarifying!
Joel Klein ***@***.***> schrieb am Fr. 24. Mai 2024 um 17:15:
… Hi Katharina,
Thanks for your quick reply I double checked and got this information on
the build:
$ singularity inspect --labels galba.sif
org.label-schema.build-arch: amd64
org.label-schema.build-date: *Wednesday_15_May_2024_13:19:23_CEST*
org.label-schema.schema-version: 1.0
org.label-schema.usage.singularity.deffile.bootstrap: docker
org.label-schema.usage.singularity.deffile.from:
katharinahoff/galba-notebook:latest
org.label-schema.usage.singularity.version: 3.8.3
—
Reply to this email directly, view it on GitHub
<#38 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJMC6JCAPB5AYWR7JME356DZD5KQ7AVCNFSM6AAAAAA4LRCGWWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMRZG44TGNZVGA>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
|
Dear Katharina, Thanks for looking into it, if it helps I located the offending gene in the augustus.hints.gff file and copied the information of the 2 adjacent genes as well.
|
Hello, I am trying this program. My commands are as follows:
galba.pl --genome=${genome_file} --prot_seq=${protein_file} --threads 40
My error is as follows:
ERROR in file ~/software/GALBA/scripts/galba.pl at line 5340
Failed to execute: cat augustus.hints.gff | perl -ne 'if(m/\tAUGUSTUS\t/) {print $_;}' | perl ~/software/Augustus/scripts/gtf2gff.pl --printExon --out=augustus.hints.tmp.gtf 2> errors/gtf2gff.augustus.hints.gtf.stderr
And the gtf2gff.augustus.hints.gtf.stderr shows: In transcript g86.t1 two UTR/CDS features are overlapping. Not allowed by definition. at ~/software/Augustus/scripts/gtf2gff.pl line 182, line 759036.
The text was updated successfully, but these errors were encountered: