diff tools/dada2-merge-pairs.R @ 0:44579a4814b7 draft

planemo upload for repository https://github.com/dfornika/dada2-galaxy commit a2ae309ba8ff0ef18a1e4abbe5d1ef412e4f69a9
author dfornika
date Tue, 01 May 2018 19:10:14 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/dada2-merge-pairs.R	Tue May 01 19:10:14 2018 -0400
@@ -0,0 +1,8 @@
+library("dada2")
+
+mergePairs(
+    dadaFs,
+    derepFs,
+    dadaRs,
+    derepRs
+)