summaryrefslogtreecommitdiff
path: root/wk6/pset/dna/dna.py
diff options
context:
space:
mode:
Diffstat (limited to 'wk6/pset/dna/dna.py')
-rw-r--r--wk6/pset/dna/dna.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/wk6/pset/dna/dna.py b/wk6/pset/dna/dna.py
index 4fd757a..424e4da 100644
--- a/wk6/pset/dna/dna.py
+++ b/wk6/pset/dna/dna.py
@@ -17,6 +17,7 @@ def main():
return
+# Given entire DNA sequence and an STR (ACTG) as inputs, outputs the longest repitition
def longest_match(sequence, subsequence):
"""Returns length of longest run of subsequence in sequence."""