Re: [Rdkit-discuss] Standardizer code from Java

2020-02-24 Thread Greg Landrum
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

Re: [Rdkit-discuss] Standardizer code from Java

2020-02-23 Thread Tim Dudgeon
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

Re: [Rdkit-discuss] Standardizer code from Java

2019-12-27 Thread Greg Landrum
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