diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-05-20 02:49:12 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-05-20 02:49:12 +0000 |
commit | 00db5605db7598c2634f74c4782c34dc5e438b57 (patch) | |
tree | 98cb3075b1d8e9af721bf7bbbc9dd556b9486085 /wk6/pset/dna | |
parent | e26c7bb0c9f652c7af78a71ee8bbc1bab06cdd90 (diff) |
Sun, May 19, 2024, 7:49 PM -07:00
Diffstat (limited to 'wk6/pset/dna')
-rw-r--r-- | wk6/pset/dna/dna.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wk6/pset/dna/dna.py b/wk6/pset/dna/dna.py index cdf5044..3110e4e 100644 --- a/wk6/pset/dna/dna.py +++ b/wk6/pset/dna/dna.py @@ -34,6 +34,7 @@ def main(): # TODO: Find longest match of each STR in DNA sequence str1 = rows[0] print('36', str1['name']) + print(rows) # TODO: Check database for matching profiles |