view 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 source

library("dada2")

mergePairs(
    dadaFs,
    derepFs,
    dadaRs,
    derepRs
)