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
Skipmers are being added as an experimental feature for testing (#531).
Add documentation for use.
Also, with sourmash-bio/sourmash#3446, we should be able to use the sourmash python layer to evaluate skipmer signatures, instead of having to go look in the manifest and sig files themselves. Update tests accordingly
The text was updated successfully, but these errors were encountered:
Skipmers are something we've considered adding for quite some time, as DNA kmer that ~allows "mismatches" aka increases entropy + sensitivity.
Over in sourmash-bio/sourmash#3395, I added a skipm1n3 and skipm2n3 moltypes, as well as code in SeqToHashes to build them. In sourmash-bio/sourmash#3446 I also added capacity for sourmash python function to read skipmer sigs, so sig cat, sig summarize, etc should now work.
There are two types of skipmers available, keep-2,skip-1 ("skipm2n3") and keep-1,skip-2 ("skipm1n3"). To sketch with skipmers, specify skipm2n3 or skipm1n3 in the parameter string. The skipmer ksize is the "final" size that the k-mer ends up. --i.e. for ksize 3, the sequence ACTAG would produce two skip-mers for m2n3: ACA, CTG.
ref sourmash-bio/sourmash#3449
Skipmers are being added as an experimental feature for testing (#531).
Add documentation for use.
Also, with sourmash-bio/sourmash#3446, we should be able to use the sourmash python layer to evaluate skipmer signatures, instead of having to go look in the manifest and sig files themselves. Update tests accordingly
The text was updated successfully, but these errors were encountered: