Mercurial > repos > iuc > spades_metaplasmidspades
changeset 8:037f9927c4ff draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/spades commit 066e075c1599b29e92708194db2b2ccc30b7677c
author | iuc |
---|---|
date | Mon, 12 Feb 2024 21:46:26 +0000 |
parents | e5a3b75a271f |
children | 7e27faaad80e |
files | macros.xml metaplasmidspades.xml |
diffstat | 2 files changed, 5 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/macros.xml Tue Aug 23 08:01:19 2022 +0000 +++ b/macros.xml Mon Feb 12 21:46:26 2024 +0000 @@ -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>
--- a/metaplasmidspades.xml Tue Aug 23 08:01:19 2022 +0000 +++ b/metaplasmidspades.xml Mon Feb 12 21:46:26 2024 +0000 @@ -3,6 +3,9 @@ <macros> <import>macros.xml</import> </macros> + <xrefs> + <xref type="bio.tools">metaplasmidspades</xref> + </xrefs> <expand macro="requirements"/> <expand macro="stdio"/> <expand macro="version_command"/>