BRAKER icon indicating copy to clipboard operation
BRAKER copied to clipboard

No BRAKER output after finishing ProtHint and the analysis stops pre-emptively

Open nitinra opened this issue 2 years ago • 2 comments

Hello,

I ran braker2 using GNU Parallel with the following command. cat /my/path/run1.txt | parallel -j+0 \ braker.pl --genome={} \ --prot_seq=/my/path/odb10_arthropoda_proteins.fa --softmasking --species {.} \ --cores=28 --workingdir=/mypathr/results/braker_annotation/{.}

Screen Shot 2022-08-11 at 8 39 49 PM

Here is the braker_script.txt , braker.log , braker_error.log.

Where is the analysis messing up? Thank you so much!

I ran the test2.sh and it ran without any issues.

nitinra avatar Aug 12 '22 00:08 nitinra

Are all of the runs failing or just some?

From braker.log, it seems that BRAKER exits while running etraining. Are there any error messages in /work/nitinr/running/gustatory_evolution/results/braker_annotation/Abscondita_terminalis_genome.softmasked/errors/gbFilterEtraining.stderr or log messages in /work/nitinr/running/gustatory_evolution/results/braker_annotation/Abscondita_terminalis_genome.softmasked/gbFilterEtraining.stdout ?

tomasbruna avatar Aug 18 '22 23:08 tomasbruna

Was this issue ever resolved? I think I am having a similar issue: I ran braker.pl on 195 genomes and it has worked no problem with 193 of them (I get braker.gtf file and the pipeline finishes normally). However, two of the genomes seem to be stuck on ProtHint. There are no obvious errors and they are just sitting on the compute cluster for days, but nothing is happening. I tried re-running them with double the cores, but that has resulted in the same issue.

Here is the braker.log, and here is the stdout/stderr file: braker.out.txt. Below is a screen shot of the braker directory contents for one of the two failed genomes: Screen Shot 2022-10-06 at 10 14 33 AM

And here is what the directory from one of the successful braker runs looks like: Screen Shot 2022-10-06 at 10 17 01 AM

Does anyone know what's going on here? I would appreciate any insight you have - thank you!

e-dort avatar Oct 06 '22 14:10 e-dort

Was this issue ever resolved? I think I am having a similar issue: I ran braker.pl on 195 genomes and it has worked no problem with 193 of them (I get braker.gtf file and the pipeline finishes normally). However, two of the genomes seem to be stuck on ProtHint. There are no obvious errors and they are just sitting on the compute cluster for days, but nothing is happening. I tried re-running them with double the cores, but that has resulted in the same issue.

Here is the braker.log, and here is the stdout/stderr file: braker.out.txt. Below is a screen shot of the braker directory contents for one of the two failed genomes: Screen Shot 2022-10-06 at 10 14 33 AM

And here is what the directory from one of the successful braker runs looks like: Screen Shot 2022-10-06 at 10 17 01 AM

Does anyone know what's going on here? I would appreciate any insight you have - thank you!

Hi @e-dort, I also encountered this, do you solve it, thanks. image

kind regards, yanpeng

ypchan avatar Oct 27 '22 08:10 ypchan

Dear @e-dort, please check this https://github.com/gatech-genemark/ProtHint/issues/14

ypchan avatar Oct 27 '22 08:10 ypchan

Hi @ypchan, unfortunately, no I never resolved this issue. I'm sorry to hear that you are also having issues. Thank you for forwarding the link, I will see if I can find a similar solution.

e-dort avatar Oct 27 '22 22:10 e-dort

@e-dort, the solution in the link works, please try it. Good luck.

ypchan avatar Oct 28 '22 02:10 ypchan