Dear All,
            I used pybel for matching smiles, but something wrong happend.
            /**Scripts**/
            smarts = pybel.Smarts([F,Cl,Br,I]C1=CC=CC=C1)
            matched_list = smarts.findall(sdf)
            /**End**/
            Can't find any matched molecule.
            But
            /**Scripts**/
            smarts = pybel.Smarts([F,Cl,Br,I]c1ccccc1)
            matched_list = smarts.findall(sdf)
            /**End**/
            Could find matched molecules.

            Could anyone help me?

Qianchengshen
------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
OpenBabel-discuss mailing list
OpenBabel-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbabel-discuss

Reply via email to