Merge branch 'release-4-5-patches' of git@git.gromacs.org:gromacs into release-4...
[gromacs/rigid-bodies.git] / man / man1 / make_ndx.1
blobeb856a3ea689310856ebf629612f0773bfdd356e
1 .TH make_ndx 1 "Thu 26 Aug 2010" "" "GROMACS suite, VERSION 4.5"
2 .SH NAME
3 make_ndx - makes index files
5 .B VERSION 4.5
6 .SH SYNOPSIS
7 \f3make_ndx\fP
8 .BI "\-f" " conf.gro "
9 .BI "\-n" " index.ndx "
10 .BI "\-o" " index.ndx "
11 .BI "\-[no]h" ""
12 .BI "\-[no]version" ""
13 .BI "\-nice" " int "
14 .BI "\-natoms" " int "
15 .SH DESCRIPTION
16 \&Index groups are necessary for almost every gromacs program.
17 \&All these programs can generate default index groups. You ONLY
18 \&have to use make_ndx when you need SPECIAL index groups.
19 \&There is a default index group for the whole system, 9 default
20 \&index groups are generated for proteins, a default index group
21 \&is generated for every other residue name.
24 \&When no index file is supplied, also make_ndx will generate the
25 \&default groups.
26 \&With the index editor you can select on atom, residue and chain names
27 \&and numbers.
28 \&When a run input file is supplied you can also select on atom type.
29 \&You can use NOT, AND and OR, you can split groups
30 \&into chains, residues or atoms. You can delete and rename groups.
33 \&The atom numbering in the editor and the index file starts at 1.
34 .SH FILES
35 .BI "\-f" " conf.gro" 
36 .B Input, Opt.
37  Structure file: gro g96 pdb tpr etc. 
39 .BI "\-n" " index.ndx" 
40 .B Input, Opt., Mult.
41  Index file 
43 .BI "\-o" " index.ndx" 
44 .B Output
45  Index file 
47 .SH OTHER OPTIONS
48 .BI "\-[no]h"  "no    "
49  Print help info and quit
51 .BI "\-[no]version"  "no    "
52  Print version info and quit
54 .BI "\-nice"  " int" " 0" 
55  Set the nicelevel
57 .BI "\-natoms"  " int" " 0" 
58  set number of atoms (default: read from coordinate or index file)
60 .SH SEE ALSO
61 .BR gromacs(7)
63 More information about \fBGROMACS\fR is available at <\fIhttp://www.gromacs.org/\fR>.