summaryrefslogtreecommitdiff
path: root/wk6
diff options
context:
space:
mode:
Diffstat (limited to 'wk6')
-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 cde7aef..9276008 100644
--- a/wk6/pset/dna/dna.py
+++ b/wk6/pset/dna/dna.py
@@ -25,6 +25,7 @@ def main():
rows.append(row)
# TODO: Read DNA sequence file into a variable
+ database = '' + sys.argv[1]
sequence = ''
with open(sys.argv[1]) as file:
sequence = sequence.join(file.readlines())