diff braker3.xml @ 5:3452c806c478 draft

planemo upload for repository https://github.com/genouest/galaxy-tools/tree/master/tools/braker commit 5bcf6a26284965f4fbf04be67ae7c186bb7e908f
author genouest
date Mon, 12 Feb 2024 10:38:15 +0000
parents 5460380cc057
children c42bf6424ba4
line wrap: on
line diff
--- 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 @@
             <filter>output_format == 'gff3'</filter>
         </data>
     </outputs>
-    
+
     <tests>
         <test expect_failure="true">
             <param name="genome" value="genome_masked.fa"/>
@@ -183,7 +187,7 @@
             <output name="output_gff" file="out_genome/braker.gff3"/>
         </test> -->
 
-    
+
     <help><![CDATA[
 
 Braker3_ allows for fully automated training of the gene prediction tools GeneMark-EX and AUGUSTUS from RNA-Seq and/or protein homology information, and that integrates the extrinsic evidence from RNA-Seq and protein homology information into the prediction.