Previous changeset 11:f77d7b685bb3 (2023-12-11) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/funannotate commit 9e3708d04faea0f1be4ea8918e859d6f2c7eb31d |
modified:
funannotate_predict.xml macros.xml |
b |
diff -r f77d7b685bb3 -r 4b96ced19f75 funannotate_predict.xml --- a/funannotate_predict.xml Mon Dec 11 19:19:49 2023 +0000 +++ b/funannotate_predict.xml Wed Jun 26 09:39:31 2024 +0000 |
b |
@@ -29,6 +29,7 @@ funannotate predict --input input/input.fasta --out output +--tmpdir "\${_GALAXY_JOB_TMP_DIR:-/tmp}" #if $uglyTestingHack == "true": --database `pwd`'/hacked_database' #else |
b |
diff -r f77d7b685bb3 -r 4b96ced19f75 macros.xml --- a/macros.xml Mon Dec 11 19:19:49 2023 +0000 +++ b/macros.xml Wed Jun 26 09:39:31 2024 +0000 |
b |
@@ -1,7 +1,7 @@ <?xml version="1.0"?> <macros> <token name="@TOOL_VERSION@">1.8.15</token> - <token name="@VERSION_SUFFIX@">4</token> + <token name="@VERSION_SUFFIX@">5</token> <xml name="biotools"> <xrefs> <xref type="bio.tools"> |