Mercurial > repos > nml > metaspades
diff macros.xml @ 12:6563e22a9fd0 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:16:25 +0000 |
| parents | 606b09cc9860 |
| children | fd128c111ab0 |
line wrap: on
line diff
--- a/macros.xml Wed Jul 13 07:43:13 2022 +0000 +++ b/macros.xml Wed Aug 10 13:16:25 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@"><