Release Notes

v0.19.1 August 2020

  • Upgrades to OpenEye-orionplatform==3.0.0 the associated OpenEye Toolkits

New Cubes

  • New Spruce depiction cube which generates multiple interactive depictions of the design unit. The depictions are target-ligand interactions, b-factor visualization, 3) Iridium data visualization, and if electron density data is available, 4) ligand density coverage.
  • New DesignUnit Type ETL. OEDesignUnit have gotten native support in datarecord as Types.Chem.DesignUnit. This cube converts fields with the old design unit blob type and adds a new field with the native type. For backwards compatibility it currently preserves the existing field.
  • New Named Dataset Reader, Named File Reader, and Named Collection Reader read dataset, file and collection specified by their names. They allow floe developers to permenently customize their floes to utilize a specific resource.
  • New Calculate RMSD performs RMSD calculation between a 3D reference molecule and multi-conformation molecules.
  • New Find ShapeQuery identifies shape query in a record. If a shape query is not found, the cube looks for the primary molecule and creates a shape query from that molecule.
  • New Convert Shape Query to Record reads a shape query file (.sq) and converts the shape query to a record.
  • New Single File Reader reads a single file and emits its contents in a stream. It will throw a runtime error if two or more files are used as input.
  • New Record Splitting By Charges splits records into two streams by whether the molecule is charged.

Cube Updates

Removed Cubes

  • Removed DUFileToRecords cube which is no longer needed as Orion will automatically, upload and ETL an OEDU file to a record.

v0.18.2 April 2020

General Notice

  • Upgrades to OpenEye-orionplatform==2.4.5

New Cubes

  • New Record Counter Switch added that can switch floe path based on the number of records in the initializer port.
  • New Rotate Surface rotates a surface by a 3x3 matrix specified as a 9-element array in row-major order.
  • New Transform Surface transforms a surface using a supplied OETrans object.
  • New Translate Surface translates the surface using the supplied 3-element translation vector.
  • New cube_OptionalDatasetReaderCube to allow a user to pass an optional reference design unit to use when preparing new structures in Spruce.
  • New Input PDB/MMCIF/MTZ files, which is a re-work of the older and removed PDBFileToInputRecord. This cube takes a set of input PDB files, optional MTZ files, and optional metadata JSON files and pairs them up as input records for Spruce structure preparation.
  • New Input PDB codes, which is a re-work of the older and removed PDBCodeToInputRecords. This cube downloads PDB (fall-back to MMCIF) files and any associated MTZ files and puts them into records for Spruce structure preparation.
  • New Molecule Filtering cube has been added that filters molecules based on a user-defined filter type.
  • New Uncolor Molecule Graph cube has been added that uncolors molecular graphs i.e. removes certain atom and bond properties.
  • New Random N Record Selection cube has been added that randomly selects N records.
  • New Concatenate Records cube has been added that concatenates datasets.
  • New Classification Based on String Field cube has been added that allows classification of records based an a specified string field.
  • New String Fields Comparison to Sets of Strings cube has been added that filters out records based on the string data of reference records.

The following cubes have been added to mimic some of the stages of biomolecule preparation being done automatically in Spruce. They all, except the Spruce BioUnit Extract, take a dataset with designunits as input. The editing cubes updates the design units on the record. To be able to use them for downstream cubes or floes, after editing, the design units on the records must be converted to molecules or receptors (see conversion cubes section following this section).

  • New Spruce BioUnit Extract, which generates biological units from an input asymmetric unit crystal structure.
  • New Spruce sidechain builder cube, takes a dataset of designunits and builds out partial or missing sidechains.
  • New Spruce capping cube, takes a dataset of designunits and caps any chain breaks.
  • New Spruce swamp metal cube, takes a dataset of designunits and converts specified metals, e.g. Zn to Mg.
  • New Spruce mutation cube, takes a dataset of designunits and attempts to mutate specified residues.
  • New Spruce residue state cube, takes a dataset of designunits and changes the state of specified titratable residues.
  • New Spruce rotamers cube, takes a dataset of designunits and returns multiple records per design unit each with different rotamers of a specified residue (non-clashing is default, but optional).
  • New Spruce subset cube, takes a dataset of designunits and subsets them based on inputs, to remove entire design unit components or remove pieces specified by residue identifiers.
  • New Spruce subset within cube, takes a dataset of designunits and subsets a component of each design unit, e.g. subset the solvent to include only those within 5A of the protein and ligand components.
  • New Spruce Superpose, takes a dataset with a reference design unit and a dataset of designunits, and superposes each design unit in the dataset to the reference. Several superposition methods are available.
  • New Spruce minimize designunit cube, takes a dataset of designunits and minimizes parts of the designunits based on input parameters.

The following cubes have been added that convert design units to molecules or receptors, for use in subsequent cubes or floes.

  • New Spruce DU to Mol, which converts the design unit to a molecule and optionally splits out the ligand to a separate field. All the content in the design unit is output to the molecule, if less is required, first subset the design unit with the cubes: Spruce subset cube or Spruce subset within cube.
  • New Spruce DU to Receptor, is a cube split out from the old DUtoReceptorMDRecord, to split the two operations therein. This cube takes a DU and writes a receptor for use in docking.
  • New DU to MD Ready Record, is a cube split out from the old DUtoReceptorMDRecord, to split the two operations therein. This cube takes a DU and writes an complex (not including the ligand), that can be used in MD floes, e.g. Short Trajectory MD floes.

Cube Updates

  • The cube_DUFileToRecords, has been updated to take multiple input files.
  • The Spruce Prep, has been updated, to take an optional reference design unit using the initializer port, additional options for preparation have been exposed, and several of the input parameters have been updated to make parameter selection easier.
  • The MDL Substructure Map now emits unmatched molecules through the failure port.
  • The Exhaustive Docking (Single Receptor) now exits properly when initialization fails.
  • The Torsion Scan now has a torsion increment option to change the resolution of the torsion drive. It also fails more gracefully when coordinates cannot be generated or the torsion cannot be identified.
  • The Splitting Conformers now has the option to move conformer fields to the primary record after splitting.
  • The Prepare Molecule for 2D Depiction cube now can keep the coordinates of the primary molecule and store the 2D coordinates in a new field specified by a new string parameter.
  • The following changes have been made for the Move Field cube:
    • It now handles cases when the specified field does not exist on the record.
    • A new parameter has been added that allows to move records with missing field to the success port.
    • A fatal port has been added in order to handle cases when no field was renamed in any of the records.
  • The following changes have been made for the Structure to SMILES cube:
    • Meta.Hints.Chem.SMILES meta data is added to the SMILES field
    • It re-perceives all necessary perception upon request.
    • It noew generates the following SMILES: non-canonical, non-isomeric-canonical, and isomeric-canonical (default)

Removed Cubes

  • Removed DUtoTgtLigRecords cube which was unused.
  • The following cubes have been removed and replaced with the new Input PDB codes: GetPDBplusMap, PDBCodeToUrl, UrlToFile, PDBCodeToInputRecord, MultiplePDBCodesToInputRecord.
  • The following cubes have been removed and replaced with the new Input PDB codes: PDBFileToInputRecord, InputRecordtoDataset.
  • The following cubes have been removed and replaced with new Spruce DU to Receptor and new DU to MD Ready Record: DUtoReceptorMDRecord, ReceptorMDRecordToDataset, DUtoReceptorMDDataset.

v0.17.2 November 2019

General Notice

New Cubes

Cube Updates

v0.16.6 September 2019

General Notice

  • Upgrades to OpenEye-orionplatform==1.1.4
  • Upgrades to OpenEye-floereport==0.1.5
  • Static variables are no longer used, other than as the parameter variables.

New Cubes

Cube Updates

v0.16.0 July 2019

General Notice

  • Upgrades to OpenEye-orionplatform==1.0.0

v0.15.0 June 2019

General Notice

  • Upgrades to OpenEye-orionplatform==0.3.2

v0.14.0 June 2019

General Notice

New Cubes

  • New Gameplan Report Cube to report Gameplan results and app generated log files.
  • New Brood Report Cube to report Brood results and app generated log files.
  • New ROCS with Multi-conformer Query cube that works with a multi conformer query molecule.
  • New SingleReceptorPositCube specifically for single receptor pose prediction.
  • New DUtoTgtLigRecords to extract target and ligand DataRecords from OEDesignUnits.
  • New DatasetReaderOpt to read records with an optional data source.

Cube Updates

  • Exhaustive Docking (Single Receptor) no longer produce docked pose with unusually high docking scores.
  • ROCS, SubROCS and Best Overlay Transform now works with a single conformer query molecule only and no longer produce a Query Conformer field in the output record.
  • OEStructureBasedLigandDesignCube now checks for memory limits corresponding to the number of receptors and poser cash size before starting to pose.
  • Updated Brood documentation.
  • Updated Gameplan documentation.
  • Spruce cubes have been updated to use and output OEChem::OEDesignUnit object files (.oedu), which are new to the 2019.Apr release of the OpenEye Toolkits.

v0.13.6 March 2019

General Notice

  • Upgrades to OpenEye-orionplatform==0.1.14

New Cubes

Cube Updates

v0.13.4 November 2018

General Notice

Cube Updates

  • Minor fix to Omega Conformation to preserve molecule titles.
  • Speed up fix for many of the FreeFormConf cubes.
  • Updated the Hermite shape cubes for compatibility with the 2018.Oct release of the OpenEye Toolkits

v0.13.3 September 2018

General Notice

  • Upgrades to use OpenEye-orionplatform==0.1.7

New Cubes

Cube Updates

  • CalculateXLogPCube now calculates XLogP on the neutral form of the molecule. A new parameter has been added to the cube, called Keep Neutral Form<cube_param_CalculateXLogPCube_keep_neutral> that controls whether to keep the neutral form of the molecule after the calculation or restore the original input form.

v0.13.0 August 2018

General Notice

  • Upgrades to use OpenEye-orionplatform==0.1.0