Skip to content

Commit

Permalink
fix first blast_rows instance
Browse files Browse the repository at this point in the history
  • Loading branch information
Donaim committed Jun 5, 2023
1 parent 8dc9dd1 commit b449323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intact/intact.py
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@ def intact( working_dir,

reference = st.subtype_sequence(subtype)
blast_it = blast_iterate(subtype, input_file) if check_internal_inversion or check_nonhiv or check_scramble else iterate_empty_lists()
blast_rows = []
blast_rows = next(blast_it)

for sequence in iterate_sequences(input_file):
sequence_errors = []
Expand Down

0 comments on commit b449323

Please sign in to comment.