Mercurial > repos > iuc > spades_biosyntheticspades
changeset 6:d89ced9439f3 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:51 +0000 |
| parents | 1fc82fe7ebef |
| children | 051fd2db8a27 |
| files | biosyntheticspades.xml macros.xml |
| diffstat | 2 files changed, 7 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/biosyntheticspades.xml Wed Jul 13 07:44:31 2022 +0000 +++ b/biosyntheticspades.xml Wed Aug 10 13:17:51 2022 +0000 @@ -16,6 +16,7 @@ #end if @PREPROCESS_NANOPORE_PACBIO_FILES@ +@OMP_THREADS@ ## run spades.py --bio -o 'output' @@ -175,7 +176,7 @@ **References** -More information can be found on `github <https://github.com/ablab/spades>`_ and on the `project website <http://cab.spbu.ru/software/biosyntheticspades>`_. +More information can be found on `github <https://github.com/ablab/spades>`_. ]]></help> <expand macro="citations"> <citation type="doi">10.1101/gr.243477.118</citation>
--- a/macros.xml Wed Jul 13 07:44:31 2022 +0000 +++ b/macros.xml Wed Aug 10 13:17:51 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@"><