Skip to main content

Python wrapper for SSW alignment

Project description

# pyssw: python wrapper for Smith-Waterman Python Module

The C code for SWW alignment is derived from: [original source repository](https://github.com/mengyao/Complete-Striped-Smith-Waterman-Library)

Please cite this [PLOS ONE paper](http://dx.plos.org/10.1371/journal.pone.0082138) by Zhao et al. 2013

## Overview

SSW is 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. It can return 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 SSW open a gap, the gap open penalty alone is applied.

## Installation

from [PyPi](https://pypi.org/project/pyssw/)

pip install pyssw

or from source

git clone https://github.com/Runsheng/pyssw.git cd pyssw pip install .

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

pyssw-0.1.7-cp311-cp311-manylinux1_x86_64.whl (14.3 kB view hashes)

Uploaded CPython 3.11

pyssw-0.1.7-cp310-cp310-manylinux1_x86_64.whl (14.3 kB view hashes)

Uploaded CPython 3.10

pyssw-0.1.7-cp39-cp39-manylinux1_x86_64.whl (14.6 kB view hashes)

Uploaded CPython 3.9

pyssw-0.1.7-cp38-cp38-manylinux1_x86_64.whl (14.3 kB view hashes)

Uploaded CPython 3.8

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