Previous changeset 1:4deefd708943 (2021-05-06) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hansel commit 32833cd064153c009ff667f9526515d1aa15d48c |
modified:
bio_hansel.xml |
b |
diff -r 4deefd708943 -r 1b88c1cf803d bio_hansel.xml --- 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"/> |