We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 015f306 commit 4e2707fCopy full SHA for 4e2707f
alignment.py
@@ -2,8 +2,6 @@
2
#Python implementation to Smith-Waterman Algorithm for Homework 1 of Bioinformatics class.
3
#Forrest Bao, Sept. 26 <http://fsbao.net> <forrest.bao aT gmail.com>
4
5
-import sys, string
6
-
7
# zeros() was origianlly from NumPy.
8
# This version is implemented by alevchuk 2011-04-10
9
def zeros(shape):
0 commit comments