changeset 2:1b88c1cf803d draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hansel commit 32833cd064153c009ff667f9526515d1aa15d48c
author iuc
date Sat, 05 Oct 2024 11:06:07 +0000
parents 4deefd708943
children
files bio_hansel.xml
diffstat 1 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/bio_hansel.xml	Thu May 06 18:31:35 2021 +0000
+++ b/bio_hansel.xml	Sat Oct 05 11:06:07 2024 +0000
@@ -2,6 +2,9 @@
     <macros>
         <import>macros.xml</import>
     </macros>
+    <xrefs>
+        <xref type="bio.tools">Biohansel</xref>
+    </xrefs>
     <expand macro="requirements" />
     <command detect_errors="exit_code"><![CDATA[
         #if $data_type.type == "paired":
@@ -110,14 +113,14 @@
     <tests>
         <test>
             <param name="type" value="single"/>
-            <param name="type_of_scheme" value="heidelberg"/>
+            <param name="type_of_scheme|scheme_type" value="heidelberg"/>
             <param name="fastq_input1" ftype="fasta.gz" value="SRR1002850_SMALL.fasta.gz"/>
             <output name="results" ftype="tabular" file="results1.tab" compare="contains"/>
             <output name="match_results" ftype="tabular" file="match_results1.tab" compare="contains"/>
         </test>
         <test>
             <param name="type" value="paired"/>
-            <param name="type_of_scheme" value="heidelberg"/>
+            <param name="type_of_scheme|scheme_type" value="heidelberg"/>
             <param name="fastq_input1" ftype="fastq.gz" value="SRR5646583_SMALL_1.fastq.gz"/>
             <param name="fastq_input2" value="SRR5646583_SMALL_2.fastq.gz"/>
             <output name="results" ftype="tabular" file="results2.tab" compare="contains"/>