qiime2 / q2-dada2

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

Improve summary for merging paired reads #98

Closed antgonza closed 5 years ago

antgonza commented 6 years ago

This suggestion came from the forum: https://forum.qiime2.org/t/sequence-length-report-after-dada2-denoise-pair/3908/9?u=antgonza

The new summary could have:

nbokulich commented 6 years ago

This may be a partial overlap of this issue

mdehollander commented 4 years ago

Is there already a way to get a summary of the length distribution of the merged reads?

thermokarst commented 4 years ago

You can get a length distribution summary for any FeatureData[Sequence] artifact using feature-table tabulate-seqs.

mdehollander commented 4 years ago

Thanks, that works indeed.