onecodex / finch-rs

A genomic minhashing implementation in Rust
https://www.onecodex.com
MIT License
92 stars 8 forks source link

Add no_strict parameter to Python bindings #59

Closed jairideout closed 2 years ago

jairideout commented 2 years ago

Added no_strict=False parameter to sketch_file() Python bindings.

Note: I'm not a fan of double-negatives but this name (and default) matches finch_cli.

Closes DEV-7151