Skip to content

Commit

Permalink
testing theory
Browse files Browse the repository at this point in the history
  • Loading branch information
hrshdhgd committed Sep 22, 2024
1 parent 93519dd commit f083df1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/uniprot2s3/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,10 @@
# Define UNIPROT_S3_DIR globally
if RAW_DATA_DIR.is_dir():
UNIPROT_S3_DIR = Path(RAW_DATA_DIR).joinpath("s3")
UNIPROT_S3_DIR.mkdir(parents=True, exist_ok=True)
else:
UNIPROT_S3_DIR = Path("data/raw/s3")
UNIPROT_S3_DIR.mkdir(parents=True, exist_ok=True)
UNIPROT_S3_DIR = None



# Function to read organisms from a CSV file and return a set
Expand Down

0 comments on commit f083df1

Please sign in to comment.