diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-05-20 02:43:41 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-05-20 02:43:41 +0000 |
commit | 1c4b3207256924d65508fa2045f622312c3f1678 (patch) | |
tree | 5c172716bed282963a78c88ca5d85346f001bea3 /wk6/pset | |
parent | ef98652266fd7e403cf123dfc15435dce690532e (diff) |
Sun, May 19, 2024, 7:43 PM -07:00
Diffstat (limited to 'wk6/pset')
-rw-r--r-- | wk6/pset/dna/dna.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/wk6/pset/dna/dna.py b/wk6/pset/dna/dna.py index cd79bd5..855feb7 100644 --- a/wk6/pset/dna/dna.py +++ b/wk6/pset/dna/dna.py @@ -34,6 +34,8 @@ def main(): # TODO: Find longest match of each STR in DNA sequence str1 = rows[0] print('36', str1) + str2 = str1 + print(str2) # TODO: Check database for matching profiles |