| |
| log_file: "logfile_multi_system.log" |
| num_workers: 0 |
| force_cpu: false |
| cuda_device: 0 |
|
|
| |
| |
| data: |
| systems: |
|
|
| |
| - pdb_path: "/scratch/asengar/long_sim/apo_d2_inv_start/run6/heavy_chain.pdb" |
| json_path: "/scratch/asengar/long_sim/apo_d2_inv_start/run6/residues_data.json" |
| torsion_info_path: "/scratch/asengar/long_sim/apo_d2_inv_start/run6/condensed.json" |
|
|
| |
| - pdb_path: "/scratch/asengar/long_sim/apo_d1/run1/heavy_chain.pdb" |
| json_path: "/scratch/asengar/long_sim/apo_d1/run1/residues_data_0.5.json" |
| torsion_info_path: "/scratch/asengar/long_sim/apo_d1/run1/condensed.json" |
|
|
| |
| - pdb_path: "/scratch/asengar/long_sim/apo_A2AR/run1/heavy_chain.pdb" |
| json_path: "/scratch/asengar/long_sim/apo_A2AR/run1/residues_data_0.1.json" |
| torsion_info_path: "/scratch/asengar/long_sim/apo_A2AR/run1/condensed.json" |
|
|
| |
| - pdb_path: "/scratch/asengar/long_sim/apo_beta1/run1/heavy_chain.pdb" |
| json_path: "/scratch/asengar/long_sim/apo_beta1/run1/residues_data_0.5.json" |
| torsion_info_path: "/scratch/asengar/long_sim/apo_beta1/run1/condensed.json" |
|
|
| |
| - pdb_path: "/scratch/asengar/long_sim/apo_M1/heavy_chain.pdb" |
| json_path: "/scratch/asengar/long_sim/apo_M1/residues_data.json" |
| torsion_info_path: "/scratch/asengar/long_sim/apo_M1/condensed.json" |
|
|
| |
| - pdb_path: "/scratch/asengar/long_sim/apo_H1/heavy_chain.pdb" |
| json_path: "/scratch/asengar/long_sim/apo_H1/residues_data.json" |
| torsion_info_path: "/scratch/asengar/long_sim/apo_H1/condensed.json" |
|
|
| |
| - pdb_path: "/scratch/asengar/long_sim/apo_d3/heavy_chain.pdb" |
| json_path: "/scratch/asengar/long_sim/apo_d3/residues_data.json" |
| torsion_info_path: "/scratch/asengar/long_sim/apo_d3/condensed.json" |
|
|
| |
| - pdb_path: "/scratch/asengar/long_sim/apo_beta2/heavy_chain.pdb" |
| json_path: "/scratch/asengar/long_sim/apo_beta2/residues_data.json" |
| torsion_info_path: "/scratch/asengar/long_sim/apo_beta2/condensed.json" |
|
|
| |
| - pdb_path: "/scratch/asengar/long_sim/apo_h5t2a/heavy_chain.pdb" |
| json_path: "/scratch/asengar/long_sim/apo_h5t2a/residues_data.json" |
| torsion_info_path: "/scratch/asengar/long_sim/apo_h5t2a/condensed.json" |
|
|
| |
| - pdb_path: "/scratch/asengar/long_sim/apo_5ht1b/heavy_chain.pdb" |
| json_path: "/scratch/asengar/long_sim/apo_5ht1b/residues_data.json" |
| torsion_info_path: "/scratch/asengar/long_sim/apo_5ht1b/condensed.json" |
|
|
|
|
| |
| graph: |
| knn_value: 4 |
|
|
| |
| |
| hno_encoder: |
| hidden_dim: 16 |
| cheb_order: 4 |
| num_epochs: 5 |
| learning_rate: 0.0001 |
| batch_size: 16 |
| save_interval: 50 |
|
|
| decoder2: |
| num_epochs: 10 |
| learning_rate: 0.0003 |
| batch_size: 16 |
| base_loss_weight: 1.0 |
| save_interval: 500 |
| use_z_ref_ensemble: false |
|
|
| decoder2_settings: |
| conditioner_mode: "z_ref" |
| mlp_hidden_dim: 16 |
| num_hidden_layers: 12 |
| |
| pooling_type: "blind" |
| output_height: 50 |
| output_width: 2 |
|
|
| |
| dihedral_loss: |
| |
| use_dihedral_loss: false |
| |
| lambda_divergence: 0.1 |
| lambda_torsion_mse: 1.0 |
| divergence_type: "JS" |
|
|
| |
| data_augmentation: |
| enabled: true |
| ensemble_size: 50 |
| target_ca_rmsd: 1.0 |
|
|
| |
| structural_augmentation: |
| enabled: true |
| variants_per_system: 10 |
|
|
| |
| execution_settings: |
| limit_systems: 2 |
| max_frames_per_system: 500 |
|
|
| |
| output_directories: |
| checkpoint_dir: "checkpoints" |
| structure_dir: "structures" |
| latent_dir: "latent_reps" |
|
|