Skip to content

twrightsman/watersnake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Watersnake

Installation

Currently, the only platform supported by the PyPI package is Linux with a CPU that supports AVX-512.

pip install watersnake

Usage

>>> import watersnake
>>> aligner = watersnake.Aligner()
>>> aligner.align("ACTG", "ACTG")
'4M'

Building the package from source

Watersnake uses pixi for managing the build environment and tasks.

$ cd watersnake/
$ pixi run twine-check

About

Minimal WFA2-lib wrapper in Python

Resources

License

Stars

Watchers

Forks

Packages

No packages published