Align ligands.
Example usage
type: AlignLigands
config:
arg_string: "TODO"
method_type: FLEX/TUG/DEFAULT
input_field: "structure"
output_field: "aligned_structure"
?
(Optional)type: AlignLigands
input: ...
config:
label: label
Create a collection of rdkit Mols from a collection of SMILES strings or dictionaries containing SMILES strings.
Example usage
type: CreateMols
config:
mol_field: "mol"
elements:
- "CC(=O)C1=CC=C(C=C1)C(=O)O"
- "Cn1cnc2c1c(=O)n(C)c(=O)n2C"
- "CC(C)[C@H]1CCC(C)CC1O"
or
type: CreateMols
config:
smiles_field: "smiles"
mol_field: "mol"
elements:
- smiles: "CC(=O)C1=CC=C(C=C1)C(=O)O"
name: "Aspirin"
- smiles: "Cn1cnc2c1c(=O)n(C)c(=O)n2C"
name: "Caffeine"
mol_field string
smiles_field string
elements Array[?]
type: CreateMols
config:
mol_field: "mol_field"
smiles_field: "smiles_field"
elements:
- element
- element
- ...
Create a collection of schrodinger Structure objects from a collection of SMILES strings or dictionaries containing SMILES strings.
Example usage
type: CreateStructures
config:
structure_field: "structure"
elements:
- "CC(=O)C1=CC=C(C=C1)C(=O)O"
- "Cn1cnc2c1c(=O)n(C)c(=O)n2C"
- "CC(C)[C@H]1CCC(C)CC1O"
or
type: CreateStructures
config:
smiles_field: "smiles"
structure_field: "structure"
elements:
- smiles: "CC(=O)C1=CC=C(C=C1)C(=O)O"
name: "Aspirin"
- smiles: "Cn1cnc2c1c(=O)n(C)c(=O)n2C"
name: "Caffeine"
structure_field string
smiles_field string
elements Array[?]
type: CreateStructures
config:
structure_field: "structure_field"
smiles_field: "smiles_field"
elements:
- element
- element
- ...
Enumerate protonation states of ligands using Epik classic.
Example usage
type: EpikClassicProtonateLigands
config:
arg_string: "TODO"
epik_classic_infile: "epik_classic.in"
input_field: "structure"
output_field: "protonated_structure"
?
(Optional)type: EpikClassicProtonateLigands
input: ...
config:
label: label
Enumerate protonation states of ligands using Epik.
Example usage
type: EpikProtonateLigands
config:
arg_string: "TODO"
mode: #TODO
input_field: "structure"
output_field: "protonated_structure"
?
(Optional)type: EpikProtonateLigands
input: ...
config:
label: label
Flex align ligands.
Example usage
type: FlexAlignLigands
config:
arg_string: "TODO"
input_field: "structure"
output_field: "aligned_structure"
?
(Optional)type: FlexAlignLigands
input: ...
config:
label: label
Generate 3d docked poses from a collection of structures using Glide.
Example usage
type: GlideDock
config:
structure_field: "structure"
grid_file: "foo.grid"
reference_ligand_file: "reference_ligand.maegz"
glide_in_file: "settings.in"
poses_per_lig: 1
grid_file string
reference_ligand_file string
glide_in_file string
structure_field string
poses_per_lig int64
type: GlideDock
input: ...
config:
grid_file: "grid_file"
reference_ligand_file: "reference_ligand_file"
glide_in_file: "glide_in_file"
structure_field: "structure_field"
poses_per_lig: poses_per_lig
Filter ligands based on a series of criteria
Example usage
type: LigFilter
config:
ligfilter_file: ligfilter.txt
input_field: "structure"
?
(Optional)type: LigFilter
input: ...
config:
label: label
Perform LigPrep on a collection of molecules.
LigPrep works by expanding tautomeric and ionization states, ring conformations, and stereoisomers consistent with the input information to fully capture the relevant states of the molecule in 3D.
Example usage
type: LigPrep
config:
arg_string: "-nt -epik -s 32"
arg_string string
: (optional) The ligprep argstring to use. Defaults to "-nt -epik -s 32"
.
LigPrep Args
Ionization:
-epik Use Epik Classic for ionization and tautomerization
(Recommended, overrides -i).
-epikx Use Epik for ionization and tautomerization
(Recommended, overrides -i).
-emb, -epik_metal_binding
Run Epik with the metal_binding option so that states
appropriate for interactions with metal ions in
protein binding pockets are also generated.
-i {0,1,2} Ionization treatment: 0 - do not neutralize or ionize,
1 - neutralize only, 2 - neutralize and ionize
(Default: 1). Note that -epik option overrides -i and
always implies ionization and tautomerization.
-mg
input_field string
: (optional) The field to use as input. Must be a Structure
field.
Defaults to structure
.
output_field string
: (optional) The field to save the ligprepped structure to.
If it's the same as input_field
, the input field will be replaced.
Defaults to structure
.
type: LigPrep
input: ...
config:
arg_string: "arg_string"
input_field: "input_field"
output_field: "output_field"
Convert a collection of rdkit Mols to SMILES strings
Example usage
type: MolToSmiles
config:
input_field: "mol"
output_field: "smiles"
input_field string
output_field string
type: MolToSmiles
input: ...
config:
input_field: "input_field"
output_field: "output_field"
Convert a collection of rdkit Mols to schrodinger Structure objects
Example usage
type: MolToStructure
config:
input_field: "mol"
output_field: "structure"
input_field string
output_field string
type: MolToStructure
input: ...
config:
input_field: "input_field"
output_field: "output_field"
Pretty-print Beam Rows as JSON strings.
The expand
configuration option controls the formatting:
- If expand
is True, the JSON output is printed with indentation across multiple lines.
- If expand
is False (default), the JSON output is compact and printed on a single line.
Example usage
type: PrettyPrintJson
config:
expand: true
boolean
type: PrettyPrintJson
input: ...
config:
expand: true|false
Perform QikProp.
Example usage
type: QikProp
config:
arg_string: "TODO"
input_field: "structure"
string
: (optional) The qikprop argstring to use.type: QikProp
input: ...
config:
arg_string: "arg_string"
Read a collection of rdkit Mols from a file (or files) containing a newline separated list of SMILES strings.
Invalid SMILES strings are skipped. A warning is printed if silent is set to False.
Example usage
type: ReadMolsFromFile
config:
input_file: "ligands.smi"
input_file string
silent boolean
type: ReadMolsFromFile
config:
input_file: "input_file"
silent: true|false
Read a collection of schrodinger Structure objects from a file (or files).
Example usage
type: ReadStructuresFromFile
config:
input_file: "ligands.maegz"
string
type: ReadStructuresFromFile
config:
input_file: "input_file"
Convert a collection of SMILES strings to rdkit Mols
Example usage
type: SmilesToMol
config:
input_field: "smiles"
output_field: "mol"
input_field string
output_field string
type: SmilesToMol
input: ...
config:
input_field: "input_field"
output_field: "output_field"
Convert a collection of SMILES strings to schrodinger Structure objects
Example usage
type: SmilesToStructure
config:
input_field: "smiles"
output_field: "structure"
input_field string
output_field string
type: SmilesToStructure
input: ...
config:
input_field: "input_field"
output_field: "output_field"
Convert a collection of schrodinger Structure objects to rdkit Mols
Example usage
type: StructureToMol
config:
input_field: "structure"
output_field: "mol"
input_field string
output_field string
type: StructureToMol
input: ...
config:
input_field: "input_field"
output_field: "output_field"
Tug align ligands.
Example usage
type: TugAlignLigands
config:
arg_string: "TODO"
receptor_file: "receptor.maegz"
input_field: "structure"
output_field: "aligned_structure"
?
(Optional)type: TugAlignLigands
input: ...
config:
label: label
Write a collection of rdkit Mols to a file.
The transform expects input pcollection to contain schemad
rows with field named mol
containing rdkit Mol objects.
Example usage
type: WriteMolsToFile
config:
output_file: "ligands.smi"
string
type: WriteMolsToFile
input: ...
config:
output_file: "output_file"
Write a collection of schrodinger Structure objects to a file.
The transform expects input pcollection to contain schemad rows
with field named structure
containing schrodinger.Structure objects.
Example usage
type: WriteStructuresToFile
config:
output_file: "ligands.maegz"
string
type: WriteStructuresToFile
input: ...
config:
output_file: "output_file"
Read a collection of PDB structures from a list of PDB codes. Returns a Beam PCollection of Rows with the PDB code and its structure.
Example usage
type: ReadFromPDB
config:
pdb_codes:
- "1A2B"
- "3C4D"
preserve_caps: false
pdb_codes Array[string]
preserve_caps boolean
type: ReadFromPDB
config:
pdb_codes:
- "pdb_codes"
- "pdb_codes"
- ...
preserve_caps: true|false