changed reading hint
[gromacs/adressmacs.git] / share / html / online / tpa.html
blob9c3082faea43b9b71bbfa1c170989ddc14473b2c
1 <title>tpa file format</title>
2 <body>
3 <h1>tpa file format</h1>
4 <h2>Description</h2>
5 The tpa file extension stands for binary run input file. This file contains
6 the starting structure of your simulation, The molecular topology and
7 all the simulation data. Because this file is in binary format it
8 cannot be read with a normal editor. To read a binary run input file type:
9 <PRE>
10 % <a href="gmxdump.html">gmxdump</a> -s topol.tpa
11 </PRE>
12 or if you're not such a fast reader:
13 <PRE>
14 % gmxdump -s topol.tpa | more
15 </PRE>
17 <p>
18 You can also compare two tpa files using:
19 <pre>
20 % <a href="gmxcheck.html">gmxcheck</a> -s1 top1 -s2 top2 | more
21 </pre>
22 </body>