changeset 10:0be6820e3268 draft default tip

planemo upload for repository https://github.com/genouest/galaxy-tools/tree/master/tools/braker commit 43caacb959b2d7b842e71737bd645be7ad155a04
author genouest
date Thu, 17 Jul 2025 10:35:48 +0000
parents bec8f57c9d8e
children
files braker3.xml macros.xml
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/braker3.xml	Tue Jul 01 14:01:14 2025 +0000
+++ b/braker3.xml	Thu Jul 17 10:35:48 2025 +0000
@@ -10,6 +10,12 @@
         <expand macro="requirements"/>
     </requirements>
     <command detect_errors="exit_code"><![CDATA[
+
+## 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
--- a/macros.xml	Tue Jul 01 14:01:14 2025 +0000
+++ b/macros.xml	Thu Jul 17 10:35:48 2025 +0000
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <macros>
     <token name="@TOOL_VERSION@">3.0.8</token>
-    <token name="@VERSION_SUFFIX@">1</token>
+    <token name="@VERSION_SUFFIX@">2</token>
 
     <xml name="requirements">
         <container type="docker">teambraker/braker3:v3.0.7.6</container>