File size: 517 Bytes
d7be1d1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
model:
  name: ProteinMPNN
  package_path: ../model/proteinmpnn
  base_dependency: OneScience
runtime:
  pythonpath: ../model
  onescience_root_env: ONESCIENCE_ROOT
inference:
  entry: ../scripts/inference.py
  input_dir: ../data/inputs
  output_dir: ../outputs
  weight_dir: ../weight/vanilla_model_weights
  ca_weight_dir: ../weight/ca_model_weights
  soluble_weight_dir: ../weight/soluble_model_weights
train:
  entry: ../scripts/training.py
  data_dir: ../data/pdb_2021aug02_sample
  output_dir: ../outputs/train