Metadata-Version: 2.1
Name: ssw
Version: 0.4.1
Summary: Smith-Waterman Sequence Aligner
Home-page: https://github.com/vishnubob/ssw
Author: Giles Hall
Author-email: giles@polymerase.org
License: UNKNOWN
Download-URL: https://github.com/vishnubob/ssw/archive/v0.4.1.tar.gz
Description: 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 CPU level.  This repository wraps the SSW library into an
        easy to install, high-level python interface with no external library dependancies.
        
        The SSW library is written by Mengyao Zhao and Wan-Ping Lee, and this python
        interface is maintained by Giles Hall.
        
Keywords: bioinformatics,sequence alignment,smith-waterman,genomics,proteomics
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Description-Content-Type: text/x-rst
