Mercurial > repos > iuc > spades_coronaspades
changeset 7:ff41a00a6745 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:17:22 +0000 |
| parents | fee85957cebe |
| children | 34305b013402 |
| files | coronaspades.xml macros.xml |
| diffstat | 2 files changed, 7 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/coronaspades.xml Wed Jul 13 07:44:04 2022 +0000 +++ b/coronaspades.xml Wed Aug 10 13:17:22 2022 +0000 @@ -19,6 +19,7 @@ @PREPROCESS_SANGER_FILES@ +@OMP_THREADS@ ## run coronaspades.py -o 'output' @@ -162,7 +163,7 @@ **References** -More information can be found on `github <https://github.com/ablab/spades>`_ and on the `project website <https://cab.spbu.ru/software/coronaspades/>`_. +More information can be found on `github <https://github.com/ablab/spades>`_. ]]></help> <expand macro="citations"> <citation type="doi">10.1093/bioinformatics/btab597</citation>
--- a/macros.xml Wed Jul 13 07:44:04 2022 +0000 +++ b/macros.xml Wed Aug 10 13:17:22 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@"><