File: ringtyp.txt

package info (click to toggle)
openbabel 2.3.1%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 76,164 kB
  • sloc: cpp: 316,390; ansic: 91,270; python: 6,971; perl: 6,591; pascal: 793; sh: 193; xml: 97; ruby: 55; makefile: 38; java: 23; cs: 14
file content (71 lines) | stat: -rw-r--r-- 3,003 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
##############################################################################
#                                                                            #
#	                Open Babel file: ringtyp.txt                             #
#                                                                            #
#  Copyright (c) 2007 Tim Vandermeersch                                      #
#  Part of the Open Babel package, under the GNU General Public License (GPL)#
#                                                                            #
# SMARTS patterns for ring typing (used by typer.cpp:OBRingTyper)            #
# (involved in MMFF94 atom typing, among other things)                       #
#                                                                            #
# RINGTYP: used to assign the ring types                                     #
#                                                                            #
##############################################################################

#
# 5 membered rings
#
#	ring name		smarts pattern
RINGTYP	thiophene		s1cccc1
RINGTYP	furan			o1cccc1
RINGTYP	pyrrole			n1cccc1

RINGTYP	thiazole		s1c[nD2]cc1
RINGTYP	thiazole_cation		s1c[nD3]cc1 # needed by MMFF
RINGTYP	oxazole			o1c[nD2]cc1
RINGTYP	oxazole_cation		o1c[nD3]cc1 # needed by MMFF
RINGTYP	imidazole		[nD3]1c[nD2]cc1
RINGTYP	imidazole_cation	[nD3]1c[nD3]cc1 # needed by MMFF

RINGTYP	isothiazole		s1[nD2]ccc1
RINGTYP	isothiazole_cation	s1[nD3]ccc1 # needed by MMFF
RINGTYP	isoxazole		o1[nD2]ccc1
RINGTYP	isoxazole_cation	o1[nD3]ccc1 # needed by MMFF
RINGTYP	pyrazole		[nD3]1[nD2]ccc1
RINGTYP	pyrazole_anion		[nD2]1[nD2]ccc1 # needed by MMFF


RINGTYP	1,2,3-thiadiazole		s1[nD2][nD2]cc1
RINGTYP	1,2,3-thiadiazole_cation	s1[nD2][nD3]cc1 # needed by MMFF
RINGTYP	1,2,4-thiadiazole		s1[nD2]c[nD2]c1
RINGTYP	1,2,4-thiadiazole_cation	s1[nD2]c[nD3]c1 # needed by MMFF
RINGTYP	1,3,4-thiadiazole		s1c[nD2][nD2]c1
RINGTYP	1,3,4-thiadiazole_cation	s1c[nD2][nD3]c1 # needed by MMFF

RINGTYP	1,2,3-oxadiazole		o1[nD2][nD2]cc1
RINGTYP	1,2,3-oxadiazole_cation		o1[nD2][nD3]cc1 # needed by MMFF
RINGTYP	1,2,4-oxadiazole		o1[nD2]c[nD2]c1
RINGTYP	1,2,4-oxadiazole_cation		o1[nD2]c[nD3]c1 # needed by MMFF

RINGTYP	1,2,3-triazole		[nD3]1[nD2][nD2]cc1
RINGTYP	1,2,3-triazole_anion	[nD2]1[nD2][nD2]cc1 # needed by MMFF
RINGTYP	1,2,4-triazole		[nD3]1[nD2]c[nD2]c1
RINGTYP	1,2,4-triazole_anion	[nD2]1[nD2]c[nD2]c1 # needed by MMFF
RINGTYP	1,3,4-triazole		[nD3]1c[nD2][nD2]c1
RINGTYP	1,3,4-triazole_cation	[nD3]1c[nD3][nD2]c1 # needed by MMFF

RINGTYP	1,2,3,4-tetrazole		[nD3]1[nD2][nD2][nD2]c1
RINGTYP	1,2,3,4-tetrazole_cation	[nD3]1[nD2][nD2][nD3]c1 # needed by MMFF
RINGTYP	1,2,3,5-tetrazole		[nD3]1[nD2][nD2]c[nD2]1
RINGTYP	1,2,3,5-tetrazole_anion 	[nD2]1[nD2][nD2]c[nD2]1 # needed by MMFF

#
# 6 membered rings
#
#	ring name		smarts pattern
RINGTYP	benzene			c1ccccc1
RINGTYP	pyridine		n1ccccc1
RINGTYP	pyridazine		n1ncccc1
RINGTYP	pyrimidine		n1cnccc1
RINGTYP	pyrazine		n1ccncc1
#