ReCEP / src /bce /utils /constants.py
NielTT's picture
Upload 108 files
e611d1f verified
from pathlib import Path
BASE_DIR = Path(__file__).resolve().parents[3] # Root directory of the project
EMBEDDING_DIR = BASE_DIR / "PDB_db/embeddings"
DISK_DIR = Path("/disk18T3/Yitao/project_1")
FULL_EMBEDDING_DIR = DISK_DIR / "embeddings/protein"