diff --git a/src/uniprot2s3/main.py b/src/uniprot2s3/main.py index 3b60a8c..c09b5e3 100644 --- a/src/uniprot2s3/main.py +++ b/src/uniprot2s3/main.py @@ -41,7 +41,7 @@ if RAW_DATA_DIR.is_dir(): UNIPROT_S3_DIR = Path(RAW_DATA_DIR).joinpath("s3") else: - UNIPROT_S3_DIR = "s3" + UNIPROT_S3_DIR = Path("data/raw/s3") UNIPROT_S3_DIR.mkdir(parents=True, exist_ok=True)