Mercurial > repos > marcel > caddsuite_linux_x86_64
diff CADDSuite/data/OpenBabel/genheaders.sh @ 0:bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
author | marcel |
---|---|
date | Tue, 07 Jun 2011 16:43:30 -0400 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/CADDSuite/data/OpenBabel/genheaders.sh Tue Jun 07 16:43:30 2011 -0400 @@ -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