# HG changeset patch
# User iuc
# Date 1773839380 0
# Node ID 68129ce1c59b9c1723f5db023d0612a71e3d475b
# Parent dd65724346180b7167937e047e601811e14a5d69
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/dada2 commit 034af1aa838fb62aa93c10332b6143ab1a1f3cef
diff -r dd6572434618 -r 68129ce1c59b dada2_learnErrors.xml
--- a/dada2_learnErrors.xml Sat Dec 20 14:15:06 2025 +0000
+++ b/dada2_learnErrors.xml Wed Mar 18 13:09:40 2026 +0000
@@ -23,8 +23,15 @@
files <- c(files, '$read')
#end for
+#if $advanced.errfoo != "BinnedQualErrfun"
+ errfoo<-$advanced.errfoo
+#else:
+ binnedQs <- c($advanced.quality_bins)
+ errfoo <- makeBinnedQualErrfun(binnedQs)
+#end if
+
err <- learnErrors(files, nbases = 10**$nbases,
- errorEstimationFunction = $advanced.errfoo, multithread = nthreads,
+ errorEstimationFunction = errfoo, multithread = nthreads,
randomize = $advanced.randomize, MAX_CONSIST = $advanced.maxconsist, OMEGA_C = $advanced.omegac)
saveRDS(err, file='$errors')
@@ -87,6 +94,25 @@
+
+
+
+
+
+
+
+
+
+
24.2
- 1.34.0
- 1
+ 1.38.0
+ 0
loess: Use a loess fit to estimate error rates from transition counts
+
+
+
+ |([0-9]+(,[0-9]+)+)