Gigadock Warp
Description
Approximates a full Gigadock run with a mixture of FastROCS and docking.
Docks a random subset of molecules
Runs FastROCS on all input molecules using top scoring poses from the previous step as queries
Creates a feature vector for each molecule with the FastROCS Shape and Color tanimotos from the prior step, the bits of a 4K Tree fingerprint and several basic 2D properties.
Create a regression model of the score based on the molecule docked in the first step and the feature vector. The model will be a neural net model if the number of molecules being docked is greater than 100M and a linear if the number of molecule being docked is less than 100M and greater than 1M (the floe cannot dock fewer than 1M molecules, using Gigadock floe in these cases).
Predict the score of the un-docked molecules with the regression model.
Dock the molecules the regression model predicts to have the best scores.
Output Hit List of top scoring docked molecules.
See also
Details
Title : Gigadock WarpTags : Large Scale Floes Giga-Docking FRED HYBRID Docking Chemgauss4 Virtual Screening Model Pytorch Floes PredictionPython Name : gigadock_warp
Parameters
Inputs
Design Unit or Receptor Dataset(s) Dataset with the design unit (DU) (or old format receptor) to dock to. Multiple design units are allowed up to a limit of 10 for the Hybrid dock method (see ‘Docking Method’ parameter) and 2 otherwise. The behavior with multiple design units depends on the docking method. For ‘Fred’ or ‘FastFred’ each molecule will be docked to each design unit and the results from the best scoring design unit will be outputted, thus docking time (and cost) will scale roughly linearly with the number of design units. For ‘Hybrid’ each molecule will be docked only into to the design unit with the crystallographic bound ligand most similar (by ROCS Combo Tanimoto) to the molecule being docked, and docking time (and cost) will increase roughly by roughly 5% per addition design unit.Type : data_sourceRequired : TruePython Name : init_input_dataset Input Conformer Collection Input collection containing molecules to dock. The collection should have been created by the ‘Prepare Giga Collections’ floe. Several large pre-generated 3rd party vendor docking collections can be made available in to your organization upon request at no charge by e-mailing support@eyesopen.com (if your organization has already requested them you will already have to these pre-generated collections). The collection will be located in the ‘Organization Data->OpenEye Data->Gigadocking Collections’ folder which also automatically contains several smaller collections and collections containing random subsets of the larger vendor collections.Type : collection_sourceRequired : TruePython Name : input_conformer_collection
Outputs
Hit List Dataset Output dataset with the top scoring docked molecules.Type : dataset_outRequired : TrueDefault : Gigadock Warp Hit ListPython Name : hit_list_dataset FastROCS Query Poses Dataset Output dataset with the queries used by FastROCS. The queries are the cluster heads of the top scoring poses from the initial docking of a random subset of molecule from the input collection.Type : dataset_outRequired : TrueDefault : Gigadock Warp FastROCS QueriesPython Name : fastrocs_query_poses_dataset Output Design Unit(s) Dataset Output dataset containing a copy of the design unit(s) docked to.Type : dataset_outRequired : TrueDefault : Gigadock Warp Design UnitPython Name : output_design_units_dataset Gigadock Warp Temporary Collection Name of the collection to createType : collection_sinkRequired : TrueDefault : Temp CollectionPython Name : gigadock_warp_temporary_collection
Options
Hit List Size Size of the final hit list with the top scoring docked molecules.Type : integerRequired : TrueDefault : 10000Range : 1 to 100000Python Name : hit_list_size Docking Method Docking method to use. ‘Fred’ is the default structure based scoring method. ‘Hybrid’ biases the the docking towards poses that overlay the crystallographic ligand (the design unit(s) must have a bound ligand). ‘FastFred’ is a faster variant of ‘Fred’ (typically ~2x faster for single design units) that samples less and uses a simpler scoring function in the initial stages of docking.Type : stringRequired : FalseDefault : FredChoices :Fred, Hybrid, Fast FredPython Name : docking_method
Options: Model Training
The Gigadock Warp floe work by docking A random fraction of the input molecules , creating a regression model of the score from that subset and docking the molecule with the highest predicted score. These parameters control what fraction of molecules uses in the first and last stage.
Fraction Train The fraction of the input molecules that will be docked to create the training data for the score regression model. Increasing this value will increase the cost of the floe and decrease the minimum number of input molecules the floe requires to run (at the default value of 0.01 the minimum is 934600). Legal values for this parameter are between 0.1 and 0.001.Type : decimalRequired : TrueDefault : 0.01Range : 0.001 to 0.1Python Name : fraction_train Final Dock Fraction The number of top scoring molecules from FastROCS that are passed to the final docking step is equal to this fraction of the size of the input collection(s). Increasing this value will increase the cost of the floe. When docking fewer than ~100M molecules it is recommended that this value be test to 0.08. The legal values for this parameter are between 0.01 and 0.1.Type : decimalRequired : TrueDefault : 0.04Range : 0.01 to 0.1Python Name : final_dock_fraction
Options: Hardware
These parameters control the specifications of AWS instances used by the floe. In general there is no need to change these unless this floe fails with an error that indicates one of these parameters should be set to a value or instructed to by OpenEye support.
Training Instance Disk Space Required Disk Space on the machine(s) that will do model training. If this value is set to low for the number of input molecules the floe will fail quick with an error indicating the required number of setting. Higher values may result in longer run times because there will be fewer AWS GPU instance with the required amount of disk space and these may be in short supply on AWS. The total required disk space can be reduced by reducing the fraction of molecules that will be used as training data (see the ‘Options: Model Training -> Fraction Train’ parameter).Type : decimalRequired : FalseDefault : 3355443.2Range : 128.0 to 8589934592Python Name : training_instance_disk_space FastROCS Instance Types Instance type used by FastROCS. If unspecified an instance type will be chosen automaticallyType : stringRequired : FalseDefault : !cdns,!g4dn.metal,!g5.12xlarge,!g5.24xlarge,!g5.48xlarge,!g4dn.12xlarge,!g3s.,!p3.Python Name : fastrocs_instance_types FastROCS Spot Policy Control whether spot or non-spot instances will be used for FastROCS cubes. In general spot instances are cheaper than non-spot instances and using them will reduce the cost of the floe, however spot instances can be in short supply and thus using them may increase the run time of the floe. The settings of this parameter have the following meaning. Allowed: Use both spot and non spot instances. Required: Only spot instances will be used. Preferred: Floe will preferentially use spot instances, but non-spot will be used if spot instances are in short supply. NotPreferred: Floe will preferentially use non-spot instances, but spot instances will be used if non-spot instances are in short supply. Prohibited: Only non-spot instances will be used.Type : stringRequired : FalseDefault : PreferredChoices :Allowed, Preferred, NotPreferred, Prohibited, RequiredPython Name : fastrocs_spot_policy
Input Fields
These parameters specify the fields on the input datasets and/or collections these floes read data from. Note that parameters identifying a molecule field are special. If left empty the floe will read the molecule from the primary (i.e., default) molecule field on the input record. The primary molecule of a dataset can be identified in the UI by looking for star on its field badge.
Input Conformers Field Field on the input collection that holds the conformers of the molecules to be docked. If unspecified the default primary molecule field will be used.Type : field_parameter::molRequired : FalsePython Name : input_conformers_field
Output Fields
These parameters allow the user to change the default output fields this floe creates in the output datasets and/or collections. Note that parameters identifying a molecule field are special. If a molecule field is left empty the floe writes the molecule to the primary (i.e., default) molecule field of the record. The primary molecule of a dataset can be identified in the UI by looking for star on its field badge. CAUTION: If these parameters are modified the modifications must also be applied to the input fields of downstream floes that read fields written by this floe. If the downstream floe does not support specifying the input field then they may not work properly with the output of this floe if these settings are modified.
Docked Score Field Field on the output hit list and raw results collection that will contain the docked scoreType : field_parameter::floatRequired : FalseDefault : Chemgauss4Python Name : docked_score_field Docked Pose Field Field on the output hit list and raw results collection that will hold the docked pose. If unspecified the default primary mol field will be used.Type : field_parameter::molRequired : FalsePython Name : docked_pose_field Steric Score Field Output field with the steric score component of the docked molecule. This field will only be created on the output records if this parameter is specified.Type : field_parameter::floatRequired : FalsePython Name : steric_score_field Clash Score Field Output field with the clash score component of the docked molecule. This field will only be created on the output records if this parameter is specified.Type : field_parameter::floatRequired : FalsePython Name : clash_score_field Protein Desolv Score Field Output field with the protein desolvation score component of the docked molecule. This field will only be created on the output records if this parameter is specified.Type : field_parameter::floatRequired : FalsePython Name : protein_desolv_score_field Ligand Desolv Score Field Output field with the ligand desolvation score component of the docked molecule. This field will only be created on the output records if this parameter is specified.Type : field_parameter::floatRequired : FalsePython Name : ligand_desolv_score_field Ligand Desolv HB Score Field Output field with the ligand desolvation hydrogen bond score component of the docked molecule. This field will only be created on the output records if this parameter is specified.Type : field_parameter::floatRequired : FalsePython Name : ligand_desolv_hb_score_field Hydrogen Bond Score Field Output field with the hydrogen bond score component of the docked molecule. This field will only be created on the output records if this parameter is specified.Type : field_parameter::floatRequired : FalsePython Name : hydrogen_bond_score_field Design Unit Field Field on the ‘Output Design Unit(s) Dataset’ that will contain a copy of the design unit(s).Type : field_parameterRequired : FalseDefault : Design UnitPython Name : design_unit_field Design Unit ID Field Field on the ‘Output Design Unit(s) Dataset’ with a unique (for this run) identifier of the design unitType : field_parameter::intRequired : TrueDefault : Design Unit IDPython Name : design_unit_id_field Design Unit Link Field Field on the ‘Output Design Unit(s) Dataset’ containing a link to the design unitType : field_parameter::linkRequired : FalseDefault : Design Unit LinkPython Name : design_unit_link_field Bemis Murcko Field Output field for the Bemis Murcko core SMILES.Type : field_parameter::stringRequired : FalseDefault : Bemis Murcko SMILESPython Name : bemis_murcko_field Bemis Murcko ID Field Output Field with an integer ID of the Bemis Murcko core. All molecules with the same Bemis Murcko core SMILES will have the same ID, and those with different Bemis Murcko core SMILES will have different IDs. The IDs starts at 1 and increments by 1 each time a new Bemis Murcko core is seen. Thus this integer ID identifier depends on the order the records are passed unlike the Bemis Murcko core SMILES itself.Type : field_parameter::intRequired : FalseDefault : Bemis Murcko IDPython Name : bemis_murcko_id_field Bemis Murcko Rank Field Integer Field with the rank of the molecule within its Bemis Murcko family (i.e., the rank the molecule would have if the if the hit list contained only the molecules with the same Bemis Murcko core SMILES)Type : field_parameter::intRequired : FalseDefault : Bemis Murcko RankPython Name : bemis_murcko_rank_field Hetero Bemis Murcko Field Output field for the Hetero Bemis Murcko core SMILES.Type : field_parameter::stringRequired : FalseDefault : Hetero Bemis MurckoPython Name : hetero_bemis_murcko_field Hetero Bemis Murcko ID Field Output Field with an integer ID of the Hetero Bemis Murcko core. All molecules with the same Hetero Bemis Murcko core SMILES will have the same ID, and those with different Hetero Bemis Murcko core SMILES will have different IDs. The IDs starts at 1 and increments by 1 each time a new Hetero Bemis Murcko core is seen. Thus this integer ID identifier depends on the order the records are passed unlike the Hetero Bemis Murcko core SMILES itself.Type : field_parameter::intRequired : FalseDefault : Hetero Bemis Murcko IDPython Name : hetero_bemis_murcko_id_field Hetero Bemis Murcko Rank Field Integer Field with the rank of the molecule within its Hetero Bemis Murcko family (i.e., the rank the molecule would have if the if the hit list contained only the molecules with the same Hetero Bemis Murcko core SMILES)Type : field_parameter::intRequired : FalseDefault : Hetero Bemis Murcko RankPython Name : hetero_bemis_murcko_rank_field