Skip to content

Commit

Permalink
FIXUP
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshadfield committed Nov 4, 2024
1 parent 8673253 commit 6874995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phylogenetic/build-configs/inrb/curate_private_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def parse_sequences(fnames: list[str], fasta_header_idx: int|None) -> Sequences:

def fname_in_data_dir(fname: str) -> str:
# This assumes the folder structure used in mpox doesn't change...
data_dir = path.normpath(path.join(path.dirname(path.realpath(__file__)), "..", "data"))
data_dir = path.normpath(path.join(path.dirname(path.realpath(__file__)), "..", "..", "data"))
if not path.isdir(data_dir):
mkdir(data_dir)
return path.join(data_dir, fname)
Expand Down

0 comments on commit 6874995

Please sign in to comment.