Mercurial > repos > greg > gregs_test_repo
annotate CADDSuite-1.0.1/data/OpenBabel/MACCS.txt @ 28:05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
author | greg |
---|---|
date | Tue, 15 Nov 2011 14:55:48 -0500 |
parents | |
children |
rev | line source |
---|---|
28
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
1 #Comments after SMARTS |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
2 # Extracted from RDKit r1553 Nov 2010 rdkit/Chem/MACCSKeys.py |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
3 # |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
4 # Copyright (C) 2001-2008 greg Landrum and Rational Discovery LLC |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
5 # |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
6 # @@ All Rights Reserved @@ |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
7 # This file is part of the RDKit. |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
8 # The contents are covered by the terms of the BSD license |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
9 # which is included in the file license.txt, found at the root |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
10 # of the RDKit source tree. |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
11 # |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
12 # SMARTS definitions for the publically available MACCS keys |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
13 |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
14 # I compared the MACCS fingerprints generated here with those from two |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
15 # other packages (not MDL, unfortunately). Of course there are |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
16 # disagreements between the various fingerprints still, but I think |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
17 # these definitions work pretty well. Some notes: |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
18 |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
19 # 1) most of the differences have to do with aromaticity |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
20 # 2) there's a discrepancy sometimes because the current RDKit |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
21 # definitions do not require multiple matches to be distinct. e.g. the |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
22 # SMILES C(=O)CC(=O) can match the (hypothetical) key O=CC twice in my |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
23 # definition. It's not clear to me what the correct behavior is. |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
24 # 3) Some keys are not fully defined in the MDL documentation |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
25 # 4) Two keys, 125 and 166, have to be done outside of SMARTS. |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
26 # 5) Key 1 (ISOTOPE) isn't defined |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
27 |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
28 # these are SMARTS patterns corresponding to the MDL MACCS keys |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
29 1:('?',0), # ISOTOPE |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
30 #2:('[#103,#104,#105,#106,#107,#106,#109,#110,#111,#112]',0), # ISOTOPE Not complete |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
31 2:('[#103,#104]',0), # ISOTOPE Not complete |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
32 3:('[Ge,As,Se,Sn,Sb,Te,Tl,Pb,Bi]',0), # Group IVa,Va,VIa Periods 4-6 (Ge...) *NOTE* spec wrong |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
33 4:('[Ac,Th,Pa,U,Np,Pu,Am,Cm,Bk,Cf,Es,Fm,Md,No,Lr]',0), # actinide |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
34 5:('[Sc,Ti,Y,Zr,Hf]',0), # Group IIIB,IVB (Sc...) *NOTE* spec wrong |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
35 6:('[La,Ce,Pr,Nd,Pm,Sm,Eu,Gd,Tb,Dy,Ho,Er,Tm,Yb,Lu]',0), # Lanthanide |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
36 7:('[V,Cr,Mn,Nb,Mo,Tc,Ta,W,Re]',0), # Group VB,VIB,VIIB (V...) *NOTE* spec wrong |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
37 8:('[!#6;!#1]1~*~*~*~1',0), # QAAA@1 |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
38 9:('[Fe,Co,Ni,Ru,Rh,Pd,Os,Ir,Pt]',0), # Group VIII (Fe...) |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
39 10:('[Be,Mg,Ca,Sr,Ba,Ra]',0), # Group IIa (Alkaline earth) |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
40 11:('*1~*~*~*~1',0), # 4M Ring |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
41 12:('[Cu,Zn,Ag,Cd,Au,Hg]',0), # Group IB,IIB (Cu..) |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
42 13:('[#8]~[#7](~[#6])~[#6]',0), # ON(C)C |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
43 14:('[#16]-[#16]',0), # S-S |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
44 15:('[#8]~[#6](~[#8])~[#8]',0), # OC(O)O |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
45 16:('[!#6;!#1]1~*~*~1',0), # QAA@1 |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
46 17:('[#6]#[#6]',0), #CTC |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
47 18:('[B,Al,Ga,In,Tl]',0), # Group IIIA (B...) *NOTE* spec wrong |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
48 19:('*1~*~*~*~*~*~*~1',0), # 7M Ring |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
49 20:('[Si]',0), #Si |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
50 21:('[#6]=[#6](~[!#6;!#1])~[!#6;!#1]',0), # C=C(Q)Q |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
51 22:('*1~*~*~1',0), # 3M Ring |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
52 23:('[#7]~[#6](~[#8])~[#8]',0), # NC(O)O |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
53 24:('[#7]-[#8]',0), # N-O |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
54 25:('[#7]~[#6](~[#7])~[#7]',0), # NC(N)N |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
55 26:('[#6]=;@[#6](@*)@*',0), # C$=C($A)$A |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
56 27:('[I]',0), # I |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
57 28:('[!#6;!#1]~[CH2]~[!#6;!#1]',0), # QCH2Q |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
58 29:('[#15]',0),# P |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
59 30:('[#6]~[!#6;!#1](~[#6])(~[#6])~*',0), # CQ(C)(C)A |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
60 31:('[!#6;!#1]~[F,Cl,Br,I]',0), # QX |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
61 32:('[#6]~[#16]~[#7]',0), # CSN |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
62 33:('[#7]~[#16]',0), # NS |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
63 34:('[CH2]=*',0), # CH2=A |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
64 35:('[Li,Na,K,Rb,Cs,Fr]',0), # Group IA (Alkali Metal) |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
65 36:('[#16R]',0), # S Heterocycle |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
66 37:('[#7]~[#6](~[#8])~[#7]',0), # NC(O)N |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
67 38:('[#7]~[#6](~[#6])~[#7]',0), # NC(C)N |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
68 39:('[#8]~[#16](~[#8])~[#8]',0), # OS(O)O |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
69 40:('[#16]-[#8]',0), # S-O |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
70 41:('[#6]#[#7]',0), # CTN |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
71 42:('F',0), # F |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
72 43:('[!C;!c;!#1;!H0]~*~[!C;!c;!#1;!H0]',0), # QHAQH |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
73 44:('?',0), # OTHER |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
74 45:('[#6]=[#6]~[#7]',0), # C=CN |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
75 46:('Br',0), # BR |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
76 47:('[#16]~*~[#7]',0), # SAN |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
77 48:('[#8]~[!#6;!#1](~[#8])(~[#8])',0), # OQ(O)O |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
78 49:('[!+0]',0), # CHARGE |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
79 50:('[#6]=[#6](~[#6])~[#6]',0), # C=C(C)C |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
80 51:('[#6]~[#16]~[#8]',0), # CSO |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
81 52:('[#7]~[#7]',0), # NN |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
82 53:('[!#6;!#1;!H0]~*~*~*~[!#6;!#1;!H0]',0), # QHAAAQH |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
83 54:('[!#6;!#1;!H0]~*~*~[!#6;!#1;!H0]',0), # QHAAQH |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
84 55:('[#8]~[#16]~[#8]',0), #OSO |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
85 56:('[#8]~[#7](~[#8])~[#6]',0), # ON(O)C |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
86 57:('[#8R]',0), # O Heterocycle |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
87 58:('[!#6;!#1]~[#16]~[!#6;!#1]',0), # QSQ |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
88 59:('[#16]!:*:*',0), # Snot%A%A |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
89 60:('[#16]=[#8]',0), # S=O |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
90 61:('*~[#16](~*)~*',0), # AS(A)A |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
91 62:('*@*!@*@*',0), # A$!A$A |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
92 63:('[#7]=[#8]',0), # N=O |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
93 64:('*@*!@[#16]',0), # A$A!S |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
94 65:('c:n',0), # C%N |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
95 66:('[#6]~[#6](~[#6])(~[#6])~*',0), # CC(C)(C)A |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
96 67:('[!#6;!#1]~[#16]',0), # QS |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
97 68:('[!#6;!#1;!H0]~[!#6;!#1;!H0]',0), # QHQH (&...) FIX: incomplete definition |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
98 69:('[!#6;!#1]~[!#6;!#1;!H0]',0), # QQH |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
99 70:('[!#6;!#1]~[#7]~[!#6;!#1]',0), # QNQ |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
100 71:('[#7]~[#8]',0), # NO |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
101 72:('[#8]~*~*~[#8]',0), # OAAO |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
102 73:('[#16]=*',0), # S=A |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
103 74:('[CH3]~*~[CH3]',0), # CH3ACH3 |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
104 75:('*!@[#7]@*',0), # A!N$A |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
105 76:('[#6]=[#6](~*)~*',0), # C=C(A)A |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
106 77:('[#7]~*~[#7]',0), # NAN |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
107 78:('[#6]=[#7]',0), # C=N |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
108 79:('[#7]~*~*~[#7]',0), # NAAN |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
109 80:('[#7]~*~*~*~[#7]',0), # NAAAN |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
110 81:('[#16]~*(~*)~*',0), # SA(A)A |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
111 82:('*~[CH2]~[!#6;!#1;!H0]',0), # ACH2QH |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
112 83:('[!#6;!#1]1~*~*~*~*~1',0), # QAAAA@1 |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
113 84:('[NH2]',0), #NH2 |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
114 85:('[#6]~[#7](~[#6])~[#6]',0), # CN(C)C |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
115 86:('[C;H2,H3][!#6;!#1][C;H2,H3]',0), # CH2QCH2 |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
116 87:('[F,Cl,Br,I]!@*@*',0), # X!A$A |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
117 88:('[#16]',0), # S |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
118 89:('[#8]~*~*~*~[#8]',0), # OAAAO |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
119 90:('[$([!#6;!#1;!H0]~*~*~[CH2]~*),$([!#6;!#1;!H0;R]1@[R]@[R]@[CH2;R]1),$([!#6;!#1;!H0]~[R]1@[R]@[CH2;R]1)]',0), # QHAACH2A |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
120 91:('[$([!#6;!#1;!H0]~*~*~*~[CH2]~*),$([!#6;!#1;!H0;R]1@[R]@[R]@[R]@[CH2;R]1),$([!#6;!#1;!H0]~[R]1@[R]@[R]@[CH2;R]1),$([!#6;!#1;!H0]~*~[R]1@[R]@[CH2;R]1)]',0), # QHAAACH2A |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
121 92:('[#8]~[#6](~[#7])~[#6]',0), # OC(N)C |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
122 93:('[!#6;!#1]~[CH3]',0), # QCH3 |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
123 94:('[!#6;!#1]~[#7]',0), # QN |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
124 95:('[#7]~*~*~[#8]',0), # NAAO |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
125 96:('*1~*~*~*~*~1',0), # 5 M ring |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
126 97:('[#7]~*~*~*~[#8]',0), # NAAAO |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
127 98:('[!#6;!#1]1~*~*~*~*~*~1',0), # QAAAAA@1 |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
128 99:('[#6]=[#6]',0), # C=C |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
129 100:('*~[CH2]~[#7]',0), # ACH2N |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
130 101:('[$([R]@1@[R]@[R]@[R]@[R]@[R]@[R]@[R]1),$([R]@1@[R]@[R]@[R]@[R]@[R]@[R]@[R]@[R]1),$([R]@1@[R]@[R]@[R]@[R]@[R]@[R]@[R]@[R]@[R]1),$([R]@1@[R]@[R]@[R]@[R]@[R]@[R]@[R]@[R]@[R]@[R]1),$([R]@1@[R]@[R]@[R]@[R]@[R]@[R]@[R]@[R]@[R]@[R]@[R]1),$([R]@1@[R]@[R]@[R]@[R]@[R]@[R]@[R]@[R]@[R]@[R]@[R]@[R]1),$([R]@1@[R]@[R]@[R]@[R]@[R]@[R]@[R]@[R]@[R]@[R]@[R]@[R]@[R]1)]',0), # 8M Ring or larger. This only handles up to ring sizes of 14 |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
131 102:('[!#6;!#1]~[#8]',0), # QO |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
132 103:('Cl',0), # CL |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
133 104:('[!#6;!#1;!H0]~*~[CH2]~*',0), # QHACH2A |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
134 105:('*@*(@*)@*',0), # A$A($A)$A |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
135 106:('[!#6;!#1]~*(~[!#6;!#1])~[!#6;!#1]',0), # QA(Q)Q |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
136 107:('[F,Cl,Br,I]~*(~*)~*',0), # XA(A)A |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
137 108:('[CH3]~*~*~*~[CH2]~*',0), # CH3AAACH2A |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
138 109:('*~[CH2]~[#8]',0), # ACH2O |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
139 110:('[#7]~[#6]~[#8]',0), # NCO |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
140 111:('[#7]~*~[CH2]~*',0), # NACH2A |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
141 112:('*~*(~*)(~*)~*',0), # AA(A)(A)A |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
142 113:('[#8]!:*:*',0), # Onot%A%A |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
143 114:('[CH3]~[CH2]~*',0), # CH3CH2A |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
144 115:('[CH3]~*~[CH2]~*',0), # CH3ACH2A |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
145 116:('[$([CH3]~*~*~[CH2]~*),$([CH3]~*1~*~[CH2]1)]',0), # CH3AACH2A |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
146 117:('[#7]~*~[#8]',0), # NAO |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
147 118:('[$(*~[CH2]~[CH2]~*),$(*1~[CH2]~[CH2]1)]',1), # ACH2CH2A > 1 |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
148 119:('[#7]=*',0), # N=A |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
149 120:('[!#6;R]',1), # Heterocyclic atom > 1 (&...) FIX: incomplete definition |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
150 121:('[#7;R]',0), # N Heterocycle |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
151 122:('*~[#7](~*)~*',0), # AN(A)A |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
152 123:('[#8]~[#6]~[#8]',0), # OCO |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
153 124:('[!#6;!#1]~[!#6;!#1]',0), # QQ |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
154 125:('?',0), # Aromatic Ring > 1 |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
155 126:('*!@[#8]!@*',0), # A!O!A |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
156 127:('*@*!@[#8]',1), # A$A!O > 1 (&...) FIX: incomplete definition |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
157 128:('[$(*~[CH2]~*~*~*~[CH2]~*),$([R]1@[CH2;R]@[R]@[R]@[R]@[CH2;R]1),$(*~[CH2]~[R]1@[R]@[R]@[CH2;R]1),$(*~[CH2]~*~[R]1@[R]@[CH2;R]1)]',0), # ACH2AAACH2A |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
158 129:('[$(*~[CH2]~*~*~[CH2]~*),$([R]1@[CH2]@[R]@[R]@[CH2;R]1),$(*~[CH2]~[R]1@[R]@[CH2;R]1)]',0), # ACH2AACH2A |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
159 130:('[!#6;!#1]~[!#6;!#1]',1), # QQ > 1 (&...) FIX: incomplete definition |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
160 131:('[!#6;!#1;!H0]',1), # QH > 1 |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
161 132:('[#8]~*~[CH2]~*',0), # OACH2A |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
162 133:('*@*!@[#7]',0), # A$A!N |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
163 134:('[F,Cl,Br,I]',0), # X (HALOGEN) |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
164 135:('[#7]!:*:*',0), # Nnot%A%A |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
165 136:('[#8]=*',1), # O=A>1 |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
166 137:('[!C;!c;R]',0), # Heterocycle |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
167 138:('[!#6;!#1]~[CH2]~*',1), # QCH2A>1 (&...) FIX: incomplete definition |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
168 139:('[O;!H0]',0), # OH |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
169 140:('[#8]',3), # O > 3 (&...) FIX: incomplete definition |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
170 141:('[CH3]',2), # CH3 > 2 (&...) FIX: incomplete definition |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
171 142:('[#7]',1), # N > 1 |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
172 143:('*@*!@[#8]',0), # A$A!O |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
173 144:('*!:*:*!:*',0), # Anot%A%Anot%A |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
174 145:('*1~*~*~*~*~*~1',1), # 6M ring > 1 |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
175 146:('[#8]',2), # O > 2 |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
176 147:('[$(*~[CH2]~[CH2]~*),$([R]1@[CH2;R]@[CH2;R]1)]',0), # ACH2CH2A |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
177 148:('*~[!#6;!#1](~*)~*',0), # AQ(A)A |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
178 149:('[C;H3,H4]',1), # CH3 > 1 |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
179 150:('*!@*@*!@*',0), # A!A$A!A |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
180 151:('[#7;!H0]',0), # NH |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
181 152:('[#8]~[#6](~[#6])~[#6]',0), # OC(C)C |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
182 153:('[!#6;!#1]~[CH2]~*',0), # QCH2A |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
183 154:('[#6]=[#8]',0), # C=O |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
184 155:('*!@[CH2]!@*',0), # A!CH2!A |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
185 156:('[#7]~*(~*)~*',0), # NA(A)A |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
186 157:('[#6]-[#8]',0), # C-O |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
187 158:('[#6]-[#7]',0), # C-N |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
188 159:('[#8]',1), # O>1 |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
189 160:('[C;H3,H4]',0), #CH3 |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
190 161:('[#7]',0), # N |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
191 162:('a',0), # Aromatic |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
192 163:('*1~*~*~*~*~*~1',0), # 6M Ring |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
193 164:('[#8]',0), # O |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
194 165:('[R]',0), # Ring |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
195 166:('?',0), # Fragments FIX: this can't be done in SMARTS |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
196 |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
197 # obabel -:"CNO" -oftp -xs |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
198 # 24: N-O 68: QHQH (&...) 69: QQH 71: NO 93: QCH3 94: QN 102: QO |
05d77a8faef7
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
greg
parents:
diff
changeset
|
199 # 124: QQ 131: QH > 1 *2 139: OH 151: NH 158: C-N 160: CH3 161: N 164: O |