Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

trjcat(1) [debian man page]

trjcat(1)					 GROMACS suite, VERSION 4.5.4-dev-20110404-bc5695c					 trjcat(1)

NAME
trjcat - concatenates trajectory files VERSION 4.5.4-dev-20110404-bc5695c SYNOPSIS
trjcat -f traj.xtc -o trajout.xtc -n index.ndx -demux remd.xvg -[no]h -[no]version -nice int -tu enum -xvg enum -b time -e time -dt time -prec int -[no]vel -[no]settime -[no]sort -[no]keeplast -[no]overwrite -[no]cat DESCRIPTION
trjcat concatenates several input trajectory files in sorted order. In case of double time frames the one in the later file is used. By specifying -settime you will be asked for the start time of each file. The input files are taken from the command line, such that a com- mand like trjcat -f *.trr -o fixed.trr should do the trick. Using -cat, you can simply paste several files together without removal of frames with identical time stamps. One important option is inferred when the output file is amongst the input files. In that case that particular file will be appended to which implies you do not need to store double the amount of data. Obviously the file to append to has to be the one with lowest starting time since one can only append at the end of a file. If the -demux option is given, the N trajectories that are read, are written in another order as specified in the .xvg file. The .xvg file should contain something like: 0 0 1 2 3 4 5 2 1 0 2 3 5 4 Where the first number is the time, and subsequent numbers point to trajectory indices. The frames corresponding to the numbers present at the first line are collected into the output trajectory. If the number of frames in the trajectory does not match that in the .xvg file then the program tries to be smart. Beware. FILES
-f traj.xtc Input, Mult. Trajectory: xtc trr trj gro g96 pdb cpt -o trajout.xtc Output, Mult. Trajectory: xtc trr trj gro g96 pdb -n index.ndx Input, Opt. Index file -demux remd.xvg Input, Opt. xvgr/xmgr file OTHER OPTIONS
-[no]hno Print help info and quit -[no]versionno Print version info and quit -nice int 19 Set the nicelevel -tu enum ps Time unit: fs, ps, ns, us, ms or s -xvg enum xmgrace xvg plot formatting: xmgrace, xmgr or none -b time -1 First time to use (ps) -e time -1 Last time to use (ps) -dt time 0 Only write frame when t MOD dt = first time (ps) -prec int 3 Precision for .xtc and .gro writing in number of decimal places -[no]velyes Read and write velocities if possible -[no]settimeno Change starting time interactively -[no]sortyes Sort trajectory files (not frames) -[no]keeplastno Keep overlapping frames at end of trajectory -[no]overwriteno Overwrite overlapping frames during appending -[no]catno Do not discard double time frames SEE ALSO
gromacs(7) More information about GROMACS is available at <http://www.gromacs.org/>. Mon 4 Apr 2011 trjcat(1)

Check Out this Related Man Page

g_bond(1)					 GROMACS suite, VERSION 4.5.4-dev-20110404-bc5695c					 g_bond(1)

NAME
g_bond - calculates distances between atoms VERSION 4.5.4-dev-20110404-bc5695c SYNOPSIS
g_bond -f traj.xtc -n index.ndx -s topol.tpr -o bonds.xvg -l bonds.log -d distance.xvg -[no]h -[no]version -nice int -b time -e time -dt time -[no]w -xvg enum -blen real -tol real -[no]aver -[no]averdist DESCRIPTION
g_bond makes a distribution of bond lengths. If all is well a Gaussian distribution should be made when using a harmonic potential. Bonds are read from a single group in the index file in order i1-j1 i2-j2 through in-jn. -tol gives the half-width of the distribution as a fraction of the bondlength ( -blen). That means, for a bond of 0.2 a tol of 0.1 gives a distribution from 0.18 to 0.22. Option -d plots all the distances as a function of time. This requires a structure file for the atom and residue names in the output. If however the option -averdist is given (as well or separately) the average bond length is plotted instead. FILES
-f traj.xtc Input Trajectory: xtc trr trj gro g96 pdb cpt -n index.ndx Input Index file -s topol.tpr Input, Opt. Structure+mass(db): tpr tpb tpa gro g96 pdb -o bonds.xvg Output xvgr/xmgr file -l bonds.log Output, Opt. Log file -d distance.xvg Output, Opt. xvgr/xmgr file OTHER OPTIONS
-[no]hno Print help info and quit -[no]versionno Print version info and quit -nice int 19 Set the nicelevel -b time 0 First frame (ps) to read from trajectory -e time 0 Last frame (ps) to read from trajectory -dt time 0 Only use frame when t MOD dt = first time (ps) -[no]wno View output .xvg, .xpm, .eps and .pdb files -xvg enum xmgrace xvg plot formatting: xmgrace, xmgr or none -blen real -1 Bond length. By default length of first bond -tol real 0.1 Half width of distribution as fraction of blen -[no]averyes Average bond length distributions -[no]averdistyes Average distances (turns on -d) KNOWN PROBLEMS
- It should be possible to get bond information from the topology. SEE ALSO
gromacs(7) More information about GROMACS is available at <http://www.gromacs.org/>. Mon 4 Apr 2011 g_bond(1)
Man Page