qiime2 / q2-dada2

QIIME 2 plugin wrapping DADA2
BSD 3-Clause "New" or "Revised" License
19 stars 36 forks source link

denoise-paired: add flag for just concatenating paired reads #93

Open AstrobioMike opened 6 years ago

AstrobioMike commented 6 years ago

Improvement Description Hi there!

The base dada2 R function for this is mergeReads() and it takes a logical argument for “justConcatenate” which by default is False, so to do this in R you just set that to true. But I don’t think that can be specified currently in qiime2’s implementation.

Questions Would it be difficult to add that capability?