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
It would be nice if you could apply filters directly to a Sketch rather than extracting the Vec of MinHashes out first. This could also simplify some of the build code because we could just convert MinHashKmers (maybe we should call this SketchBuilder?) directly into a Sketch and then apply the filters to that (in e.g. mash_stream).
The text was updated successfully, but these errors were encountered:
It would be nice if you could apply filters directly to a Sketch rather than extracting the
Vec
of MinHashes out first. This could also simplify some of the build code because we could just convertMinHashKmers
(maybe we should call thisSketchBuilder
?) directly into aSketch
and then apply the filters to that (in e.g.mash_stream
).The text was updated successfully, but these errors were encountered: