forked from openbabel/openbabel
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathobprop.1
95 lines (95 loc) · 2.05 KB
/
obprop.1
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
.Dd Oct 10, 2019
.Os "Open Babel" 3.1
.Dt obprop 1 URM
.Sh NAME
.Nm obprop
.Nd "print standard molecular properties"
.Sh SYNOPSIS
.Nm
.Ar filename
.Sh DESCRIPTION
The obprop program is a tool to print a set of standard molecular
properties for all molecules in a file. It also serves as example code
for using the Open Babel library (libopenbabel).
.Pp
Output format includes:
.br
name
.Op Ar Name
.br
formula
.Op Ar Formula
.br
mol_weight
.Op Ar Molecular Weight
.br
exact_mass
.Op Ar Isotopic Mass
.br
canonical_SMILES
.Op Ar String
.br
num_atoms
.Op Ar Number
.br
num_bonds
.Op Ar Number
.br
num_residues
.Op Ar Number
.br
sequence
.Op Ar Residue Sequence
.br
num_rings
.Op Ar Number of Rings (by SSSR)
.br
logP
.Op Ar Number (octanol-water partition)
.br
PSA
.Op Ar Number (topological polar surface area)
.br
MR
.Op Ar Number (molar refractivity)
.br
$$$
.Pp
The "$$$" is the separator between multiple molecular entries in a file
.Sh EXAMPLES
.Dl "obprop pyridines.sdf"
.Sh SEE ALSO
.Xr obabel 1 ,
.Xr obchiral 1 ,
.Xr obfit 1 ,
.Xr obgrep 1 ,
.Xr obrotate 1 .
.Pp
The web pages for Open Babel can be found at:
\%<\fBhttp://openbabel.org/\fR>
.Sh AUTHORS
The obprop program was contributed by
.An Fabien Fontaine
.Pp
.An -nosplit
Open Babel is developed by a cast of many, including currrent maintainers
.An Geoff Hutchison ,
.An Chris Morley ,
.An Michael Banck ,
and innumerable others who have contributed fixes and additions.
For more contributors to Open Babel, see
\%<\fBhttp://openbabel.org/wiki/THANKS\fR>
.Sh COPYRIGHT
Copyright (C) 2003 by Fabien Fontaine
.br
Some portions Copyright (C) 2004-2007 by Geoffrey R. Hutchison and
other contributors.
.Pp
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.
.Pp
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.