Skip to main content

Using Python to implement Needleman Wunsch and Smith Waterman algorithms

Introduction

Yuque Blog

Install

$ pip install pairwiseAlignment

Help

Usage: pairwiseAlignment [OPTIONS]  

  Using Python to implement Needleman Wunsch and Smith Waterman algorithms
  for pairwise sequence alignment

Options:
  -1, --seq1 TEXT        The first sequence.
  -2, --seq2 TEXT        The second sequence.
  -m, --match FLOAT      The match score.  [default: 1.0]
  -d, --mismatch FLOAT   The mismatch penalty.  [default: -1.0]
  -g, --gap FLOAT        The gap open penalty.  [default: -2.0]
  -e, --extension FLOAT  The gap extension penalty.  [default: -1.0]
  -o, --output TEXT      The output directory.  [default: output]
  -G, --global           Choose global alignment.[default]
  -L, --local            Choose local alignment.
  -n, --nosave           Do not save the alignment result.
  --help                 Show this message and exit

Download files

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

Source Distribution

pairwiseAlignment-0.2.3.tar.gz (8.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pairwiseAlignment-0.2.3-py3-none-any.whl (8.9 kB view details)

Uploaded Python 3

File details

Details for the file pairwiseAlignment-0.2.3.tar.gz.

File metadata

  • Download URL: pairwiseAlignment-0.2.3.tar.gz
  • Upload date:
  • Size: 8.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.12

File hashes

Hashes for pairwiseAlignment-0.2.3.tar.gz
Algorithm Hash digest
SHA256 20290f74bc48baa08ffe7b54fca1ccbf195aa688235eb9b693c1a8ae2a51a3bf
MD5 00d9daa36e88ba15e22ed85093d19fe3
BLAKE2b-256 31b4016cecce17f4052f8dd3b61eb1f7babd08a324212b26bdb8a91130aa12f5

See more details on using hashes here.

File details

Details for the file pairwiseAlignment-0.2.3-py3-none-any.whl.

File metadata

File hashes

Hashes for pairwiseAlignment-0.2.3-py3-none-any.whl
Algorithm Hash digest
SHA256 ac173f10cf59e78a70f8cfa2257135d0d4796ac313ecc69db5cf3324223c2f6d
MD5 44d6b9f97d78fbae27c16295b602fe86
BLAKE2b-256 1ea7e9f6005680dae0c21de9c508577d0e9b7448879d04e7a08de77e49b8407f

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.2.3 This release

2 files

0.2.2

2 files

0.2.1

2 files

0.2.0

2 files

0.1.9

3 files

0.1.8

2 files

0.1.7

2 files

0.1.6

2 files

0.1.5

3 files

0.1.4

2 files

0.1.3

2 files

0.1.2

2 files

0.1.1

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page