Skip to content

Commit

Permalink
Add tqdm
Browse files Browse the repository at this point in the history
  • Loading branch information
bkille committed Jan 5, 2024
1 parent ef74e28 commit ed1e7f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions partition.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
from Bio.SeqRecord import SeqRecord
from Bio.Align import MultipleSeqAlignment
from logger import logger
from tqdm import tqdm


FASTA_SUFFIX_LIST = ".fasta, .fas, .fa, .fna, .ffn, .faa, .mpfa, .frn".split(", ")
Expand Down

0 comments on commit ed1e7f8

Please sign in to comment.