summaryrefslogtreecommitdiff
path: root/wk6/pset/dna
diff options
context:
space:
mode:
Diffstat (limited to 'wk6/pset/dna')
-rw-r--r--wk6/pset/dna/dna.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/wk6/pset/dna/dna.py b/wk6/pset/dna/dna.py
index 32947ea..2165054 100644
--- a/wk6/pset/dna/dna.py
+++ b/wk6/pset/dna/dna.py
@@ -30,7 +30,8 @@ def main():
sequence = sequence.join(file.readlines())
# TODO: Find longest match of each STR in DNA sequence
- str1 = rows
+ str1 = rows[0][2]
+ print(str1)
# TODO: Check database for matching profiles