changeset 1:bd103884a09c draft

planemo upload for repository https://github.com/genouest/galaxy-tools/tree/master/tools/braker commit 09f76e16ba04767a20c93a5237b140d9148cdedd
author genouest
date Tue, 10 Oct 2023 12:25:53 +0000
parents 3c0865d1172f
children bbe51a1c2b6b
files braker3.xml macros.xml
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/braker3.xml	Wed Sep 06 09:50:28 2023 +0000
+++ b/braker3.xml	Tue Oct 10 12:25:53 2023 +0000
@@ -82,6 +82,7 @@
 #end if
 
 --threads  \${GALAXY_SLOTS:-2}
+--useexisting
 ]]></command>
     <inputs>
         <param name="genemark_license" type="data" format="txt" label="GeneMark license file" help="Braker uses GeneMark, which is not a free software, to use it download and unzip a license from http://topaz.gatech.edu/GeneMark/license_download.cgi (ES/ET/EP version). GeneMark needs to be installed manually by Galaxy administrators." />
--- a/macros.xml	Wed Sep 06 09:50:28 2023 +0000
+++ b/macros.xml	Tue Oct 10 12:25:53 2023 +0000
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <macros>
     <token name="@TOOL_VERSION@">3.0.3</token>
-    <token name="@VERSION_SUFFIX@">0</token>
+    <token name="@VERSION_SUFFIX@">1</token>
 
     <xml name="requirements">
         <requirement type="package" version="@TOOL_VERSION@">braker3</requirement>