DockFormerPP / env_consts.py
bshor's picture
add dataset generation script
f9da277
raw
history blame contribute delete
342 Bytes
import os
TEST_INPUT_DIR = None
TEST_OUTPUT_DIR = None
THIS_FILE_DIR = os.path.dirname(os.path.abspath(__file__))
CKPT_PATH = os.path.join(THIS_FILE_DIR, "resources", "only_weights_102-240750.ckpt")
RUN_CONFIG_PATH = os.path.join(THIS_FILE_DIR, "resources", "run_config.json")
OUTPUT_PATH = os.path.join(THIS_FILE_DIR, "predicted_out.pdb")