annotate CADDSuite/data/OpenBabel/genheaders.sh @ 3:ff6df146c0d5

Uploaded
author marcel
date Sun, 26 Jun 2011 13:53:57 -0400
parents bac3c274238f
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
bac3c274238f Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff changeset
1 #!/bin/sh
bac3c274238f Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff changeset
2
bac3c274238f Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff changeset
3 ./bin2hex.pl aromatic.txt AromaticData >aromatic.h
bac3c274238f Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff changeset
4 ./bin2hex.pl atomtyp.txt AtomTypeData >atomtyp.h
bac3c274238f Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff changeset
5 ./bin2hex.pl bondtyp.txt BondTypeData >bondtyp.h
bac3c274238f Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff changeset
6 ./bin2hex.pl element.txt ElementData >element.h
bac3c274238f Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff changeset
7 ./bin2hex.pl isotope-small.txt IsotopeData ISOTOPE >isotope.h
bac3c274238f Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff changeset
8 ./bin2hex.pl phmodel.txt PhModelData PHMODELDATA >phmodeldata.h
bac3c274238f Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff changeset
9 ./bin2hex.pl resdata.txt ResidueData >resdata.h
bac3c274238f Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff changeset
10 ./bin2hex.pl torlib.txt TorsionDefaults >torlib.h
bac3c274238f Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff changeset
11 ./bin2hex.pl types.txt TypesData >types.h