annotate tools/dada2-merge-pairs.R @ 1:763080a4ac3d draft default tip

planemo upload for repository https://github.com/dfornika/dada2-galaxy commit 7014a3aed7bcff2599e5dd06a468aaa74dababfc
author dfornika
date Wed, 02 May 2018 16:30:53 -0400
parents 44579a4814b7
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
44579a4814b7 planemo upload for repository https://github.com/dfornika/dada2-galaxy commit a2ae309ba8ff0ef18a1e4abbe5d1ef412e4f69a9
dfornika
parents:
diff changeset
1 library("dada2")
44579a4814b7 planemo upload for repository https://github.com/dfornika/dada2-galaxy commit a2ae309ba8ff0ef18a1e4abbe5d1ef412e4f69a9
dfornika
parents:
diff changeset
2
44579a4814b7 planemo upload for repository https://github.com/dfornika/dada2-galaxy commit a2ae309ba8ff0ef18a1e4abbe5d1ef412e4f69a9
dfornika
parents:
diff changeset
3 mergePairs(
44579a4814b7 planemo upload for repository https://github.com/dfornika/dada2-galaxy commit a2ae309ba8ff0ef18a1e4abbe5d1ef412e4f69a9
dfornika
parents:
diff changeset
4 dadaFs,
44579a4814b7 planemo upload for repository https://github.com/dfornika/dada2-galaxy commit a2ae309ba8ff0ef18a1e4abbe5d1ef412e4f69a9
dfornika
parents:
diff changeset
5 derepFs,
44579a4814b7 planemo upload for repository https://github.com/dfornika/dada2-galaxy commit a2ae309ba8ff0ef18a1e4abbe5d1ef412e4f69a9
dfornika
parents:
diff changeset
6 dadaRs,
44579a4814b7 planemo upload for repository https://github.com/dfornika/dada2-galaxy commit a2ae309ba8ff0ef18a1e4abbe5d1ef412e4f69a9
dfornika
parents:
diff changeset
7 derepRs
44579a4814b7 planemo upload for repository https://github.com/dfornika/dada2-galaxy commit a2ae309ba8ff0ef18a1e4abbe5d1ef412e4f69a9
dfornika
parents:
diff changeset
8 )