aboutsummaryrefslogtreecommitdiff
path: root/science/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-09-19 09:53:55 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-09-19 09:53:55 +0000
commit9d19a6b1167541434f2103ca74c1254b2661a5aa (patch)
treee98272b554e99c4be0df97e5d0086840f17229b0 /science/Makefile
parent09c0058602dd873c610caf77f848660cfa30da52 (diff)
Checkmol is a command-line utility program which reads molecular
structure files in different formats and analyzes the input molecule for the presence of various functional groups and structural elements. At present, approx. 200 different functional groups are recognized. This output can be easily placed into a database table, permitting the creation of chemical databases with a functional group search option. Checkmol also outputs a set of statistical values derived from a given molecule, which can also be used for quick retrieval from a database. These values include: the number of atoms, bonds, and rings, the number of differently hybridized carbon, oxgen, and nitrogen atoms, the number of C=O double bonds, the number of rings of different sizes, the number of rings containing nitrogen, oxygen, sulfur, the number of aromatic rings, the number of heterocyclic rings, etc. The combination of all of these values for a given molecule represents some kind of "fingerprint" which is useful for rapid pre-selection in a database structure/substructure search prior to a full atom-by-atom match. WWW: http://merian.pch.univie.ac.at/~nhaider/cheminf/cmmm.html PR: ports/138670 Feature safe:yes Submitted by: Fernan Aguero <fernan at iib.unsam.edu.ar>
Notes
Notes: svn path=/head/; revision=241710
Diffstat (limited to 'science/Makefile')
-rw-r--r--science/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/science/Makefile b/science/Makefile
index 74a8bbaacb72..caaab18f9b80 100644
--- a/science/Makefile
+++ b/science/Makefile
@@ -19,6 +19,7 @@
SUBDIR += cdf
SUBDIR += cdo
SUBDIR += cgnslib
+ SUBDIR += checkmol
SUBDIR += chemical-mime-data
SUBDIR += chemtool
SUBDIR += chemtool-devel