Previous changeset 0:3c0865d1172f (2023-09-06) Next changeset 2:bbe51a1c2b6b (2023-10-24) |
Commit message:
planemo upload for repository https://github.com/genouest/galaxy-tools/tree/master/tools/braker commit 09f76e16ba04767a20c93a5237b140d9148cdedd |
modified:
braker3.xml macros.xml |
b |
diff -r 3c0865d1172f -r bd103884a09c braker3.xml --- a/braker3.xml Wed Sep 06 09:50:28 2023 +0000 +++ b/braker3.xml Tue Oct 10 12:25:53 2023 +0000 |
b |
@@ -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." /> |
b |
diff -r 3c0865d1172f -r bd103884a09c macros.xml --- a/macros.xml Wed Sep 06 09:50:28 2023 +0000 +++ b/macros.xml Tue Oct 10 12:25:53 2023 +0000 |
b |
@@ -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> |