| Previous changeset 23:a90db5dbaaf3 (2024-02-12) Next changeset 25:65d1598a9256 (2025-03-03) |
|
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit f53f7f297e551bf58e753752edd0dae5205bbc77 |
|
modified:
macros.xml spades.xml |
| b |
| diff -r a90db5dbaaf3 -r d5887ace0dd4 macros.xml --- a/macros.xml Mon Feb 12 21:45:32 2024 +0000 +++ b/macros.xml Mon Apr 15 19:38:22 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[ |
| b |
| diff -r a90db5dbaaf3 -r d5887ace0dd4 spades.xml --- a/spades.xml Mon Feb 12 21:45:32 2024 +0000 +++ b/spades.xml Mon Apr 15 19:38:22 2024 +0000 |
| b |
| @@ -1,4 +1,4 @@ -<tool id="spades" name="SPAdes" version="@TOOL_VERSION@+galaxy0" profile="20.01"> +<tool id="spades" name="SPAdes" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.01"> <description>genome assembler for genomes of regular and single-cell projects</description> <macros> <import>macros.xml</import> |