annotate CADDSuite-1.0.1/data/OpenBabel/genheaders.sh @ 28:05d77a8faef7

Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_MacOS_10.6.tar.gz
author greg
date Tue, 15 Nov 2011 14:55:48 -0500
parents 389056b8864a
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
23
389056b8864a Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
greg
parents:
diff changeset
1 #!/bin/sh
389056b8864a Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
greg
parents:
diff changeset
2
389056b8864a Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
greg
parents:
diff changeset
3 ./bin2hex.pl aromatic.txt AromaticData >aromatic.h
389056b8864a Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
greg
parents:
diff changeset
4 ./bin2hex.pl atomtyp.txt AtomTypeData >atomtyp.h
389056b8864a Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
greg
parents:
diff changeset
5 ./bin2hex.pl bondtyp.txt BondTypeData >bondtyp.h
389056b8864a Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
greg
parents:
diff changeset
6 ./bin2hex.pl element.txt ElementData >element.h
389056b8864a Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
greg
parents:
diff changeset
7 ./bin2hex.pl isotope-small.txt IsotopeData ISOTOPE >isotope.h
389056b8864a Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
greg
parents:
diff changeset
8 ./bin2hex.pl phmodel.txt PhModelData PHMODELDATA >phmodeldata.h
389056b8864a Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
greg
parents:
diff changeset
9 ./bin2hex.pl resdata.txt ResidueData >resdata.h
389056b8864a Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
greg
parents:
diff changeset
10 ./bin2hex.pl torlib.txt TorsionDefaults >torlib.h
389056b8864a Uploaded https://github.com/downloads/CADDSuite/main/CADDSuite_1.0.1_Linux_x86-64.tar.gz
greg
parents:
diff changeset
11 ./bin2hex.pl types.txt TypesData >types.h