Exemplo n.º 1
0
def main():
    from sys import argv
    s,t = getMultipleSequences(argv[1])
    printListOfInts(find_motif(s,t))
Exemplo n.º 2
0
def main():
	s, t = getMultipleSequences(argv[1])
	print(hamming_dist(s,t))