Package org.openscience.cdk.smsd.tools
Class MoleculeSanityCheck
java.lang.Object
org.openscience.cdk.smsd.tools.MoleculeSanityCheck
Deprecated.
SMSD has been deprecated from the CDK with a newer, more recent
version of SMSD is available at http://github.com/asad/smsd.
Class that cleans a molecule before MCS search.
- Author:
- Syed Asad Rahman <asad@ebi.ac.uk>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IAtomContainercheckAndCleanMolecule(IAtomContainer molecule) Deprecated.Modules for cleaning a moleculestatic voidconfigure(IAtomContainer mol) Deprecated.Fixes Aromaticity of the molecule i.e. need to find rings and aromaticity again since added H's
-
Constructor Details
-
MoleculeSanityCheck
public MoleculeSanityCheck()Deprecated.
-
-
Method Details
-
checkAndCleanMolecule
Deprecated.Modules for cleaning a molecule- Parameters:
molecule-- Returns:
- cleaned AtomContainer
-
configure
Deprecated.Fixes Aromaticity of the molecule i.e. need to find rings and aromaticity again since added H's- Parameters:
mol-
-