# HG changeset patch # User iuc # Date 1619777617 0 # Node ID c4b82dce833558c913c57fd57642013c2f24353c # Parent 093678460093e68fd3e070f3f4e1fd9ade045f09 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cutadapt commit d1e907795fa943b505723dd6f7bf0a61723d8818" diff -r 093678460093 -r c4b82dce8335 cutadapt.xml --- a/cutadapt.xml Sat Jul 04 06:52:59 2020 -0400 +++ b/cutadapt.xml Fri Apr 30 10:13:37 2021 +0000 @@ -1,4 +1,4 @@ - + Remove adapter sequences from Fastq/Fasta macros.xml @@ -93,8 +93,13 @@ #else: @read1_options@ @read2_options@ - --output='$out1' - --paired-output='$out2' + #if $library.type == "paired" + --output='$out1' + --paired-output='$out2' + #else + --output='$out_pairs.forward' + --paired-output='$out_pairs.reverse' + #end if #end if --error-rate=$adapter_options.error_rate @@ -240,14 +245,18 @@ - (output_options['multiple_output'] is False) + (output_options['multiple_output'] is False and library['type'] != 'paired_collection') - (library['type'] == 'paired' or library['type'] == 'paired_collection') + (output_options['multiple_output'] is False and library['type'] == 'paired') + + (output_options['multiple_output'] is False and library['type'] == 'paired_collection') + + (output_options['report'] is True) @@ -304,7 +313,7 @@ - + @@ -312,7 +321,7 @@ - + @@ -320,7 +329,7 @@ - + @@ -340,7 +349,7 @@ - + @@ -352,11 +361,13 @@ - - + + + + - + @@ -364,7 +375,7 @@ - + @@ -380,7 +391,7 @@ - + @@ -392,7 +403,7 @@ - + @@ -402,7 +413,7 @@ - + @@ -419,7 +430,7 @@ - + @@ -453,7 +464,7 @@ - + @@ -480,7 +491,7 @@ - + @@ -490,7 +501,7 @@ - + @@ -506,7 +517,7 @@ - + diff -r 093678460093 -r c4b82dce8335 macros.xml --- a/macros.xml Sat Jul 04 06:52:59 2020 -0400 +++ b/macros.xml Fri Apr 30 10:13:37 2021 +0000 @@ -338,11 +338,6 @@