Skip to content

Commit

Permalink
solving liting
Browse files Browse the repository at this point in the history
  • Loading branch information
luissian committed Mar 27, 2024
1 parent 5ee4abd commit 53a25b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions taranis/allele_calling.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,9 +336,9 @@ def search_match_allele(self):
if self.aligment_request and result["allele_type"][allele_name] != "LNF":
# run alignment analysis
allele_seq = result["allele_details"][allele_name][14]
result["alignment_data"][
allele_name
] = taranis.utils.get_alignment_data(allele_seq, alleles)
result["alignment_data"][allele_name] = (
taranis.utils.get_alignment_data(allele_seq, alleles)
)
return result


Expand Down

0 comments on commit 53a25b8

Please sign in to comment.