Repository 'spades'
hg clone https://toolshed.g2.bx.psu.edu/repos/nml/spades

Changeset 23:a90db5dbaaf3 (2024-02-12)
Previous changeset 22:33368fec3b70 (2022-08-23) Next changeset 24:d5887ace0dd4 (2024-04-15)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 066e075c1599b29e92708194db2b2ccc30b7677c
modified:
macros.xml
spades.xml
b
diff -r 33368fec3b70 -r a90db5dbaaf3 macros.xml
--- a/macros.xml Tue Aug 23 07:58:51 2022 +0000
+++ b/macros.xml Mon Feb 12 21:45:32 2024 +0000
b
@@ -1,6 +1,6 @@
 <macros>
-    <token name="@TOOL_VERSION@">3.15.4</token>
-    <token name="@VERSION_SUFFIX@">2</token>
+    <token name="@TOOL_VERSION@">3.15.5</token>
+    <token name="@VERSION_SUFFIX@">1</token>
     <xml name="requirements">
         <requirements>
             <requirement type="package" version="@TOOL_VERSION@">spades</requirement>
@@ -504,10 +504,6 @@
             </param>
             <when value="true">
                 <expand macro="input_files_paired" format="fastq,fastq.gz,fastqsanger.gz,fasta,fasta.gz" label="FASTA/FASTQ file(s)" help="@HELP@"/>
-                <param name="library_number" type="select" label="The samples belong to the same library" help="If the reads have been generated from the sample sample, it means that they belong to the same library.">
-                    <option value="true" selected="true">True</option>
-                    <option value="false">False</option>
-                </param>
             </when>
             <when value="false"/>
         </conditional>
b
diff -r 33368fec3b70 -r a90db5dbaaf3 spades.xml
--- a/spades.xml Tue Aug 23 07:58:51 2022 +0000
+++ b/spades.xml Mon Feb 12 21:45:32 2024 +0000
b
@@ -1,8 +1,11 @@
-<tool id="spades" name="SPAdes" version="@TOOL_VERSION@+galaxy1" profile="20.01">
+<tool id="spades" name="SPAdes" version="@TOOL_VERSION@+galaxy0" profile="20.01">
     <description>genome assembler for genomes of regular and single-cell projects</description>
     <macros>
         <import>macros.xml</import>
     </macros>
+    <xrefs>
+        <xref type="bio.tools">spades</xref>
+    </xrefs>
     <expand macro="requirements"/>
     <expand macro="stdio"/>
     <expand macro="version_command"/>