File size: 1,135 Bytes
40e5504
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "project": "GPSite",
  "task": "protein binding-site inference",
  "entrypoint": "scripts/run_gpu_infer.sh",
  "default_command": "bash scripts/run_gpu_infer.sh 0 ./conf/example/demo.fa ./results/",
  "layout": {
    "conf": "Datasets, examples, images, license, and archived dependency source files.",
    "model": "GPSite fold checkpoints: fold0.ckpt to fold4.ckpt.",
    "scripts": "Prediction, feature extraction, model definition, and run scripts.",
    "weight": "External foundation-model weights used by ESMFold."
  },
  "paths": {
    "gpsite_root": "/public/home/scnb9biwet/jiangqq/GPSite-main",
    "prottrans_path": "/public/home/scnb9biwet/jiangqq/UniKP-main/prot_t5_xl_uniref50",
    "esmfold_hub_dir": "/public/home/scnb9biwet/jiangqq/GPSite-main/weight",
    "esmfold_weight": "/public/home/scnb9biwet/jiangqq/GPSite-main/weight/checkpoints/esmfold_3B_v1.pt",
    "esm2_weight": "/public/home/scnb9biwet/jiangqq/GPSite-main/weight/checkpoints/esm2_t36_3B_UR50D.pt",
    "esm2_contact_regression_weight": "/public/home/scnb9biwet/jiangqq/GPSite-main/weight/checkpoints/esm2_t36_3B_UR50D-contact-regression.pt"
  }
}