Mercurial > repos > marcel > caddsuite_linux_x86_64
comparison CADDSuite/data/OpenBabel/genheaders.sh @ 0:e590e0f70b60 default tip
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
| author | marcel |
|---|---|
| date | Tue, 07 Jun 2011 15:59:36 -0400 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:e590e0f70b60 |
|---|---|
| 1 #!/bin/sh | |
| 2 | |
| 3 ./bin2hex.pl aromatic.txt AromaticData >aromatic.h | |
| 4 ./bin2hex.pl atomtyp.txt AtomTypeData >atomtyp.h | |
| 5 ./bin2hex.pl bondtyp.txt BondTypeData >bondtyp.h | |
| 6 ./bin2hex.pl element.txt ElementData >element.h | |
| 7 ./bin2hex.pl isotope-small.txt IsotopeData ISOTOPE >isotope.h | |
| 8 ./bin2hex.pl phmodel.txt PhModelData PHMODELDATA >phmodeldata.h | |
| 9 ./bin2hex.pl resdata.txt ResidueData >resdata.h | |
| 10 ./bin2hex.pl torlib.txt TorsionDefaults >torlib.h | |
| 11 ./bin2hex.pl types.txt TypesData >types.h |
