Re: [Rdkit-devel] rdkit.tanimoto_threshold
Open-Source Cheminformatics and Machine Learning
Brought to you by:
glandrum
|
From: Greg L. <gre...@gm...> - 2011-02-14 12:58:55
|
Adrian, the hack I use to get around this is to always start my connections with a "select 'c1ccccc1'::mol" After this (or any other call that uses the RDKit functions), the configuration parameters are visible. Not sure what causes this, but it would be a nice one to solve in a less hacky way. -greg On Mon, Feb 14, 2011 at 12:53 PM, Adrian Schreyer <am...@ca...> wrote: > I installed the latest version of the cartridge today and everything > is working fine, except for the rdkit configuration parameters, which > somehow disappeared after I restarted the server. All functions are > working normally though, so the configuration must still be there. > > show rdkit.tanimoto_threshold; > > ERROR: unrecognized configuration parameter "rdkit.tanimoto_threshold" > > ********** Error ********** > > ERROR: unrecognized configuration parameter "rdkit.tanimoto_threshold" > SQL state: 42704 > > Adrian > > ------------------------------------------------------------------------------ > The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: > Pinpoint memory and threading errors before they happen. > Find and fix more than 250 security defects in the development cycle. > Locate bottlenecks in serial and parallel code that limit performance. > http://p.sf.net/sfu/intel-dev2devfeb > _______________________________________________ > Rdkit-devel mailing list > Rdk...@li... > https://lists.sourceforge.net/lists/listinfo/rdkit-devel > |