Skip to content

Commit

Permalink
Merge pull request #39 from samnooij/patch-1
Browse files Browse the repository at this point in the history
Fix #38
  • Loading branch information
gbouras13 authored Aug 30, 2023
2 parents d575b60 + bf0abdb commit c34a9cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dnaapler/utils/all.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ def all_process_blast_output_and_reorient(
# no hit save for the output DF
message = "No_BLAST_hits"

genes.append(gene)
genes.append(message)
starts.append(message)
strands.append(message)
top_hits.append(message)
Expand Down

0 comments on commit c34a9cd

Please sign in to comment.