Error in running braker3

This is the link of my history - Galaxy.

The link of one of the jobs containing the same error is https://usegalaxy.eu/api/datasets/26c75dcccb616ac8b2606328ac90df6b/display?to_ext=gff3

I am running braker3 ( toolid - toolshed.g2.bx.psu.edu/repos/genouest/braker3/braker3/3.0.8+galaxy0) for annotation of Etroplus caranesis genome in galaxy EU server. The input files which I am using are -

  1. Reference genome file with simplified headers (.fasta format),
  2. .bam file (rna-seq data was aligned to the reference genome file) ,
  3. Protein sequences in .fasta format(simplified headers) from another closely related species

Running the tool is resulting in the following error - ERROR in file /opt/BRAKER/scripts/braker.pl at line 5939
failed to execute: /opt/BRAKER/scripts/get_gc_content.py --sequences /data/dnb11/galaxy_db/files/7/b/7/dataset_7b75866e-a463-4df8-a08f-d0c26bd5fa54.dat --print_sequence_length 1> /data/jwd07/main/085/300/85300852/working/braker/gc_content.out 2> /data/jwd07/main/085/300/85300852/working/braker/errors/gc_content.stderr!.

As i dont have access to the scripts of braker3 and the log files containing the errors. I request the help of the admin or the developers of braker3 to help me to proceed. Thank you.

Welcome @amit_babu

Thanks for sharing the history and the error, very helpful!

So, both of the fasta files appear to have been Uploaded in an odd format – both are reporting as “binary” which usually means a problem with the datatype detection, or that possibly the wrong datatype was selected/assigned.

What to do

  1. Upload those two files again using all default settings, to allow Galaxy to “guess” the datatype. This can avoid mistyping. Getting Data into Galaxy

  2. Confirm that the datatype is fasta. If you get something else, you might want to uncompress the data and load it again. While fasta.gz might work with some tools, I’m not sure about this one (you could try, then fallback to fasta), and binary will definitely not work.

  3. Once all of the inputs are ready, try running Breaker3 again.


Please let us know if this works or if you need more help! :slight_smile: