cdkr icon indicating copy to clipboard operation
cdkr copied to clipboard

get.volume giving error

Open garimaloh opened this issue 3 years ago • 8 comments

am trying to use get.volume to get the molecular volume. But i am getting error. Please would you help me to resolve the issue.

Here is my code:

mols <- parse.smiles(pep[4,SMILES])[[1]] convert.implicit.to.explicit(mols) get.tpsa(mols) [1] 624.96 get.volume(mols) Error in .jcall("RJavaTools", "Ljava/lang/Object;", "invokeMethod", cl, : org.openscience.cdk.exception.NoSuchAtomTypeException: The AtomType null could not be found

garimaloh avatar Jul 01 '21 03:07 garimaloh