Not yet, sorry.
Still on my list, but I'm not sure when it'll actually get done.
On Sun, Feb 23, 2020 at 8:56 PM Tim Dudgeon wrote:
> Hi Greg,
>
> Did you get a chance to add any more tests or docs here?
> I'm happy to help to improve the docs (see my recent message about RDKit
> from Java), but
Hi Greg,
Did you get a chance to add any more tests or docs here?
I'm happy to help to improve the docs (see my recent message about RDKit
from Java), but not sure where to start.
More specifically I'm wanting to run the equivalent to this Python code
from Java. Any hints would be appreciated
Hi Tim,
Unfortunately I don't have decent example code for using the standardizer
from Java. Normally I reference the tests, but in this case they are
extremely minimal:
https://github.com/rdkit/rdkit/blob/master/Code/JavaWrappers/gmwrapper/src-test/org/RDKit/MolStandardizeTest.java
I will try t
I'm trying to get my head round using the new standardizer code from Java.
Looks like this should be accessible from the RDKFuncs class, but I'm
failing at stage 1.
Simple example is:
package org.exmple;
import org.RDKit.RDKFuncs;
import org.RDKit.RWMol;
public class Simple {
static {
4 matches
Mail list logo