taps.apps.configs.docking¶
DockingConfig
¶
Bases: AppConfig
Docking application configuration.
Parameters:
-
name
(Literal[str]
, default:'docking'
) –Application name.
-
smi_file_name_ligand
(Path
) –Ligand SMILES string filepath.
-
receptor
(Path
) –Target receptor pdbqt filepath.
-
tcl_path
(Path
) –TCL script path.
-
initial_simulations
(int
, default:8
) –Number of initial simulations (must be at least 4).
-
num_iterations
(int
, default:3
) –Number of infer-simulate-train loops.
-
batch_size
(int
, default:8
) –Number of simulations per iteration.
-
seed
(int
, default:0
) –Random seed for sampling.
get_app
¶
get_app() -> App
Create an application instance from the config.