Skip to main content

Python bindings for Complete-Striped-Smith-Waterman-Library (SSW) project

Project description

ssw-py: Striped Smith-Waterman SIMD accelerated Python Package for Use in Genomic Applications

Actions License PyPi

This library uses the excellent source code from this is original source repository

Please cite this PLOS ONE paper by Zhao et al. 2013 when using this software.

Overview

ssw-py provides a fast implementation of the Smith-Waterman algorithm, which uses the Single-Instruction Multiple-Data (SIMD) instructions to parallelize the algorithm at the instruction level.

Using ssw.AlignmentMgr, you can compute the Smith-Waterman score, alignment location and traceback path (CIGAR) of the optimal alignment accurately; and return the sub-optimal alignment score and location heuristically.

Note: When Striped Smith-Waterman opens a gap, the gap open penalty alone is applied.

Installation

from PyPi

$ pip install ssw-py

or from source

$ python setup.py install

Documentation

See documentation for help on using these bindings.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ssw-py-1.0.1.tar.gz (111.6 kB view hashes)

Uploaded Source

Built Distributions

ssw_py-1.0.1-cp311-cp311-win_amd64.whl (149.9 kB view hashes)

Uploaded CPython 3.11 Windows x86-64

ssw_py-1.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (431.4 kB view hashes)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

ssw_py-1.0.1-cp311-cp311-macosx_10_14_x86_64.whl (163.4 kB view hashes)

Uploaded CPython 3.11 macOS 10.14+ x86-64

ssw_py-1.0.1-cp310-cp310-win_amd64.whl (150.6 kB view hashes)

Uploaded CPython 3.10 Windows x86-64

ssw_py-1.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (411.8 kB view hashes)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

ssw_py-1.0.1-cp310-cp310-macosx_10_14_x86_64.whl (163.9 kB view hashes)

Uploaded CPython 3.10 macOS 10.14+ x86-64

ssw_py-1.0.1-cp39-cp39-win_amd64.whl (151.6 kB view hashes)

Uploaded CPython 3.9 Windows x86-64

ssw_py-1.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (410.0 kB view hashes)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

ssw_py-1.0.1-cp39-cp39-macosx_11_0_arm64.whl (160.5 kB view hashes)

Uploaded CPython 3.9 macOS 11.0+ ARM64

ssw_py-1.0.1-cp39-cp39-macosx_10_14_x86_64.whl (164.8 kB view hashes)

Uploaded CPython 3.9 macOS 10.14+ x86-64

ssw_py-1.0.1-cp38-cp38-win_amd64.whl (151.5 kB view hashes)

Uploaded CPython 3.8 Windows x86-64

ssw_py-1.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (409.3 kB view hashes)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

ssw_py-1.0.1-cp38-cp38-macosx_10_14_x86_64.whl (163.9 kB view hashes)

Uploaded CPython 3.8 macOS 10.14+ x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page