diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-05-20 03:06:54 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-05-20 03:06:54 +0000 |
commit | 0552a2a217e527c11f70bc9371f083b44c5278bc (patch) | |
tree | b5180856ca43f4e67d1a004a56f8aa5077891fab /wk6 | |
parent | 6e7e394abc70a8c458054b1d7120a33406f823b0 (diff) |
Sun, May 19, 2024, 8:06 PM -07:00
Diffstat (limited to 'wk6')
-rw-r--r-- | wk6/pset/dna/dna.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wk6/pset/dna/dna.py b/wk6/pset/dna/dna.py index 986ed5d..a390056 100644 --- a/wk6/pset/dna/dna.py +++ b/wk6/pset/dna/dna.py @@ -36,7 +36,7 @@ def main(): # TODO: Find longest match of each STR in DNA sequence str1 = rows[0] print('38', str1['name']) - print('39', fields) + print('39', fields[1]) # TODO: Check database for matching profiles |