onecodex / finch-rs

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

Separate CLI and lib #52

Closed Keats closed 3 years ago

Keats commented 3 years ago

Closes #48

Keats commented 3 years ago

cc @maxbla

maxbla commented 3 years ago

You did all the hard work, but the purpose of the split is to check in a lockfile for finch. Only that will allow you to have a minimum supported version older than stable.

Keats commented 3 years ago

Yep, I will check in the lockfile for the cli, thanks for catching that

Keats commented 3 years ago

It should be ok now.