Mercurial > repos > nml > metaspades
diff macros.xml @ 14:26e827fa806d draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 35f71aa486d8754ee6a8387659032fc7c93d1be3
| author | iuc |
|---|---|
| date | Wed, 10 Aug 2022 13:10:48 +0000 |
| parents | a14acc5c410e |
| children | 2463908405d3 |
line wrap: on
line diff
--- a/macros.xml Wed Jul 13 07:38:11 2022 +0000 +++ b/macros.xml Wed Aug 10 13:10:48 2022 +0000 @@ -1,6 +1,6 @@ <macros> <token name="@TOOL_VERSION@">3.15.4</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> @@ -43,6 +43,9 @@ </param> </xml> +<token name="@OMP_THREADS@"><![CDATA[ +export OMP_THREAD_LIMIT=\${GALAXY_SLOTS:-4} && +]]></token> <!-- PREPARE INPUT FILES--> @@ -738,7 +741,7 @@ SPAdes - St. Petersburg genome assembler - is an assembly toolkit containing various assembly pipelines. </token> <token name="@IONTORRENT@"><