Mercurial > repos > iuc > fastp
changeset 7:6c2351178f8d draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fastp commit 249269561e1d3a767371c154677e5dd59147f7d7
author | iuc |
---|---|
date | Wed, 16 Jan 2019 04:02:33 -0500 |
parents | a935cbdf1c0e |
children | 1d8fe9bc4cb0 |
files | fastp.xml macros.xml |
diffstat | 2 files changed, 5 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/fastp.xml Thu Aug 23 02:53:34 2018 -0400 +++ b/fastp.xml Wed Jan 16 04:02:33 2019 -0500 @@ -1,4 +1,4 @@ -<tool id="fastp" name="fastp" version="@WRAPPER_VERSION@.3"> +<tool id="fastp" name="fastp" version="@WRAPPER_VERSION@"> <description>- fast all-in-one preprocessing for FASTQ files</description> <macros> <import>macros.xml</import> @@ -72,6 +72,8 @@ #if str($single_paired.single_paired_selector).startswith('paired'): #if str($single_paired.adapter_trimming_options.adapter_sequence2): --adapter_sequence_r2 '$single_paired.adapter_trimming_options.adapter_sequence2' + #else + --detect_adapter_for_pe #end if #end if @@ -342,7 +344,7 @@ </output> </test> <!-- Ensure paired collection works --> - <test expect_num_outputs="3"> + <test expect_num_outputs="4"> <param name="single_paired_selector" value="paired_collection"/> <param name="paired_input"> <collection type="paired">
--- a/macros.xml Thu Aug 23 02:53:34 2018 -0400 +++ b/macros.xml Wed Jan 16 04:02:33 2019 -0500 @@ -1,5 +1,5 @@ <macros> - <token name="@WRAPPER_VERSION@">0.19.3</token> + <token name="@WRAPPER_VERSION@">0.19.5</token> <xml name="adapter_trimming_options"> <section name="adapter_trimming_options" title="Adapter Trimming Options" expanded="False">