File: obgen.html

package info (click to toggle)
openbabel 2.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 37,188 kB
  • ctags: 47,193
  • sloc: cpp: 237,858; ansic: 85,555; cs: 22,219; java: 14,377; sh: 9,876; perl: 5,432; python: 4,319; pascal: 793; makefile: 683; xml: 97; ruby: 54
file content (123 lines) | stat: -rw-r--r-- 3,499 bytes parent folder | download | duplicates (6)
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<!-- manual page source format generated by PolyglotMan v3.2, -->
<!-- available at http://polyglotman.sourceforge.net/ -->

<html>
<head>
<title>obgen</title>
</head>
<body bgcolor='white'>
<a href='#toc'>Table of Contents</a><p>

<h2><a name='sect0' href='#toc0'>Name</a></h2>

<p>
<b>obgen</b> -- generate 3D coordinates for a molecule

<p>
<h2><a name='sect1' href='#toc1'><b>Synopsis</b></a></h2>

<p>
<b>obgen</b> [<i>OPTIONS</i>] <i>filename</i>

<p>
<h2><a name='sect2' href='#toc2'><b>Description</b></a></h2>

<p>
The obgen tool will generate 3D coordinates for molecules in a file
(e.g. multi-molecule SMILES files). The resulting structure will be
optimized using the given forcefield and checked for the
lowest-energy conformer using a Monte Carlo search. 
Output will be sent to standard output in the SDF file format.
<p>
<h2><a name='sect3' href='#toc3'><b>Options</b></a></h2>

<p>
If no filename is given, obminimize will give all options including the
available forcefields.

<p>
<dl>

<dt><b>-ff</b> <i>forcefield</i></dt></dt>
<dd>
Select the forcefield

<p></dd>
</dl>

<h2><a name='sect4' href='#toc4'><b>Examples</b></a></h2>

<p>
View the possible options, including available forcefields:<br>
<pre>obgen</pre>

<p><p>
Generate 3D coordinates for the molecule(s) in file test.smi:<br>
<pre>obgen test.smi</pre>

<p><p>
Generate 3D coordinates for the molecule(s) in file test.smi using the 
UFF forcefield:<br>

<pre>obgen -ff UFF test.smi</pre>

<p>
<h2><a name='sect5' href='#toc5'><b>See</b> <b>Also</b></a></h2>

<p>
<a href='babel.html'>babel(1)</a>
, <a href='obminimize.html'>obminimize(1)</a>
, <a href='obconformer.html'>obconformer(1)</a>
.

<p><p>
The web pages for Open Babel can be found at: &lt;<b><a href="http://openbabel.org/">http://openbabel.org/</a></b>&gt;

<p><p>
The web pages for Open Babel Molecular Mechanics can be found at:
&lt;<b><a href="http://openbabel.org/wiki/Molecular_mechanics">http://openbabel.org/wiki/Molecular_mechanics</a></b>&gt;

<p>
<h2><a name='sect6' href='#toc6'><b>Authors</b></a></h2>

<p>
The obgen program was contributed by Tim Vandermeersch.

<p><p>
Open Babel is developed by a cast of many, including currrent maintainers
Geoff Hutchison, Chris Morley, Michael Banck, and innumerable others who
have contributed fixes and additions. For more contributors to Open
Babel, see &lt;<b><a href="http://openbabel.org/wiki/THANKS">http://openbabel.org/wiki/THANKS</a></b>&gt;

<p>
<h2><a name='sect7' href='#toc7'><b>Copyright</b></a></h2>

<p>
Copyright (C) 2007-2008 by Tim Vandermeersch.

<p><p>
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation version 2 of the License.

<p><p>
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
License for more details.
<p>

<hr><p>
<a name='toc'><b>Table of Contents</b></a><p>
<ul>
<li><a name='toc0' href='#sect0'>Name</a></li>
<li><a name='toc1' href='#sect1'>Synopsis</a></li>
<li><a name='toc2' href='#sect2'>Description</a></li>
<li><a name='toc3' href='#sect3'>Options</a></li>
<li><a name='toc4' href='#sect4'>Examples</a></li>
<li><a name='toc5' href='#sect5'>See Also</a></li>
<li><a name='toc6' href='#sect6'>Authors</a></li>
<li><a name='toc7' href='#sect7'>Copyright</a></li>
</ul>
</body>
</html>