From 54fc96fc63d135c8849a8d34ee8100097b270c00 Mon Sep 17 00:00:00 2001 From: luissian Date: Sun, 28 Jan 2024 16:22:27 +0100 Subject: [PATCH] Fixing liting --- taranis/reference_alleles.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/taranis/reference_alleles.py b/taranis/reference_alleles.py index bbee5a7..88912a9 100644 --- a/taranis/reference_alleles.py +++ b/taranis/reference_alleles.py @@ -1,4 +1,5 @@ import logging + # import numpy as np import os import re @@ -10,6 +11,7 @@ # from Bio import SeqIO from Bio.Seq import Seq from Bio import SeqIO + # from Bio.Blast.Applications import NcbiblastnCommandline from collections import OrderedDict from pathlib import Path