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