Skip to content

Commit

Permalink
add some to-dos
Browse files Browse the repository at this point in the history
  • Loading branch information
lauraluebbert authored Feb 6, 2025
1 parent 64410ae commit 047c196
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gget/gget_ncbi_virus.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from datetime import datetime
from dateutil import parser

# !!! REMOVE BIOPYTHON DEPENDENCY
# !!! TO-DO: REMOVE BIOPYTHON DEPENDENCY
from Bio import SeqIO

from .utils import set_up_logger
Expand Down Expand Up @@ -158,6 +158,7 @@ def parse_date(date_str):
return None


# !!! TO-DO: Find ways to filter pre-download so you don't have to download a ton of seqs just to filter after
def filter_sequences(
fna_file,
metadata_dict,
Expand Down

0 comments on commit 047c196

Please sign in to comment.