Skip to content

Commit

Permalink
changed name of variable in input
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahn281 committed May 1, 2023
1 parent 2d1d9b9 commit 127359b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion class_input.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 127359b

Please sign in to comment.