Skip to content

Commit

Permalink
Create bacalhau.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasTR authored Apr 26, 2023
1 parent 40120bc commit 91c6ba2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions configs_clean/bacalhau.yml
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

0 comments on commit 91c6ba2

Please sign in to comment.