Mercurial > repos > greg > gregs_test_repo
diff CADDSuite-1.0.1/data/OpenBabel/genheaders.sh @ 26:2f19ad95a19d
Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
author | greg |
---|---|
date | Tue, 15 Nov 2011 11:55:29 -0500 |
parents | 389056b8864a |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/CADDSuite-1.0.1/data/OpenBabel/genheaders.sh Tue Nov 15 11:55:29 2011 -0500 @@ -0,0 +1,11 @@ +#!/bin/sh + +./bin2hex.pl aromatic.txt AromaticData >aromatic.h +./bin2hex.pl atomtyp.txt AtomTypeData >atomtyp.h +./bin2hex.pl bondtyp.txt BondTypeData >bondtyp.h +./bin2hex.pl element.txt ElementData >element.h +./bin2hex.pl isotope-small.txt IsotopeData ISOTOPE >isotope.h +./bin2hex.pl phmodel.txt PhModelData PHMODELDATA >phmodeldata.h +./bin2hex.pl resdata.txt ResidueData >resdata.h +./bin2hex.pl torlib.txt TorsionDefaults >torlib.h +./bin2hex.pl types.txt TypesData >types.h