Mercurial > repos > nml > spades
changeset 24:d5887ace0dd4 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit f53f7f297e551bf58e753752edd0dae5205bbc77
author | iuc |
---|---|
date | Mon, 15 Apr 2024 19:38:22 +0000 |
parents | a90db5dbaaf3 |
children | |
files | macros.xml spades.xml |
diffstat | 2 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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[
--- a/spades.xml Mon Feb 12 21:45:32 2024 +0000 +++ b/spades.xml Mon Apr 15 19:38:22 2024 +0000 @@ -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>