From 127359bbb4b83af3c9ca31f3470b0df2c85dd7c7 Mon Sep 17 00:00:00 2001 From: Hannah <84753929+hannahn281@users.noreply.github.com> Date: Mon, 1 May 2023 13:40:43 -0400 Subject: [PATCH] changed name of variable in input --- class_input.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/class_input.py b/class_input.py index d67bcfa..1e90d06 100644 --- a/class_input.py +++ b/class_input.py @@ -110,7 +110,7 @@ def reg_BLAST_search(self): # Adds each unique accession number to hits[] for record in blast_records.alignments: hit_rec = record.hit_id.split('|')[-2] - print("\t\tAnalyzing hit " + str(curr_hit_rec)) + print("\t\tAnalyzing hit " + str(hit_rec)) for hit in record.hsps: # Checks if hit meets the minimum coverage if provided