Re: [Rdkit-discuss] single SMARTS for two patterns with Boolean OR

2017-09-19 Thread Dante
Hi Jim, Could you use the 'NOT' logical operator (!) in combination with recursive SMARTS to eliminate the cross-matches? Cheers, Dante On Tue, Sep 19, 2017 at 9:13 AM, James T. Metz via Rdkit-discuss < rdkit-discuss@lists.sourceforge.net> wrote: > Hello, > > Is it possible to

Re: [Rdkit-discuss] Stereochemistry breaks ReactionRunner.cpp

2015-11-30 Thread Dante
On Wed, Nov 18, 2015 at 1:13 PM, Dante <dante.esgrimi...@gmail.com> wrote: > Hi all, > > I have run across some errors when attempting to use RunReactants on > molecules with specified stereochemistry, as show in the below two example > cases: > > I notice that the same

[Rdkit-discuss] Stereochemistry breaks ReactionRunner.cpp

2015-11-18 Thread Dante
ent call last): File "", line 1, in RuntimeError: Invariant Violation >>> mol = AllChem.MolFromSmiles('OCC1OC(O)C(O)C(O)C1O') >>> mol = AllChem.AddHs(mol) >>> rxn.RunReactants([mol]) ((,),) Would anyone be able to shed light on why this might be occurring?

Re: [Rdkit-discuss] RDKit YYDEBUG Redefined error

2015-02-11 Thread Dante
/libutil.so.1 (0x7fec6abbe000) /lib64/ld-linux-x86-64.so.2 (0x7fec6cedb000) Is there a the wrong version of something being pointed to here? Thanks in advance, I'm afraid my Ubuntu knowledge isn't very good... Dante On Tue, Feb 10, 2015 at 11:08 PM, Greg Landrum greg.land

Re: [Rdkit-discuss] RDKit YYDEBUG Redefined error

2015-02-11 Thread Dante
Reinstalled and import rdkit.Chem seems to work fine. Still fails a bunch of tests but it seems to work alright regardless. On Wed, Feb 11, 2015 at 2:02 PM, Dante dante.esgrimi...@gmail.com wrote: The RDKit so files seem to be in the correct place, in /usr/lib/...they dont have dates

[Rdkit-discuss] RDKit YYDEBUG Redefined error

2015-02-10 Thread Dante
Hello, I am trying to install rdkit on Ubuntu 14.04, and am building from source so I can get the inchi functionality. When I run make, I get: [ 24%] Building CXX object Code/GraphMol/SmilesParse/CMakeFiles/SmilesParse.dir/smiles.tab.cpp.o smiles.yy:25:1: warning: YYDEBUG redefined In file