onecodex / finch-rs

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

Make numpy an optional dependency #62

Closed jairideout closed 1 year ago

jairideout commented 1 year ago

Lib doesn't depend on numpy by default (which also avoids an implicit pyo3 dependency). Enable with --features numpy.

Also fixed a bunch of Clippy errors.

Closes DEV-7462