ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/SHAPES/shaper.ggo
Revision: 1360
Committed: Tue Jul 20 20:02:15 2004 UTC (19 years, 11 months ago) by gezelter
File size: 1045 byte(s)
Log Message:
Changes for CGI and for gengetopts --unamed-opt="PDBFILE"

File Contents

# User Rev Content
1 gezelter 1295 # Input file for gengetopt --generates cmdline.c and cmdline.h
2     # for parsing command line arguments useing getopt and getoptlong.
3     # gengetopt is available from:
4     # http://www.gnu.org/software/gengetopt/gengetopt.html
5     package "shaper"
6     version "0.99"
7     defgroup "ForceField" groupdesc="A Force Field must be specified" yes
8    
9     # Options
10 chrisfen 1311 option "bandwidth" b "The step detail for the potential grids - typically a power of 2" int default="8" no
11     option "tolerance" t "The tolerance for recognition of spherical harmonic terms" double default="0.01" no
12     groupoption "charmm" c "Use CHARMM 27 parameters" group="ForceField"
13     groupoption "amber" a "Use Amber99 parameters" group="ForceField"
14     groupoption "lj" l "Use Lennard-Jones parameters" group="ForceField"
15     groupoption "gaff" g "Use GAFF parameters" group="ForceField"
16     groupoption "opls" o "Use OPLS/AA parameters" group="ForceField"