SILCS-MC: Docking and Pose Refinement ------------------------------------- SILCS-MC Background ^^^^^^^^^^^^^^^^^^^ The power of SILCS lies in the ability to use FragMaps to rapidly evaluate binding of diverse ligands to a target. SILCS-MC is Monte-Carlo (MC) sampling of ligands in translational, rotational, and torsional space in the field of FragMaps. MC sampling uses CGenFF force field intramolecular energies and the Ligand Grid Free Energy (LGFE), which is the sum of atomic Grid Free Energies (GFEs). The Exclusion Map prevents ligand sampling where no probe or water molecules visited during SILCS simulations. SILCS-MC allows for rapid conformational sampling of the ligand while accounting for protein flexibility in a mean-field-like fashion since ligand affinity and volume exclusion are embedded in the combination of FragMaps and the Exclusion Map. Final ligand scoring is based on the LGFE score :cite:`Raman:2013`:cite:`Ustach:2019`. SILCS-MC can be used to generate and score binding poses for a ligand to a target using SILCS FragMaps that have been previously computed for that target (see :doc:`../silcs/silcs`). This can readily be done for a single ligand or a database of ligands. Two default conformational sampling protocols are available, "docking" and "pose refinement," as described in detail below. The docking protocol is useful when no information is available about the binding pose, as it entails extensive translational, rotational, and intramolecular conformational sampling. The pose refinement protocol is useful when a reasonable starting pose for the ligand is available, for example to re-score poses output by another high-throughput in silico screening tool. Instructions for developing custom SILCS-MC ligand conformational sampling protocols are provided at the end of this chapter. SILCS-MC Docking ^^^^^^^^^^^^^^^^ Docking is exhaustive sampling of a ligand's conformation in a given pocket to determine its most favorable orientation and internal geometry as defined by LGFE scoring. The pocket for the purposes of ligand sampling is defined as a sphere with a given radius and center; the same pocket is used for all ligands in a given SILCS-MC run. This protocol entails one MC run with the ligand for GPU jobs and five independent MC runs with the ligand for CPU jobs. This protocol is recommended for ligands with diverse chemotypes and unknown binding poses. When the pose of a parent ligand is known and SILCS-MC evaluations are to be performed over a congeneric series, the pose refinement protocol is recommended instead (see below). .. _silcsmc_docking_using_gui: SILCS-MC Docking Using the SilcsBio GUI ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1. **Begin a new SILCS-MC Docking project:** Select :guilabel:`New SILCS-MC Docking project` from the Home page. 2. **Enter a project name, select the remote server, and input files:** Enter a project name and select the remote server where the SILCS-MC docking jobs will run. Also, provide FragMap and protein input files. You may choose these files from the computer where you are running the SilcsBio GUI ("localhost") or from any server you have previously configured, as described in :ref:`file_and_directory_selection`. You will additionally need to provide a "Ligand SDF File" that contains the database of ligands to be docked. Note that users can modify ligands using the "Modify Ligand" utility available on the "Home Page" (see :ref:`build_ligand_mods_silcs`). .. warning:: Ligands in the "Ligand SDF File" must include all hydrogens, including pH-appropriate (de)protonations, and must have reasonable three dimensional conformations. .. figure:: images/silcsmc-docking-setup_border.png :width: 100% 3. **Select the SILCS-MC sampling protocol:** Once all information is entered correctly, press the "Setup" button at the bottom of the page. The page will update to list the number of ligands and show options for the sampling protocol ("Docking", "Pose Refinement", or "Pose Evaluation") and the sampling region. Select the "Docking" option and then press the "Select Pocket" button. .. figure:: images/silcsmc-docking-setup2_marked_border.png :width: 100% 4. **Define a SILCS-MC sampling region:** The GUI will now be showing the protein molecular graphic in the center pane. On the right-hand side in the "Pocket" tab, you can define the pocket center based on the center-of-geometry of a ligand pose ("Define Pocket using Ligand"), or a target residue selection ("Define Pocket using Selection"), or by directly entering an x, y, z coordinate ("Define Pocket by XYZ"). You may also adjust the sampling region's radius (default value "10" Å) by using the "+/–" buttons. If it is difficult to see the spherical pocket definition in the center panel, hide the protein surface representation. Click on the "Save Pocket" button and the "OK" acknowledgement to continue. .. warning:: Adjusting the radius of the spherical pocket may negatively impact the SILCS-MC sampling. Using a radius smaller than the default 10 Å reduces the size of the sampling region, which may disallow the generation of sufficient number of conformations leading to the optimal binding pose being missed. Using a radius larger than the default 10 Å increases the size of the sampling region, thereby increasing the computational cost and time of the SILCS-MC docking runs and increasing the number of irrelevant binding poses. .. figure:: images/silcsmc-docking-pocket-selection_border.png :width: 100% 5. **Launch SILCS-MC jobs:** You will be returned to the previous screen, which now includes "Sampling Region" information consisting of the spherical pocket center and radius. .. TIP:: If you ran Halogen SILCS simulations for your target, you can include the Halogen SILCS FragMaps in the SILCS-MC posing and scoring by checking the "Include Halogen FragMaps" box. .. figure:: images/silcsmc-docking-run-silcs-mc_marked_border.png :width: 100% You may now click the "Run SILCS-MC" button to start the SILCS-MC docking. Doing so will submit jobs to the remote server job schedular and list them in a pop-over window. Once all jobs are submitted, you may click on the "Setup Successful" button to dismiss the pop-over window and return to the previous screen, which will now show a "Simulation Progress" section. You may update this section by scrolling to the bottom of the screen and clicking the "Refresh" button. This will update the progress bars for all of the ligands being docked. 6. **Visualize SILCS-MC docked poses:** Once progress bars for all ligands reach 100%, click on the "Show Chart" button above the "Simulation Progress" section to proceed. .. figure:: images/silcsmc-docking-show-chart_marked_border.png :width: 100% Upon successful completion of this command in the pop-over window, you may click on the green "Data collection finished" button to return to the GUI. A new tab, labeled "Chart" will have been created in the right-hand panel. Under that tab, clicking on a ligand name will display that ligand. .. figure:: images/silcsmc-docking-show-chart-tab_marked_border.png :width: 100% Choosing the "GFE" tab in the right-hand panel will allow you to click on individual atoms within a ligand to see their atomic GFE values. The "GFE" tab will also display the sum of all GFE values of atoms selected in that ligand. .. figure:: images/silcsmc-docking-show-gfe_marked_border.png :width: 100% .. _silcsmc_docking_using_cli: SILCS-MC Docking Using the CLI ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Ligands can be docked using SILCS-MC docking through the following steps: 1. **Launch SILCS-MC docking runs:** To set up and run SILCS-MC docking from the command line interface, create a directory containing all the ligands to be evaluated. Each ligand can be stored as a separate SD or Mol2 file. Alternatively, all the ligands can be combined into a single SD file. With this information, enter the following command to set up and launch SILCS-MC docking runs: :: ${SILCSBIODIR}/silcs-mc/1_run_silcsmc_exhaustive prot= ligdir= *Required parameters:* - Path and name of protein PDB file: :: prot= - Path and name of directory containing ligand SD or Mol2 files: :: ligdir= If the ligdir option is used, only one molecule per file under ``ligdir`` will be processed for SILCS-MC docking. For an SD/SDF file containing multiple molecules, use ``sdfile=`` instead of the ``ligdir`` option. *Optional parameters:* - Path and name of directory containing FragMaps: :: mapsdir= - Name of the directory containing the SILCS-MC output: :: silcsmcdir= - Center of the spherical sampling region: :: center=<"x,y,z"; e.g., center="20,30,-2"; default=ligand's center of mass> If the center is not specified by the user, the default center will be calculated from the input ligand's center of mass, and the initial conformation of the ligand in the SILCS-MC docking runs will correspond to the conformation of the ligand in the input Mol2 or SD file. If the center is specified, then the conformation and orientation of the ligand will be randomized prior to the SILCS-MC docking runs. - Radius of the spherical sampling region: :: radius= - Path and name of ligand SD file: :: sdfile= If the ``sdfile`` option is used, the ``ligdir`` option is not needed and any input for the ``ligdir`` option will be overwritten. The ``sdfile`` option is recommended if the user has an SD file containing all ligands under investigation. - Inclusion of halogen FragMaps: :: halogen= If halogen FragMaps have been generated (see :ref:`silcs_fragmap_halogen`), they can be included in the SILCS-MC calculation to improve the scoring of halogen-containing compounds. To do so, add the ``halogen=true`` option to the ``1_run_silcsmc_exhaustive`` command. - Atom classification scheme: :: class= Users can use custom atom classification schemes if they wish. - Option to bundle jobs: :: bundle= When ``bundle=true`` multiple (single) jobs will be bundled into a single larger job. The number of jobs to be bundled can be set with the ``nproc`` parameter. - Number of jobs to bundle (when ``bundle=true``): :: nproc= .. warning:: Ligands, regardless of file format, must include all hydrogens, including pH-appropriate (de)protonations, and must have reasonable three dimensional conformations. 2. **Evaluate docked poses:** The SILCS-MC tool set allows users to easily evaluate docked poses generated from the SILCS-MC docking runs. Users can rank order and collect the docked poses using ``2_calc_lgfe_min_avg_sd`` (see :ref:`best_pose_retrieval`) and extract SILCS simulation snapshots in which the protein conformation best complements the docked conformation and orientation of the ligand using ``3_scan_traj`` (see :ref:`best_protlig_complex_retrieval`). For details on evaluating the resulting SILCS-MC docked poses, please refer to :ref:`assessment_docked_refined_pose`. .. _silcsmc_docking_protocol_details: SILCS-MC Docking Protocol Details ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ On computers using NVIDIA GPU with CUDA version 11 or later, SILCS-MC Docking spawns one independent job on one GPU and one CPU per ligand. On computers without NVIDIA GPU, SILCS-MC Docking spawns five independent single-core serial jobs per ligand. Each SILCS-MC run involves 1250 cycles (on computers with NVIDIA GPU) or a maximum of 250 cycles and a minimum of 50 cycles (on computers without NVIDIA GPU) of MC/SA sampling of the ligand within a defined spherical sampling space. Each of these cycles, regardless of GPU or CPU usage, consists of 10,000 steps of MC at a high temperature followed by 40,000 steps of SA towards a lower temperature. At the beginning of each cycle, the ligand will be reoriented within the predefined sphere. The MC sampling has three types of moves: i) molecular translations with a maximum step size of 1 Å, ii) molecular rotation with a maximum step size of 180 degrees, and iii) intramolecular dihedral rotations with a maximum step size of 180 degrees. For intramolecular dihedral rotations, only the rotatable dihedral angles are selected for MC moves. The lowest LGFE scoring pose from the MC sampling is used as starting pose in the following SA sampling. The SA sampling also involves the same three types of moves, but with a smaller step size compared to the MC sampling: i) molecular translations with a maximum step size of 0.2 Å, ii) molecular rotation with a maximum step size of 9 degrees and, iii) intramolecular dihedral rotations with a maximum step size of 9 degrees. The lowest LGFE scoring pose from the SA is saved in a multi-frame SD file: ``3_silcsmc//out/.sdf``. On computers using NVIDIA GPU, the MC/SA procedure continues until 1250 cycles have been completed. On computers without GPU, the LGFE score difference between the top three poses (defined by lowest LGFE scores) are evaluated after a minimum of 50 MC/SA cycles. If the LGFE score difference between the are less than 0.5 kcal/mol, then that run is considered converged and terminated. If the top three scored poses are separated by more 0.5 than kcal/mol, the MC/SA procedure continues either until the convergence criterion is met or until a maximum of 250 MC/SA cycles have been completed. SILCS-MC Pose Refinement ^^^^^^^^^^^^^^^^^^^^^^^^ The pose refinement protocol is designed to limit conformational sampling near the ligand input pose supplied by the user. Pose refinement is appropriate when there is high confidence in the input parent ligand pose. The sphere center for the pocket definition is automatically and independently computed for each and every ligand and is the center-of-geometry of that ligand's input coordinates. .. _pose_refinement_gui: SILCS-MC Pose Refinement Using the SilcsBio GUI ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ To use SILCS-MC Pose Refinement in the SilcsBio GUI, please see the previous section on running SILCS-MC docking from the SilcsBio GUI (:ref:`silcsmc_docking_using_gui`); in Step 3, select the "Pose Refinement" option. Note that there will be no "Select Pocket" step, as pose refinement assigns the pocket center based on the center-of-geometry of the input ligand on a per-ligand basis. For multiple input ligands in a single ``.sdf`` file, each ligand will have its own center-of-geometry used to define the pocket center. .. _pose_refinement_cli: SILCS-MC Pose Refinement Using the CLI ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1. **Launch SILCS-MC pose refinement runs:** To set up and run SILCS-MC pose refinement, create a directory containing all the ligands to be evaluated. Each ligand can be stored as a separate ``.mol2`` or ``.sdf`` file. Alternatively, all the ligands can be combined into a single ``.sdf`` file. With this information, enter the following command to set up and launch SILCS-MC refinement runs: :: ${SILCSBIODIR}/silcs-mc/1_run_silcsmc_local prot= \ ligdir= \ mapsdir= .. warning:: Ligands, regardless of file format, must include all hydrogens, including pH-appropriate (de)protonations, and must have reasonable three dimensional conformations. *Required parameters:* - Path and name of protein PDB file: :: prot= - Path and name of directory containing ligand SD or Mol2 files: :: ligdir= If the ligdir option is used, only one molecule per file under ``ligdir`` will be processed for SILCS-MC docking. For an SD/SDF file containing multiple molecules, use ``sdfile=`` instead of the ``ligdir`` option. *Optional parameters:* - Path and name of directory containing FragMaps: :: mapsdir= - Name of the directory containing the SILCS-MC output: :: silcsmcdir= - Path and name of ligand SD file: :: sdfile= If the ``sdfile`` option is used, the ``ligdir`` option is not needed and any input for the ``ligdir`` option will be overwritten. The ``sdfile`` option is recommended if the user has an SD file containing all ligands under investigation. - Inclusion of halogen FragMaps: :: halogen= If halogen FragMaps have been generated (see :ref:`silcs_fragmap_halogen`), they can be included in the SILCS-MC calculation to improve the scoring of halogen-containing compounds. To do so, add the ``halogen=true`` option. - Atom classification scheme: :: class= Users can use custom atom classification schemes if they wish. - Option to bundle jobs: :: bundle= When ``bundle=true`` multiple (single) jobs will be bundled into a single larger job. The number of jobs to be bundled can be set with the ``nproc`` parameter. - Number of jobs to bundle (when ``bundle=true``): :: nproc= 2. **Evaluate refined poses:** The SILCS-MC tool set allows users to easily evaluate refined poses generated from the SILCS-MC refinement runs. Users can rank order and collect the resulting poses using ``2_calc_lgfe_min_avg_sd`` (see :ref:`best_pose_retrieval`) and extract SILCS simulation snapshots in which the protein conformation best complements the refined conformation and orientation of the ligand using ``3_scan_traj`` (see :ref:`best_protlig_complex_retrieval`). For details on evaluating the resulting SILCS-MC refined poses, please refer to :ref:`assessment_docked_refined_pose`. SILCS-MC Pose Refinement Protocol Details ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ On computers using NVIDIA GPU with CUDA version 11 or later, SILCS-MC Pose Refinement spawns one independent job on one GPU and one CPU per ligand. On computers without NVIDIA GPU, SILCS-MC Pose Refinement spawns one independent single-core serial jobs per ligand. Each SILCS-MC run involves 1250 cycles (on computers with NVIDIA GPU) or 50 cycles (on computers without NVIDIA GPU) of MC/SA sampling of the ligand within a 1 Å sphere. The center of the sphere is defined as the center-of-geometry of the input ligand pose. Each of these cycles, regardless of GPU or CPU usage, consists of 100 steps of MC at high temperature followed by 1000 steps of SA towards a lower temperature. At the beginning of each cycle, the ligand orientation/conformation will be reset to the one found in the input file. MC sampling moves are: i) molecular translation with a maximum step size of 0.5 Å, ii) molecular rotation with a maximum step size of 15 degrees, and iii) intramolecular dihedral rotation with a maximum step size of 180 degrees. For intramolecular dihedral rotation, only the rotatable dihedral angles are selected for MC moves. The lowest LGFE scoring pose from the MC sampling is used as starting pose in the following SA sampling. SA sampling moves are smaller than for the MC phase: i) molecular translation with a maximum step size of 0.2 Å, ii) molecular rotation with a maximum step size of 9 degrees, iii) intramolecular dihedral rotation with a maximum step size of 9 degrees. The lowest LGFE scoring pose from the SA is saved in the multi-frame SD file ``3_silcsmc//out/.sdf``. SILCS-MC Pose Evaluation ^^^^^^^^^^^^^^^^^^^^^^^^ SILCS-MC pose evaluation allows the user to evaluate the LGFE of an already docked ligand to a target protein for which FragMaps have been pre-computed. The SILCS-MC pose evaluation protocol restricts the conformational sampling of the ligand input pose supplied by the user. Thus the resulting LGFE score corresponds to the ligand binding, in the same input pose, to the target protein. SILCS-MC Pose Evaluation Using the SilcsBio GUI ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ To calculate the LGFE of a pose without re-docking or refining the ligand conformation and orientation, please see the previous section on running SILCS-MC docking from the SilcsBio GUI (:ref:`silcsmc_docking_using_gui`); in Step 3, select the "Pose Evaluation" option. Note that there will be no "Select Pocket" step, as pose evaluation will only calculate the LGFE of the input ligand in its original orientation and conformation. .. _pose_evaluation_cli: SILCS-MC Pose Evaluation Using the CLI ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1. **Launch SILCS-MC pose evaluation runs:** To set up and run SILCS-MC pose evaluation, create a directory containing all the ligands to be evaluated. Each ligand can be stored as a separate ``.mol2`` or ``.sdf`` file. Alternatively, all the ligands can be combined into a single ``.sdf`` file. With this information, enter the following command to set up and launch SILCS-MC refinement runs: :: ${SILCSBIODIR}/silcs-mc/1_run_silcsmc_fixedpose prot= \ ligdir= \ mapsdir= .. warning:: Ligands, regardless of file format, must include all hydrogens, including pH-appropriate (de)protonations, and must have reasonable three dimensional conformations. *Required parameters:* - Path and name of protein PDB file: :: prot= - Path and name of directory containing ligand SD or Mol2 files: :: ligdir= If the ligdir option is used, only one molecule per file under ``ligdir`` will be processed for SILCS-MC docking. For an SD/SDF file containing multiple molecules, use ``sdfile=`` instead of the ``ligdir`` option. *Optional parameters:* - Path and name of directory containing FragMaps: :: mapsdir= - Name of the directory containing the SILCS-MC output: :: silcsmcdir= - Path and name of ligand SD file: :: sdfile= If the ``sdfile`` option is used, the ``ligdir`` option is not needed and any input for the ``ligdir`` option will be overwritten. The ``sdfile`` option is recommended if the user has an SD file containing all ligands under investigation. - Inclusion of halogen FragMaps: :: halogen= If halogen FragMaps have been generated (see :ref:`silcs_fragmap_halogen`), they can be included in the SILCS-MC calculation to improve the scoring of halogen-containing compounds. To do so, add the ``halogen=true`` option to the ``1_run_silcsmc_exhaustive`` command. - Atom classification scheme: :: class= Users can use custom atom classification schemes if they wish. - Option to bundle jobs: :: bundle= When ``bundle=true`` multiple (single) jobs will be bundled into a single, larger job. The number of jobs to be bundled can be set with the ``nproc`` parameter. - Number of jobs to bundle (when ``bundle=true``): :: nproc= 2. **Evaluate poses:** To extract the LGFE scores calculated by SILCS-MC pose evaluation, use ``2_calc_lgfe_min_avg_sd`` following the instructions detailed in :ref:`best_pose_retrieval`. Users can additionally extract SILCS simulation snapshots in which the protein conformation best complements the refined conformation and orientation of the ligand using ``3_scan_traj`` (see :ref:`best_protlig_complex_retrieval`). .. _silcsmc_pose_evaluation: SILCS-MC Pose Evaluation Protocol Details ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Pose evaluation initiates one single-GPU and single-CPU job (or single-core serial job on computers without NVIDIA GPU or without CUDA version 11 or later) per ligand, and involves a single step evaluation of LGFE. Technically, all step sizes are set to zero and only 1 step of MC and SA is performed in order to get the output LGFE. SILCS-MC Docking in Slab Mode ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ For a ligand to reach the active site of a protein, the ligand must diffuse into the active site. Characterizing ligand binding pathways can provide insights into ligand binding/unbinding kinetics and reveal potential protein "gateways" into active sites, which may be targeted for the binding of small molecules to block the active site. The Slab Mode of SILCS-MC docking allows users to dock ligands along a user-defined pathway. In the Slab Mode of SILCS-MC docking, the user defines the "start" and "end" point (large green and red circles in the figure below, respectively) of a linear pathway for the ligand to be docked along. With the user-defined pathway as the axis, a series of cylindrical sampling regions (red cylinders in the figure below) are constructed with a tunable "radius" and "thickness" spanning the entire length between the start and end point. Users may optionally add additional sampling cylinders beyond the start ("reverse") and end ("forward") points (small green and red circles in the figure below, respectively). After running SILCS-MC with Slab Mode, the docked poses of the ligand along the pathway, in sequential order, will be generated (right panel of the figure below). .. figure:: images/silcsmc-slab-graphic_marked.png :width: 90% SILCS-MC Slab Mode Docking Using the CLI ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Ligands can be docked along a user-defined pathway using the SILCS-MC Slab Mode docking through the following steps: 1. **Launch SILCS-MC Slab Mode Docking:** To set up and run SILCS-MC docking using the Slab Mode from the command line interface, create a directory containing all the ligands to be evaluated. Each ligand can be stored as a separaate SD of Mol2 file. Alternatively, all the ligands can be combined into a single SD file. Additionally, determine the start and end point, in Cartesian coordinates, of the pathway along which the ligand will be docked. With this information, enter the following command to set up and lauch the Slab Mode SILCS-MC docking run: :: $SILCSBIODIR/silcs-mc/1_run_silcsmc_slab prot= ligdir= start=<"x,y,z"> end=<"x,y,z"> *Required parameters:* - Path and name of protein PDB file: :: prot= - Path and name of directory containing ligand SD or Mol2 files: :: ligdir= If the ligdir option is used, only one molecule per file under ``ligdir`` will be processed for SILCS-MC docking. For an SD/SDF file containing multiple molecules, use ``sdfile=`` instead of the ``ligdir`` option. - Starting point of the pathway along which the ligand(s) will be docked: :: start=<"x,y,z"; e.g., start="20,30,-2"> - End point of the pathway along which the ligand(s) will be docked: :: end=<"x,y,z"; e.g., end="20,30,22"> *Optional parameters:* - Path and name of directory containing FragMaps: :: mapsdir= - Name of the directory containing the SILCS-MC output: :: silcsmcdir= - Increments in which the ligand will be docked along the pathway (thickness of the slab): :: thickness= - Sampling radius for each docking run along the pathway (radius of the slab): :: radius= - Extension of sampling beyond end point: :: forward= - Extension of sampling beyond starting point: :: reverse= - Path and name of ligand SD file: :: sdfile= If the ``sdfile`` option is used, the ``ligdir`` option is not needed and any input for the ``ligdir`` option will be overwritten. The ``sdfile`` option is recommended if the user has an SD file containing all ligands under investigation. 2. **Evaluate docked poses:** The SILCS-MC tool set allows users to easily evaluate docked poses generated from the SILCS-MC Slab Mode docking runs. Users can collect the docked poses along the specified pathway using ``2_calc_lgfe_min_avg_sd`` with the ``slab=true`` parameter (see :ref:`best_pose_retrieval`). In addition, using ``2_calc_lgfe_min_avg_sd`` will additionally collect and rank order the resulting docked poses. SILCS simulation snapshots in which the protein conformation best complements the refined conformation and orientation of the ligand using can also be extracted with ``3_scan_traj`` (see :ref:`best_protlig_complex_retrieval`). For details on evaluating the resulting SILCS-MC Slab Mode docked poses, please refer to :ref:`assessment_docked_refined_pose`. SILCS-MC Slab Mode Docking Protocol Details ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ SILCS-MC Slab Mode docking spawns a single gpu job per ligand. In SILCS-MC Slab Mode docking, the pathway along which the ligand(s) will be docked is divided into cylindrical slabs. By default, the cylindrical slabs are 2 Å thick with a radius of 5 Å. The thickness and radius of the cylindrical slabs can be customized in the command line interface (``thickness`` and ``radius`` optional parameters; see above). For each cylindrical slab, a maximum of 250 cycles and a minimum of 50 cycles of Monte Carlo/Simulated Annealing (MC/SA) sampling of the ligand within the cylindrical slab is performed. Each of these 250 cycles consists of 10,000 steps of MC at a high temperature followed by 40,000 steps of SA towards a lower temperature. At the begining of each cycle, the ligand will be reoriented within the cylindrical slab. The MC sampling has three types of moves: i) molecular translations with a maximum step size of 1.0 Å, ii) molecular rotations with a maximum step size of 180.0°, and iii) intramolecular dihedral rotations with a maximum step size of 180.0°. For intramolecular dihedral rotations, only the rotatable dihedral angles are selected for MC moves. The lowest LGFE scoring pose from the MC sampling is used as a starting pose in the folling SA sampling. The SA sampling also involves the same three types of moves, but with a smaller step size compared to the MC sampling: i) molecular translations with a maximum step size of 0.2 Å, ii) molecular rotations with a maximum step size of 9° and, iii) intramolecular dihedral rotations with a maximum step size of 9°. For each cylindrical slab, after a minimum of 50 MC/SA cycles, if the LGFE score difference between the top three poses (defined by lowest LGFE scores) are less than 0.5 kcal/mol, then the run is considered converged and terminated. If the top three scored poses are separated by more 0.5 than kcal/mol, then the MC/SA procedure continues either until the convergence criterion is met or until a maximum of 250 MC/SA cycles have been completed. At the end of all cycles per cylindrical slab, the lowest LGFE scoring pose for each cylindrical slab is saved and stored in a multi-frame SD file (3_silcsmc/1/out/.sdf) with each frame corresponding to the lowest LGFE scoring pose of a given cylindrical slab along the user-defined pathway. .. _assessment_docked_refined_pose: Assessment of SILCS-MC Docked/Refined Poses in CLI ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Upon completion of the SILCS-MC docking and/or refinement simulations, the resulting docked poses can be assessed using tools available with your SilcsBio software. To extract the structures of docked poses and evaluate their LGFE scores (energetic favorability) and 4DBA scores (bioavailability), follow the instructions in :ref:`best_pose_retrieval`. To extract protein conformations that complement SILCS-MC docked structures and generate a protein–ligand complex structure, follow the instructions in :ref:`best_protlig_complex_retrieval` after extracting the docked poses through :ref:`best_pose_retrieval`. .. _best_pose_retrieval: Best-Pose Retrieval ~~~~~~~~~~~~~~~~~~~ Once the SILCS-MC simulation is finished, users can retrieve the LGFE scores for each ligand subjected to SILCS-MC using the following command: :: $SILCSBIODIR/silcs-mc/2_calc_lgfe_min_avg_sd ligdir= The above command will rank order and collect the most energetically favorable (lowest LGFE) docked poses resulting from the SILCS-MC docking runs. The corresponding LGFE scores per ligand will be output in the ``3_silcsmc/lgfe.csv`` file (see below). The most energetically favorable binding pose(s) will be stored in the ``3_silcsmc/minconfpdb/`` folder in SD file format. Below is an example of the contents of the ``lgfe.csv`` output from this script: .. figure:: images/silcs-score.png :width: 60% An alternative to the LGFE score is the ligand efficiency (LE). The LE is calculated as the LGFE score divided by the number of heavy atoms in each ligand. .. math:: LE = \frac{LGFE}{N_\mathrm{HeavyAtoms}} *Required parameter:* - Path and name of directory containing ligand Mol2/SD files: :: ligdir= The same directory containing the ligand Mol2/SD files specified with ``ligdir`` in the previous ``1_run_silcsmc_exhaustive`` step should be used if the poses for all docked ligands are being collected. If only the poses for a subset of the docked ligands is desired, then a new directory containing the Mol2/SD files of the subset of ligands can be specified. If ``sdfile`` was used in the previous step, use the same ``sdfile`` parameter for this step. *Optional parameters:* - Name of the directory containing the SILCS-MC output: :: silcsmcdir= The ``silcsmcdir`` should correspond to the ``silcsmcdir`` specified in the previous ``1_run_silcsmc_exhaustive`` step. If no ``silcsmcdir`` was specified in the previous step, then the default ``silcsmcdir=3_silcsmc`` should be used. - Path and name of ligand SD file: :: sdfile= The same SD file should be used as in the previous ``1_run_silcsmc_exhaustive`` step. If the ``sdfile`` option is used, the ``ligdir`` option is not needed and any input for the ``ligdir`` option will be overwritten. The ``sdfile`` option is recommended if the user has an SD file containing all ligands under investigation. - Number of output poses: :: npose= By default, only the best scoring, based on LGFE, docked pose will be output. To ouput additional docked poses, use the ``npose`` parameter and specify the desired number of docked poses. E.g., if 5 poses are desired, using ``npose=5`` will result in the 5 best scoring poses being output. - Option to output docked poses in PDB format: :: pdb= When ``pdb=true`` the docked poses will be output in PDB format in addition to the default SD file format. - Option to output ligand SMILES strings: :: smiles= When ``smiles=true`` the output ``lgfe.csv`` file will include the ligand SMILES strings in the second column of the file. - Option to extract LGFEs and poses along a pathway for Slab Mode (when ``1_run_silcsmc_slab`` was used to dock): :: slab= When ``slab=true``, an additional output file ``lgfe_slab.csv`` will be produced. This file will contain the ligand name, step along the pathway (slab), and the ligand LGFE, ligand efficiency (LE), and center-of-geometry at that step. In conjunction with ``smiles=true``, the ligand SMILES strings will also be output into the second column of the ``lgfe_slab.csv`` file. In addition, an SD file containing the docked poses of the ligand along the user-defined pathway will be stored for each ligand in ``3_silcsmc/conf_slab/``. - Option to calculate 4DBA descriptors and 4DBA-LGFE scores: :: fourdba= When ``fourdba=true`` the four 4DBA descriptors of each input ligand will be calculated and output into ``lgfe-4dba.csv``. A high 4DBA score indicates that the ligand is bioavailable while a low 4DBA score indicates that the ligand is not bioavailable. For more information of 4DBA and LGFE-4DBA scores, please see :ref:`4dba_calculation`. - Path to python executable: :: python= The default python path can be checked using the ``which python`` command. The ``rdkit``, ``tqdm``, ``ipython`` and ``scipy`` packages must be installed for the 4DBA score calculation. Please refer to :ref:`python3_requirement` for more information. .. _best_protlig_complex_retrieval: Best Protein–Ligand Complex Retrieval ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ After retrieving the best ligand pose from SILCS-MC, users can visualize it in the context of SILCS FragMaps. However, since FragMaps are typically visualized with the initial protein structure, the docked ligand pose may overlap with the protein structure. The best protein–ligand complex retrival tool allows users to retrieve simulation snapshots, in which the conformation of the protein (or RNA) best complements the docked ligand, from the SILCS simulations. The most complementary conformations of the protein or RNA are determined by the favorability of non-bonded interactions between the protein/RNA and the docked ligand. To retrieve complementary conformations of the target protein/RNA, first extract the protein/RNA trajectory from SILCS simulations by re-running the ``silcs/2b_gen_maps`` step with the option ``traj=true``: :: ${SILCSBIODIR}/silcs/2b_gen_maps prot= traj=true Additionally, use ``oldversion=true`` if v2023.1 or older versions was used to to run ``2a_run_gcmd`` step, i.e., the simulation trajectories were saved without hydrogen atoms. The above command will generate ``traj.xtc`` and ``traj.pdb`` files as output, which will be used as input for the next step: :: ${SILCSBIODIR}/silcs-mc/3_scan_traj prot= ligdir= *Required parameters:* - Path and name of protein PDB file: :: prot= - Path and name of directory containing ligand Mol2/SD files: :: ligdir= *Optional parameters:* - Name of the output directory: :: outputdir= - Number of top frames to extract: :: top= The simulation snapshots are ranked by the interaction energy of the docked pose with the protein conformation extracted from the simulation snapshot. By default only the Lennard-Jones component of the interaction energy is considered, this can be changed using the ``sortby`` parameter. The lowest interaction energy conformation is considered the most energetically favored conformation and the corresponding frame will be ranked first. - Number of frames to skip while processing trajectory: :: skip= - Interaction energy component(s) used to rank the frames: :: sortby= Users can select from electrostatic (``ELEC``), Lennard-Jones (``LJ``) or total (``TOTAL``) interaction energies. By default, the simulation snapshots are ranked based on ``LJ``. - Option to ignore hydrogen atoms: :: noh= Users can choose to perform the energy calculation with protein hydrogen atoms ignored. Ligand hydrogen atoms will never be ignored. When ``noh=true``, this calculation will be performed in addition to the calculation with hydrogens. - Path and name of SD file: :: sdfile= Only one molecule in each Mol2/SD file under ``ligdir`` will be processed. If you have SD file with multiple molecules, use the ``sdfile`` option instead of the ``ligdir`` option. .. warning:: The calculation will automatically loop over all ligands in ``ligdir`` or ``sdfile``. If there are many ligands in ``ligdir`` or ``sdfile``, this calculation may require a long compute time, and if ``oldversion=true``, many output files may be produced. - Number of threads to use: :: nproc= - Specify calculation for v2023.x or older SilcsBio versions: :: oldversion= Use ``oldversion=true`` if the option was used to generate traj.xtc/pdb files in ``silcs/2b_gen_maps``. This option should be set to ``true`` if SilcsBio v2023.x or older versions were used to run the SILCS simulations (``silcs/2a_run_gcmd``). .. tip:: For users with access to both the SILCS-Small Molecule Suite and the CGenFF Suite, running standard MD simulation can be helpful to evaluate or refine the protein–ligand complex structure obtained from SILCS-MC Docking or Pose Refinement. The structure retrieved from the process described in :ref:`best_protlig_complex_retrieval` may be used to create the initial protein–ligand complex structure for further refinement using MD simulations. For more information on running standard MD simulations through the CGenFF Suite, please refer to :doc:`../cgenff/md`. .. _User_defined_protocols: User-Defined Protocols through the CLI ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ In addition to the default docking, pose refinement, and pose evaluation protocols, users can define their own SILCS-MC protocols. To do so, copy ``${SILCSBIODIR}/templates/silcs-mc/params_custom.tmpl`` to the location where you intend to run your custom SILCS-MC protocol. Edit this copy to reflect your customization; see below for a detailed description of user-definable parameters. Parameter values in angle brackets in this file, such as ````, will be replaced automatically at runtime where possible. After you have edited ``params_custom.tmpl``, use the following command to set up and run SILCS-MC. Each input ligand can be stored as a separate SD or Mol2 file. Alternatively, all input ligands can be combined in a single SD file. :: ${SILCSBIODIR}/silcs-mc/1_run_silcsmc_custom prot= \ ligdir= \ mapsdir= \ paramsfile= The number of runs that will be spawned can also modified with the command-line parameter ``totruns``: :: ${SILCSBIODIR}/silcs-mc/1_run_silcsmc_custom prot= \ ligdir= mapsdir= paramsfile= totruns=<# of runs> .. note:: ``.sdf``, ``.sd``, or ``.mol2`` files can be placed in the ``ligdir`` directory, and SILCS-MC will read a single molecule from each file. If a file contains multiple molecules, use of the ``ligdir`` option will result in only the first molecule in the file being processed. If you have an SD file with multiple molecules in it, replace ``ligdir=`` with ``sdfile=`` to process all molecules in the file. .. warning:: Ligands, regardless of file format, must include all hydrogens, including pH-appropriate (de)protonations, and must have reasonable three dimensional conformations. The full list of user-definable parameters for ``params_custom.tmpl`` is: * ``CGENFF_RULES `` (required) This file is needed by the internal CGenFF library to determine the correct force-field parameters for the ligand. The default value is ``${SILCSBIODIR}/data/cgenff/cgenff.rules`` * ``CGENFF_PAR `` (required) Along with the CGENFF_RULES file, this file is needed by the internal CGenFF library to determine the correct force-field parameters for the ligand. The default value is ``${SILCSBIODIR}/data/cgenff/par_all36_cgenff.prm`` * ``SILCS_RULES `` (required) This rules file is used to map the different atoms in the ligand to the corresponding SILCS FragMap types. This mapping is used to determine the appropriate "field" that will be applied to the different atoms in the ligand when attempting an MC-move. The default value is ``${SILCSBIODIR}/data/silcs/silcs_classification_rules_2021_generic_apolar_scale_1f.dat`` When ``silcs_classification_rules_2021_generic_apolar_scale_1f.dat`` is used, ligand atoms are assigned using generic classifications for mapping back to the FragMaps. Additional rules files are available in the ``${SILCSBIODIR}/data/silcs/`` for other mapping schemes, including for more specific classifications and for using halogen FragMaps (see :ref:`silcs_fragmap_halogen`). * ``GFE_CAP `` Maximum allowable unfavorable GFE (kcal/mol) in the MC calculation. * ``RDIE `` When true, the distance dependent dielectric (RDIE) scheme is used to treat intramolecular electrostatics. When false, CDIE (constant dielectric scheme) is used. * ``DIELEC_CONST `` Dielectric constant used in the intramolecular electrostatic interactions calculations. * ``MINIMIZE_INPUT `` Perform minimization of input structure. * ``MINIMIZE_BFGS `` Perform minimization of input structure using BFGS algorithm. * ``MIN_STEPS `` Maximum number of steps of minimization performed using the steepest-descent algorithm with the ligand, before initiating MC simulation. * ``EMTOL `` Minimization is converged when the diff in total energy (totE) across the last 10 steps is smaller than this value. Once this criteria is satisfied minimization terminates. * ``MC_MOVE_RANGE ``. Maximum range of translation, rigid body rotation and dihedral rotation per step of MC simulation. * ``MC_PRNT_FRQ `` Number of intermediate steps of MC to be written into OUTMCPDBFILE. * ``MC_STEPS `` Number of steps of MC simulation to be performed per cycle. * ``MC_RUN `` Number of MC simulation cycles to be performed. By default, SILCS-MC performs one cycle of MC simulation with ``MC_STEPS``. In some cases, when users want to generate poses and orientations, and then perform a local refinement for each pose, they can set ``MC_RUN`` to a higher value. * ``MC_STEPS2 `` Number of steps of MC simulation to be performed for later cycle of ``MC_RUN``, only when ``MC_RUN`` is larger than 1. By default, SILCS-MC performs one cycle (``MC_RUN`` = 1) of MC simulation with ``MC_STEPS``, and ``MC_STEPS2`` will be ignored. * ``MC_MOVE_RANGE2 ``. Maximum range of translation, rigid body rotation and dihedral rotation per step for ``MC_STEPS2``. * ``SIM_ANNEAL_MOVE_RANGE `` Maximum range of translation, rigid body rotation and dihedral rotation per step of simulated annealing simulation after MC simulation. * ``SIM_ANNEAL_STEPS `` Number of steps of simulated annealing to be performed per cycle. * ``INIT_RUNS `` Number of MC/SA cycles before initiating checks for convergence. * ``NUM_TOL `` Number of top-scoring cycles with differences in LGFE less than DELTAE_TOLERANCE, before this simulation (run) is considered converged. * ``DELTAE_TOLERANCE `` When differences in LGFE of NUM_TOL most-favorable cycles are less than this defined tolerance value, convergence is reached and the program exits * ``DELTAE_BUFF `` Progression of MC+SA from one cycle to next is such that LGFE (of lowest conf) from MC should be less than (prev_min+deltae_buff). This ensures that N cycles are proceeding towards a minimum lower than that previously discovered lowest energy conformation. * ``TOTE_CRITERIA `` When true, instead of LGFE, total energy (totE) of the system is used for convergence checks. Useful when running vacuum-phase MC simulations of the ligand. * ``TOT_RUNS `` Maximum number of MC simulation cycles. The program terminates if the ``DELTAE_TOLERANCE`` criteria is satisfied before reaching ``TOT_RUNS``. Alternately, even if the ``DELTAE_TOLERANCE`` criteria is not satisfied when the number of cycles executed reaches ``TOT_RUNS``, the program terminates. * ``RANDOM_SEED: `` Seed used in MC simulation. When not set, system-time is used as a seed. * ``SIMULATION_CENTER: `` Cartesian coordinates of where the MC simulation should be performed. * ``SIMULATION_RADIUS: `` Radius of the sphere within which MC simulation will be performed. * ``RANDOM_INIT_ORIENT: `` When set to ``TRUE``, ``SIMULATION_CENTER`` should also be set. The ligand is placed within a sphere of size ``SIMULATION_RADIUS`` in a random orientation and a random conformation. When set to ``FALSE``, then the center-of-geometry of the ligand is used as the center for the MC simulation. This is useful when the ligand pose in the pocket is well known. * ``ATOM_TO_RESTRAIN: `` When set, a spherical potential is applied to restrain the defined atom within the sphere during MC moves. This enables geometrically restraining a particular pharmacophore feature. Note, when using this feature, supply the full molecule with explicit hydrogens already added. Rrandom pocket pose and placement using ``RANDOM_INIT_ORIENT`` true is incompatible with this option. When not set, the entire molecule is free to rotate/move/translate * ``ATOM_RESTRAINT_CENTER: `` To be used in conjunction with ``ATOM_TO_RESTRAIN`` option. This value is used to defined the center of the spherical potential. * ``ATOM_RESTRAINT_RADIUS: `` To be used in conjunction with ``ATOM_TO_RESTRAIN`` option. This value is used to defined the radius of the spherical potential. When not defined, then a default of 1 A is used. * ``OUTRMSDFILE `` This file stores the RMSD and LGFE of the lowest energy conformation from each run of the MC/SA simulation. To be used in conjunction with ``RANDOM_INIT_ORIENT`` set to ``true``. * ``SILCSMAP `` (required) Multiple ``SILCSMAP`` entries are typically defined, with each entry pointing to a FragMap filename ````. ```` is used to scale atomic Grid Free Energies (GFEs) for ```` atoms in the ligand being scored. ```` entries here must correspond to those defined in the ``SILCS_RULES`` rules file described above. * ``OUTPUT_FORMAT [SDF|PDB]`` (required) Choice of output format. SDF or PDB is supported. * ``OUTPUT_FILE `` (required) This file stores the lowest energy conformation from each cycle of the MC/SA simulation. * ``LOGFILE `` This file stores the energy statistics of the lowest energy conformation from each cycle of the MC/SA simulation.