Gaius-Augustus / BRAKER

BRAKER is a pipeline for fully automated prediction of protein coding gene structures with GeneMark-ES/ET/EP/ETP and AUGUSTUS in novel eukaryotic genomes
Other
350 stars 79 forks source link

Failed to execute in braker.pl line 2343 #831

Open ala98412 opened 4 months ago

ala98412 commented 4 months ago

Hi there,

I got the following error message

# Thu May 23 06:25:52 2024:Both protein and RNA-Seq data in input detected. BRAKER will be executed in ETP mode (BRAKER3).
#*********
Use of uninitialized value $2 in concatenation (.) or string at /home/why/Tools/BRAKER-3.0.8/scripts/braker.pl line 2342.
Use of uninitialized value $3 in concatenation (.) or string at /home/why/Tools/BRAKER-3.0.8/scripts/braker.pl line 2342.
awk: cmd. line:1: {print ,}
awk: cmd. line:1:        ^ syntax error
awk: cmd. line:1: {print ,}
awk: cmd. line:1:         ^ syntax error
awk: cmd. line:1: {print ,}
awk: cmd. line:1:          ^ unexpected newline or end of string
Failed to execute: java -version 2>&1 | grep 'openjdk version' | awk -F['"''.'] -v OFS=. '{print ,}' at /home/why/Tools/BRAKER-3.0.8/scripts/braker.pl line 2343.

How do I solve it? Thank you.

Best, Jui-Hung

xo2003 commented 4 months ago

Hi,

I also have the same issue as described above while setting --addUTR=on. Since it could be caused by the Java version, I changed the Java version to openjdk version "1.8.0_402". However, it doesn't work at all. My original version is openjdk version "11.0.22" 2024-01-16.

I am also wondering how to solve this issue. Thank you.

KatharinaHoff commented 4 months ago

Please disable UTR prediction.

xo2003 @.***> schrieb am Fr. 31. Mai 2024 um 08:10:

Hi,

I also have the same issue as described above while setting --addUTR=on. Since it could be caused by the Java version, I changed the Java version to openjdk version "1.8.0_402". However, it doesn't work at all. My original version is openjdk version "11.0.22" 2024-01-16.

I am also wondering how to solve this issue. Thank you.

— Reply to this email directly, view it on GitHub https://github.com/Gaius-Augustus/BRAKER/issues/831#issuecomment-2141296962, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJMC6JFH2MVGTIWBYFQM3CTZFAH5XAVCNFSM6AAAAABIE7FYTSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNBRGI4TMOJWGI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

xo2003 commented 4 months ago

I reviewed several issues related to training UTR, specifically issues #630 and #638, and got the answers about finding UTR in gene models. Thank you for your reply!