Example #1
0
def main():
    from sys import argv
    s,t = getMultipleSequences(argv[1])
    printListOfInts(find_motif(s,t))
Example #2
0
def main():
	s, t = getMultipleSequences(argv[1])
	print(hamming_dist(s,t))