# HG changeset patch
# User iuc
# Date 1644495185 0
# Node ID 48f587c130750221b2cdcf54f37c622f36abcd07
# Parent c053d4cad713677e4caf562d059b258b1e9e025d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cutadapt commit dea830212266690dbd20448f9a89ea7bfeee4a26"
diff -r c053d4cad713 -r 48f587c13075 cutadapt.xml
--- a/cutadapt.xml Sat Nov 27 10:09:14 2021 +0000
+++ b/cutadapt.xml Thu Feb 10 12:13:05 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 c053d4cad713 -r 48f587c13075 macros.xml
--- a/macros.xml Sat Nov 27 10:09:14 2021 +0000
+++ b/macros.xml Thu Feb 10 12:13:05 2022 +0000
@@ -1,6 +1,6 @@
3.5
- 1
+ 2
fastq.gz,fastq,fasta
diff -r c053d4cad713 -r 48f587c13075 test-data/cutadapt_out1.fq.gz
Binary file test-data/cutadapt_out1.fq.gz has changed
diff -r c053d4cad713 -r 48f587c13075 test-data/cutadapt_out2.fq.gz
Binary file test-data/cutadapt_out2.fq.gz has changed