onecodex / finch-rs

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

Update circle CI to 2.0 config #34

Closed luizirber closed 5 years ago

luizirber commented 5 years ago

... and set up clippy and fmt, with fixes for current issues.

Note

I used the #[allow(clippy::map_entry)] attribute in the push method of MinHashKmers because fixing the clippy error might make the code harder to read.