apcamargo / pycoverm

Simple Python interface to CoverM's fast coverage estimation functions
GNU General Public License v3.0
7 stars 2 forks source link

Provide binaries for Windows #12

Open jakobnissen opened 6 months ago

jakobnissen commented 6 months ago

If possible, it'd be nice to provide binaries for Windows. Currently, trying to install pycoverm on Windows will attempt to build from source, which requires Cargo + rustc. This is confusing, as neither show up as dependencies.

xref: https://github.com/RasmussenLab/vamb/issues/288

I can try to make a PR later.

apcamargo commented 6 months ago

If I'm not mistaken, I couldn't make rust-htslib compile on Windows. I can take a look at this again starting Monday. A PR is also welcomed, if you already have something in the works.