Skip to content

Update PyHMMER to v0.12.0 #8

@althonos

Description

@althonos

Hi!

Just a heads-up that with PyHMMER 0.12.0 I introduced (somewhat experimental) support for Windows! It works using MinGW and patching some parts of HMMER but overall passes the same test suite as the UNIX version so it should produce identical results.

I also changed some functions and properties (mostly making textual properties str instead of bytes), so at the moment the code will likely break; I think you can either:

In any case I'd recommend pinning versions in setup.py in case I break more stuff in the future, so even if you do update to v0.12.0 i'd put in setup.py:

install_requires=[
    "pyhmmer ~=0.12.0",
    "pyrodigal ~=3.0",
],

Cheers!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions