Hello!
I tried using methods getCountFingerprint and getRawFingerprint . When I went in to look at the implementation of the methods, I saw the following.
public ICountFingerprint getCountFingerprint(IAtomContainer container) throws CDKException {
throw new UnsupportedOperationException();
}
public Map<String, Integer> getRawFingerprint(IAtomContainer iAtomContainer) throws CDKException {
throw new UnsupportedOperationException();
}
Is there a way to fix this? I tried jar CDK 2.2, 2.3 and maven dependencies but nothing has changed.
Hello!
I tried using methods getCountFingerprint and getRawFingerprint . When I went in to look at the implementation of the methods, I saw the following.
Is there a way to fix this? I tried jar CDK 2.2, 2.3 and maven dependencies but nothing has changed.