Previous changeset 8:604782a8a53a (2024-02-12) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit f53f7f297e551bf58e753752edd0dae5205bbc77 |
modified:
macros.xml |
b |
diff -r 604782a8a53a -r c33a476f4001 macros.xml --- a/macros.xml Mon Feb 12 21:46:44 2024 +0000 +++ b/macros.xml Mon Apr 15 19:39:30 2024 +0000 |
[ |
@@ -1,6 +1,6 @@ <macros> <token name="@TOOL_VERSION@">3.15.5</token> - <token name="@VERSION_SUFFIX@">1</token> + <token name="@VERSION_SUFFIX@">2</token> <xml name="requirements"> <requirements> <requirement type="package" version="@TOOL_VERSION@">spades</requirement> @@ -148,6 +148,7 @@ <token name="@RESOURCES@"><![CDATA[ -t \${GALAXY_SLOTS:-4} -m \$((\${GALAXY_MEMORY_MB:-8192}/1024)) +--tmp-dir \${TMPDIR} ]]></token> <token name="@INPUT_READS_MAIN@"><![CDATA[ |