Skip to content

Instantly share code, notes, and snippets.

View shrividhatri's full-sized avatar

Shri Vidhatri shrividhatri

View GitHub Profile
@shrividhatri
shrividhatri / SmithWaterman.py
Last active October 8, 2021 07:51 — forked from radaniba/SmithWaterman.py
Smith Waterman Implementation in Python
#!/Users/Rad/anaconda/bin/python
# (c) 2013 Ryan Boehning
'''A Python implementation of the Smith-Waterman algorithm for local alignment
of nucleotide sequences.
'''
import argparse