changeset 6:4a01e0d2892c 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:53 +0000
parents 21da31ed41a1
children e5a3b75a271f
files macros.xml metaplasmidspades.xml
diffstat 2 files changed, 7 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/macros.xml	Wed Jul 13 07:43:38 2022 +0000
+++ b/macros.xml	Wed Aug 10 13:16:53 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@"><![CDATA[
-The selection of k-mer length is non-trivial for IonTorrent. If the dataset is more or less conventional (good coverage, not high GC, etc), then use our `recommendation for long reads <https://cab.spbu.ru/files/release3.12.0/manual.html#sec3.4>`_ (e.g. assemble using k-mer lengths 21,33,55,77,99,127). However, due to increased error rate some changes of k-mer lengths (e.g. selection of shorter ones) may be required. For example, if you ran SPAdes with k-mer lengths 21,33,55,77 and then decided to assemble the same data set using more iterations and larger values of K, you can run SPAdes once again specifying the same output folder and the following options: --restart-from k77 -k 21,33,55,77,99,127 --mismatch-correction -o <previous_output_dir>. Do not forget to copy contigs and scaffolds from the previous run. We're planning to tackle issue of selecting k-mer lengths for IonTorrent reads in next versions.
+The selection of k-mer length is non-trivial for IonTorrent. If the dataset is more or less conventional (good coverage, not high GC, etc), then use our `recommendation for long reads <https://github.com/ablab/spades#sec3.4>`_ (e.g. assemble using k-mer lengths 21,33,55,77,99,127). However, due to increased error rate some changes of k-mer lengths (e.g. selection of shorter ones) may be required. For example, if you ran SPAdes with k-mer lengths 21,33,55,77 and then decided to assemble the same data set using more iterations and larger values of K, you can run SPAdes once again specifying the same output folder and the following options: --restart-from k77 -k 21,33,55,77,99,127 --mismatch-correction -o <previous_output_dir>. Do not forget to copy contigs and scaffolds from the previous run. We're planning to tackle issue of selecting k-mer lengths for IonTorrent reads in next versions.
 
 You may need no error correction for Hi-Q enzyme at all. However, we suggest trying to assemble your data with and without error correction and select the best variant.
 
--- a/metaplasmidspades.xml	Wed Jul 13 07:43:38 2022 +0000
+++ b/metaplasmidspades.xml	Wed Aug 10 13:16:53 2022 +0000
@@ -19,6 +19,7 @@
 @PREPROCESS_CONTIGS_FILES@
 @PREPROCESS_ASSEMBLY_GRAPH_FILES@
 
+@OMP_THREADS@
 ## run
 spades.py --meta --plasmid
     -o 'output'
@@ -233,7 +234,7 @@
 
 **References**
 
-More information can be found on `github <https://github.com/ablab/spades>`_  and on the `project website <http://cab.spbu.ru/software/spades>`_.
+More information can be found on `github <https://github.com/ablab/spades>`_.
     ]]></help>
     <expand macro="citations">
         <citation type="doi">10.1101/gr.241299.118</citation>