:
When running BRAKER3 for genome annotation on Galaxy Europe, the job fails with:
Error: "Genemark is not installed properly on this Galaxy server."
Upload genome (FASTA) and protein-seq data.
Run BRAKER3 with default parameters.
Job crashes during execution.
Expected vs. Actual Behavior :
Expected : Successful annotation.
Actual : Tool dependency error (Genemark missing).
Troubleshooting Attempted :
Question :
Is Genemark intentionally unavailable on Galaxy Europe? Are there workarounds (e.g., alternative tools)?
Welcome, @jing666
Correct, the Genmark annotation is proprietary and cannot be hosted at the public Galaxy servers.
The tool wrappers are designed to support the extra annotation when run in a private environment. This is true with the Braker3 tool and others that can incorporate the annotation.
Have you changed GenMark settings during the job setup?
The description says:
GeneMark is not a free software, to use it download and unzip a license from GeneMark™ download (ES/ET/EP version). GeneMark needs to be installed manually by Galaxy administrators, it might not be available on this server.
You need a license for this option.
If you are interested in doing this, the Docker version of Galaxy would be the easiest to deploy and run for personal use.
Then more details about this exact tool can be found in the development repository (tool form → See in Toolshed) → https://toolshed.g2.bx.psu.edu/repository?repository_id=36c87739f9e2cecf
GeneMark
Braker can use GeneMark to predict gene, but due to licensing issues, we are not allowed to distribute GeneMark automatically.
If you want to use it, the Galaxy administrator needs to install GeneMark, and set the GENEMARK_PATH variable on the job destination.
Hope this helps to explain the situation, and maybe gives you some options for using it!