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
334 stars 80 forks source link

within set_JAVA_PATH, generalize check for java version and prevent substitutions within awk command #796

Closed douglasgscofield closed 1 month ago

douglasgscofield commented 2 months ago

Within set_JAVA_PATH, generalizes the check for java version to grep just for version (e.g., our system java is not OpenJDK) and fences off the awk command within single quotes to prevent substitution of the contained $2,$3 with empty values that occurred because the surrounding context was double quotes.