# HG changeset patch
# User genouest
# Date 1707734295 0
# Node ID 3452c806c478b832de7f61d29966ef712c159d36
# Parent 96ad8f880755f09f97273d8136b0c0003be6972a
planemo upload for repository https://github.com/genouest/galaxy-tools/tree/master/tools/braker commit 5bcf6a26284965f4fbf04be67ae7c186bb7e908f
diff -r 96ad8f880755 -r 3452c806c478 braker3.xml
--- a/braker3.xml Wed Jan 31 06:49:47 2024 +0000
+++ b/braker3.xml Mon Feb 12 10:38:15 2024 +0000
@@ -16,6 +16,10 @@
export PATH="\$GENEMARK_PATH/../tools/:\$PATH" &&
+## Copy Augustus config dir to work dir, to make sure it's writable when running with containers
+cp -r "\$AUGUSTUS_CONFIG_PATH/" augustus_dir/ &&
+export AUGUSTUS_CONFIG_PATH=`pwd`/augustus_dir/ &&
+
braker.pl
--genome '${genome}'
$softmasking
@@ -133,7 +137,7 @@
output_format == 'gff3'
-
+
@@ -183,7 +187,7 @@
-->
-
+
3.0.7
- 2
+ 3
braker3