forked from HannesStark/EquiBind
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
run_dirs: | ||
- flexible_self_docking # the resulting coordinates will be saved here as tensors in a .pt file (but also as .sdf files if you specify an "output_directory" below) | ||
inference_path: '/tmp-inputs' # this should be your input file path as described in the main readme | ||
test_names: timesplit_test | ||
output_directory: '/tmp-outputs' # the predicted ligands will be saved as .sdf file here | ||
run_corrections: True | ||
use_rdkit_coords: False # generates the coordinates of the ligand with rdkit instead of using the provided conformer. If you already have a 3D structure that you want to use as initial conformer, then leave this as False | ||
save_trajectories: False | ||
|
||
num_confs: 1 # usually this should be 1 |