qiime2 / q2-dada2

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

maint: increase trunc length for smaller demux input #157

Closed lizgehret closed 1 year ago

lizgehret commented 1 year ago

This PR updates the truncation length for both forward and reverse reads in the denoise-paired usage example.

Some of our usage example data exceeded Github's 10MB file size limit - thus requiring the input demux file for this example to be subsampled to 10% of it's original size. With this smaller demux file, both forward and reverse truncation lengths needed to be increased.

Additionally, I noticed that I had unintentionally added both denoise-single and denoise-paired examples under the plugin registration for denoise-single, so the denoise-paired example has been moved to the denoise-paired method registration.