You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.
With this PR: sourmash-bio/sourmash#1009 - the sourmashNodegraph now becomes more appealing to use instead of khmer's Nodegraph. This is because the n_unique_kmers attribute that is now added, allows for computation of the minimum necessary read length for a given false positive rate with this equation:
The text was updated successfully, but these errors were encountered:
This is low-hanging fruit for speeding up the module, but backwards compatibility may be tricky for older bloom filters. There's probably a fairly straightforward try/except thing to use here, though.
With this PR: sourmash-bio/sourmash#1009 - the
sourmash
Nodegraph
now becomes more appealing to use instead ofkhmer
'sNodegraph
. This is because then_unique_kmers
attribute that is now added, allows for computation of the minimum necessary read length for a given false positive rate with this equation:The text was updated successfully, but these errors were encountered: