1GMX-CONVERT-TPR(1) GROMACS GMX-CONVERT-TPR(1)
2
3
4
6 gmx-convert-tpr - Make a modifed run-input file
7
9 gmx convert-tpr [-s [<.tpr/.gro/...>]] [-n [<.ndx>]]
10 [-o [<.tpr/.gro/...>]] [-extend <time>] [-until <time>]
11 [-nsteps <int>]
12
14 gmx convert-tpr can edit run input files in three ways.
15
16 1. by modifying the number of steps in a run input file with options
17 -extend, -until or -nsteps (nsteps=-1 means unlimited number of steps)
18
19 2. by creating a .tpx file for a subset of your original tpx file,
20 which is useful when you want to remove the solvent from your .tpx
21 file, or when you want to make e.g. a pure Calpha .tpx file. Note that
22 you may need to use -nsteps -1 (or similar) to get this to work. WARN‐
23 ING: this .tpx file is not fully functional.
24
25 3. by setting the charges of a specified group to zero. This is useful
26 when doing free energy estimates using the LIE (Linear Interaction En‐
27 ergy) method.
28
30 Options to specify input files:
31
32 -s [<.tpr/.gro/...>] (topol.tpr)
33 Run input file to modify: tpr gro g96 pdb brk ent
34
35 -n [<.ndx>] (index.ndx) (Optional)
36 File containing additional index groups
37
38 Options to specify output files:
39
40 -o [<.tpr/.gro/...>] (tprout.tpr) (Optional)
41 Generated modified run input file: tpr gro g96 pdb brk ent
42
43 Other options:
44
45 -extend <time> (0)
46 Extend runtime by this amount (ps)
47
48 -until <time> (0)
49 Extend runtime until this ending time (ps)
50
51 -nsteps <int> (0)
52 Change the number of steps remaining to be made
53
55 gmx(1)
56
57 More information about GROMACS is available at <‐
58 http://www.gromacs.org/>.
59
61 2022, GROMACS development team
62
63
64
65
662022.2 Jun 16, 2022 GMX-CONVERT-TPR(1)