-
Notifications
You must be signed in to change notification settings - Fork 84
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
joingenes segmentation fault #229
Comments
Hello @ChuShin, I tried to reproduce the error on 3 different systems, unfortunately, I could not reproduce the segmentation fault, the binary worked correctly each time. Does it fail like this on all inputs you supply? Can you try to re-compile Tomas |
I also get that error: joingenes.err contains: this is the output of the joingenes command: This with an Augustus git cloned today. |
@ChuShin thank you very much for creating a toy example data set. I am able to reproduce the Segmentation fault. Someone in our group will eventually look into this. |
It is now an issue in the Augustus repository as joingenes belongs there: |
I'm also having this problem with the latest version of BRAKER2 error on run[Thu Sep 17 15:49:26 2020] Enqueueing pair 329050/329379 (99.9%). Est. time left: 00:00:02 (hh:mm:ss) OK, check the error filemore /mnt/griffin/marcel/Pca_genome/braker2_test/braker/errors/joingenes.err OK, so I am attempting to run this/data/programs/Augustus_v3.3.3/bin/joingenes --genesets=/mnt/griffin/marcel/Pca_genome/braker2_test/braker/augustus.E.gtf,/mnt/griffin/marcel/Pca_genome/braker2_test/braker/augustus.Ppri5.gtf_filtered --priorities=2,1 --output=/mnt/griffin/marcel/Pca_genome/braker2_test/braker/join.gtf 1> /dev/null 2> /mnt/griffin/marcel/Pca_genome/braker2_test/braker/errors/joingenes.err returnsSegmentation fault |
Hi, I'm running BRAKER with --etpmode The hintsfile.gff is from a previous BRAKER run (RNAseq only) without etpmode and OrthoDB, but otherwise identical. I encountered issue Gaius-Augustus/Augustus#182 and subsequently upgraded Augustus to the latest git-checkout. Unfortunately the seqfault still occurs. This issue was only present in BRAKER 2.5, but is resolved in the latest BRAKER checkout. I reran the job with both the latest BRAKER and Augustus checkouts. There a similar issue seems to occur in a different step and not the same as mentioned above: This is the tail of the logfile
The joingenes error log only gives warnings about unknown features prior to the segfault.
But this time both input files do contain data.. I'm not sure how to quickly fix this |
No longer relevant. The latest git checkout from Augustus does not give the error anymore. Somehow joingenes did not get recompiled with the latest checkout. |
Hello,
We ran into a segmentation fault error in joingenes while running braker pipeline(v2.1.5, augustus 3.3.3). I extracted the first offending lines (see below a.gtf) and I can reproduce the error in terminal (see log below). Please can you help?
Thanks.
joingenes --genesets=a.gtf,a.gtf --priorities=2,1 --output=output.gtf
# After loading a.gtf (Priority 2) there are 2 transcripts in transcript list.
# After loading a.gtf (Priority 1) there are 4 transcripts in transcript list.
Segmentation fault
and a.gtf attached below:
Scaffold01577 AUGUSTUS gene 26249 28343 0.8 + . g160845
Scaffold01577 AUGUSTUS transcript 26249 28343 0.44 + . g160845.t1
Scaffold01577 AUGUSTUS start_codon 26249 26251 . + 0 transcript_id "g160845.t1"; gene_id "g160845";
Scaffold01577 AUGUSTUS CDS 26249 27341 1 + 0 transcript_id "g160845.t1"; gene_id "g160845";
Scaffold01577 AUGUSTUS exon 26249 27341 . + . transcript_id "g160845.t1"; gene_id "g160845";
Scaffold01577 AUGUSTUS intron 27342 27405 0.49 + . transcript_id "g160845.t1"; gene_id "g160845";
Scaffold01577 AUGUSTUS CDS 27406 27929 0.48 + 2 transcript_id "g160845.t1"; gene_id "g160845";
Scaffold01577 AUGUSTUS exon 27406 27929 . + . transcript_id "g160845.t1"; gene_id "g160845";
Scaffold01577 AUGUSTUS intron 27930 28004 0.99 + . transcript_id "g160845.t1"; gene_id "g160845";
Scaffold01577 AUGUSTUS CDS 28005 28112 0.99 + 0 transcript_id "g160845.t1"; gene_id "g160845";
Scaffold01577 AUGUSTUS exon 28005 28112 . + . transcript_id "g160845.t1"; gene_id "g160845";
Scaffold01577 AUGUSTUS intron 28113 28189 0.99 + . transcript_id "g160845.t1"; gene_id "g160845";
Scaffold01577 AUGUSTUS CDS 28190 28290 0.9 + 0 transcript_id "g160845.t1"; gene_id "g160845";
Scaffold01577 AUGUSTUS exon 28190 28290 . + . transcript_id "g160845.t1"; gene_id "g160845";
Scaffold01577 AUGUSTUS intron 28291 28343 0.9 + . transcript_id "g160845.t1"; gene_id "g160845";
Scaffold01577 AUGUSTUS transcript 26249 27983 0.36 + . g160845.t2
Scaffold01577 AUGUSTUS start_codon 26249 26251 . + 0 transcript_id "g160845.t2"; gene_id "g160845";
Scaffold01577 AUGUSTUS CDS 26249 27341 1 + 0 transcript_id "g160845.t2"; gene_id "g160845";
Scaffold01577 AUGUSTUS exon 26249 27341 . + . transcript_id "g160845.t2"; gene_id "g160845";
Scaffold01577 AUGUSTUS intron 27342 27405 0.5 + . transcript_id "g160845.t2"; gene_id "g160845";
Scaffold01577 AUGUSTUS CDS 27406 27983 0.36 + 2 transcript_id "g160845.t2"; gene_id "g160845";
Scaffold01577 AUGUSTUS exon 27406 27983 . + . transcript_id "g160845.t2"; gene_id "g160845";
Scaffold01577 AUGUSTUS stop_codon 27981 27983 . + 0 transcript_id "g160845.t2"; gene_id "g160845";
The text was updated successfully, but these errors were encountered: