# HG changeset patch # User iuc # Date 1644495137 0 # Node ID d85d379b5c8cdbf4989a69247d029d0e0f7c4583 # Parent 92df7799bf3228423b6e5f29e4624f87906421c3 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cutadapt commit dea830212266690dbd20448f9a89ea7bfeee4a26" diff -r 92df7799bf32 -r d85d379b5c8c cutadapt.xml --- a/cutadapt.xml Sat Nov 27 10:08:27 2021 +0000 +++ b/cutadapt.xml Thu Feb 10 12:12:17 2022 +0000 @@ -93,13 +93,8 @@ #else: @read1_options@ @read2_options@ - #if $library.type == "paired" - --output='$out1' - --paired-output='$out2' - #else - --output='$out_pairs.forward' - --paired-output='$out_pairs.reverse' - #end if + --output='$out1' + --paired-output='$out2' #end if --error-rate=$adapter_options.error_rate @@ -337,6 +332,8 @@ library['type'] == 'paired_collection' and 'multiple_output' not in output_selector + + @@ -478,9 +475,17 @@ - - - + + + + + + + + + + + diff -r 92df7799bf32 -r d85d379b5c8c macros.xml --- a/macros.xml Sat Nov 27 10:08:27 2021 +0000 +++ b/macros.xml Thu Feb 10 12:12:17 2022 +0000 @@ -1,6 +1,6 @@ 3.5 - 1 + 2 fastq.gz,fastq,fasta diff -r 92df7799bf32 -r d85d379b5c8c test-data/cutadapt_out1.fq.gz Binary file test-data/cutadapt_out1.fq.gz has changed diff -r 92df7799bf32 -r d85d379b5c8c test-data/cutadapt_out2.fq.gz Binary file test-data/cutadapt_out2.fq.gz has changed