User f7d8837169
25-04-2007 22:57:33
I trying to use JChem to calculate MCES using the following command:
java chemaxon.sss.search.MCS -v -q q.smiles -t t.smiles -m MCES -w
q.smiles contains:
C(C1CCCC1)C2=CC=CC=C2
t.smiles contains:
C1CCC(C1)C2=CC=CC=C2
my understating is that when trying to calculate MCES the algorithm will look for the substructure with maximum number of bonds!? the MCES for the case above should contain 7 bonds, but I get the MCES with 6 bonds instead.
JChem version 3.2.5
Oleg.
java chemaxon.sss.search.MCS -v -q q.smiles -t t.smiles -m MCES -w
q.smiles contains:
C(C1CCCC1)C2=CC=CC=C2
t.smiles contains:
C1CCC(C1)C2=CC=CC=C2
my understating is that when trying to calculate MCES the algorithm will look for the substructure with maximum number of bonds!? the MCES for the case above should contain 7 bonds, but I get the MCES with 6 bonds instead.
JChem version 3.2.5
Oleg.