comparison macros.xml @ 9:9678993ca5bd 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:35 +0000
parents 34305b013402
children 655fa188c3cc
comparison
equal deleted inserted replaced
8:34305b013402 9:9678993ca5bd
1 <macros> 1 <macros>
2 <token name="@TOOL_VERSION@">3.15.4</token> 2 <token name="@TOOL_VERSION@">3.15.5</token>
3 <token name="@VERSION_SUFFIX@">2</token> 3 <token name="@VERSION_SUFFIX@">1</token>
4 <xml name="requirements"> 4 <xml name="requirements">
5 <requirements> 5 <requirements>
6 <requirement type="package" version="@TOOL_VERSION@">spades</requirement> 6 <requirement type="package" version="@TOOL_VERSION@">spades</requirement>
7 <requirement type="package" version="3.0">zip</requirement> 7 <requirement type="package" version="3.0">zip</requirement>
8 <yield/> 8 <yield/>
502 <option value="false" selected="true">Disabled</option> 502 <option value="false" selected="true">Disabled</option>
503 <option value="true">Enabled</option> 503 <option value="true">Enabled</option>
504 </param> 504 </param>
505 <when value="true"> 505 <when value="true">
506 <expand macro="input_files_paired" format="fastq,fastq.gz,fastqsanger.gz,fasta,fasta.gz" label="FASTA/FASTQ file(s)" help="@HELP@"/> 506 <expand macro="input_files_paired" format="fastq,fastq.gz,fastqsanger.gz,fasta,fasta.gz" label="FASTA/FASTQ file(s)" help="@HELP@"/>
507 <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.">
508 <option value="true" selected="true">True</option>
509 <option value="false">False</option>
510 </param>
511 </when> 507 </when>
512 <when value="false"/> 508 <when value="false"/>
513 </conditional> 509 </conditional>
514 </xml> 510 </xml>
515 511