User cf4264f752
17-02-2015 14:46:51
Hi all,
I do have several connected questions. So maybe I'd better start with explaining my goal.
The goal is to standartize the visualization for all molecules we have in DB) With minimal amount of manual work.
1. So we have a number of templates that we want to use (about 300 I think). The question is will this work with several templates retrieved by internal sql:
select jc_standardize(c.structure,
'sep=~ config:clean:tb~cleaningTemplate:select structure from templa where id in(1,2,3)~outFormat:mol')
from chem_structs c
And if it does work - what is the sequence of applying templates?
2. a) If I'm applying template clean to several structures is there a way to find out was it applied successfully or not? and in case of using several templates - find out what are the templates that were successfully applied?
b) if the 'template' is substructure of the 'structure' (here I mean that 'structure' will be the hit when using jc_compare with 't:s' param with 'template' as input) it will always be applied or is there any threshold?
Actually, I saw some examples when 'structure' is found using substructure search by 'template', but performing template clean didn't give output different than original 'structure'.
3. Will the orientation of all molecules to which template clean was successfully applied be the same (in template part of course)
Environment:
Oracle environment:
Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
PL/SQL Release 11.2.0.4.0 - Production
CORE 11.2.0.4.0 Production
TNS for Linux: Version 11.2.0.4.0 - Production
NLSRTL Version 11.2.0.4.0 - Production
JChem owner: JCHEM_GG_EDITORIAL
JChem Server environment:
Java VM vendor: Oracle Corporation
Java version: 1.7.0_67
Java VM version: 24.65-b04
JChem version: 15.1.12.0
JChem Index version: 14102000
JDBC driver version: 11.2.0.3.0
Thanks, Alena