File: travis.1

package info (click to toggle)
travis 200504%2Bhf2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 7,540 kB
  • sloc: cpp: 135,321; makefile: 38
file content (85 lines) | stat: -rw-r--r-- 2,364 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
.TH "TRAVIS" "1" "March 12, 2013" "travis" "User commands"

.SH NAME
travis \- Trajectory Analyzer and Visualizer

.SH SYNOPSIS
.B travis
.RB [ options ]
.RI [ file ]

.SH DESCRIPTION
.B travis
is a Trajectory Analyzer and Visualizer (TRAVIS), a free tool for analyzing
and visualizing trajectories from all kinds of Molecular Dynamics or Monte
Carlo simulations. The aim of \fBTRAVIS\fP is to collect as many analyses as
possible in one program, creating a powerful tool and making it unnecessary
to use many different programs for evaluating simulations. This should greatly
rationalize and simplify the workflow of analyzing trajectories.

.SH OPTIONS
If only one parameter is specified, it is assumed to be the name of a
trajectory \fIfile\fP.
.PP
The program supports the following options:
.TP
.BI "\-p " file
Loads position data from the specified trajectory \fIfile\fP.
The file format may be XYZ (.xyz), PDB (.pdb), LAMMPS (.lmp) or DLPOLY (file
name 
.IR HISTORY
without an extension). If this option is not set, the trajectory file to open
will be asked for.
.TP
.BI "\-i " file
Reads input from the specified text \fIfile\fP.
.TP
.BI \-stream         
Treats input trajectory as a stream (e.g. named pipe)
.TP
.BI "\-config " file
Load the specified configuration \fIfile\fP.
.TP
.B \-showconf
Shows a tree structure of the configuration file.
.TP
.B \-writeconf
Writes the default configuration file.
.TP
.B \-nocolor
Execute in monochrome mode.
.TP
.B \-dimcolor
Uses dim instead of bright colors.
.TP
.B \-verbose
Show detailed information about what's going on.
.TP
.B \-help, \-?
Show help screen.

.SH FILES
.TP
.IR travis.log ", " #1#travis.log ", " #2#travis.log ", ..."
Session log file(s).
.TP
.IR travis.conf ", " ~/travis.conf
Configuration file(s).

.SH BUGS
.B Never
do run more than one instance of TRAVIS in the same directory at the same time
as every instance will try to access the same log file and at least one of it
will crash.

.SH CITATION
Please cite \fBTRAVIS\fP as follows:
.IP
M. Brehm and B. Kirchner: "TRAVIS - A free Analyzer and Visualizer for Monte
Carlo and Molecular Dynamics Trajectories", J. Chem. Inf. Model., 2011,
51(8), pp 2007-2023, DOI 10.1021/ci200217w.

.SH AUTHORS
This manual page was written by
\fBDaniel Leidert\fP <\&dleidert@debian\.org\&> for the Debian GNU/Linux
system (but may be used by others).