ksahlin / NGSpeciesID

Reference-free clustering and consensus forming of long-read amplicon sequencing
GNU General Public License v3.0
49 stars 14 forks source link

add the top_reads option to use top scoring reads #27

Closed dwmccheyne closed 1 year ago

dwmccheyne commented 1 year ago

add the top_reads option that when set will use the first sample_size reads in the already sorted list instead of a random selection.

We had some cases where this option would help us and made this change. It's pretty non-invasive so I thought I'd offer it back upstream.

ksahlin commented 1 year ago

Thanks for the PR! Looks good.