Skip to content

arogozhnikov/pyTMHMM

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pytmhmm_binaries

this is a fork of pyTMHMM https://github.com/bosborne/pyTMHMM

Things that were changed: minor updates for newer python versions / newer python packaging.

To build multilinux/musllinux binaries for x86 and arm:

CIBW_ARCHS_LINUX="x86_64 aarch64" uvx cibuildwheel --platform linux

publishing to pypi:

# binary distribution
uv publish wheelhouse/*.whl
# source distribution
uv publish

Published on pypi as pytmhmm_binaries.

About

Fork of TMHMM (TransMembrane helix Hidden Markov Model) with pre-compiled binaries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 73.5%
  • Cython 26.5%