# HG changeset patch
# User iuc
# Date 1716551113 0
# Node ID 35176674168c0e5f7faac760739e5b48fe4cfba0
# Parent 06be3277210784a2ccaf710da7ba541ef8e0abee
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dada2 commit 9bbc0898b9bbe73c7fc60ac162d80d749a7f97c1
diff -r 06be32772107 -r 35176674168c dada2_mergePairs.xml
--- a/dada2_mergePairs.xml Thu May 23 08:54:18 2024 +0000
+++ b/dada2_mergePairs.xml Fri May 24 11:45:13 2024 +0000
@@ -20,10 +20,12 @@
merged <- mergePairs(dadaF, '$derepF', dadaR, '$derepR', minOverlap = $minOverlap, maxMismatch = $maxMismatch,
## currently not accessible by the wrapper returnRejects = FALSE, propagateCol = character(0),
justConcatenate = $justConcatenate, trimOverhang = $trimOverhang)
-
saveRDS(merged, file='$merged')
-##For display in Galaxy this could be transposed (..but the user could also do it herself)
-##write.table(merged, "$merged", quote=F, sep="\t", row.names = F, col.names = T)
+#if $output_details
+ ##For display in Galaxy this could be transposed (..but the user could also do it herself)
+ merged <- apply(merged, 2, as.character)
+ write.table(merged, "$merged_details", quote=F, sep="\t", row.names = F, col.names = T)
+#end if
]]>
@@ -35,12 +37,16 @@
+
+
+ output_details
+
-
+
@@ -48,7 +54,7 @@
-
+
@@ -58,6 +64,13 @@
+
+
dada2
- 1.28
- 1
+ 1.30.0
+ 0