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
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2.
.TH CPPTRAJ: "1" "August 2022" "CPPTRAJ: Version V5.1.0 (GitHub)" "User Commands"
.SH NAME
CPPTRAJ: \- fast, parallelized molecular dynamics trajectory data analysis
.SH SYNOPSIS
.B cpptraj
[\fI\,-p <Top0>\/\fR] [\fI\,-i <Input0>\/\fR] [\fI\,-y <trajin>\/\fR] [\fI\,-x <trajout>\/\fR]
.SH DESCRIPTION
.IP
[\-ya <args>] [\-xa <args>] [<file>]
[\-c <reference>] [\-d <datain>] [\-w <dataout>] [\-o <output>]
[\-h | \fB\-\-help]\fR [\-V | \fB\-\-version]\fR [\-\-defines] [\-debug <#>]
[\-\-interactive] [\-\-log <logfile>] [\-tl]
[\-ms <mask>] [\-mr <mask>] [\-\-mask <mask>] [\-\-resmask <mask>]
[\-\-rng {marsaglia|stdlib|mt|pcg32|xo128}]
.TP
\fB\-p\fR <Top0>
: * Load <Top0> as a topology file.
.TP
\fB\-i\fR <Input0>
: * Read input from file <Input0>.
.TP
\fB\-y\fR <trajin>
: * Read from trajectory file <trajin>; same as input 'trajin <trajin>'.
.TP
\fB\-x\fR <trajout>
: * Write trajectory file <trajout>; same as input 'trajout <trajout>'.
.TP
\fB\-ya\fR <args>
: * Input trajectory file arguments.
.TP
\fB\-xa\fR <args>
: * Output trajectory file arguments.
.TP
<file>
: * A topology, input trajectory, or file containing cpptraj input.
.TP
\fB\-c\fR <reference>
: * Read <reference> as reference coordinates; same as input 'reference <reference>'.
.TP
\fB\-d\fR <datain>
: * Read data in from file <datain> ('readdata <datain>').
.TP
\fB\-w\fR <dataout>
: Write data from <datain> as file <dataout> ('writedata <dataout>).
.TP
\fB\-o\fR <output>
: Write CPPTRAJ STDOUT output to file <output>.
.TP
\fB\-h\fR | \fB\-\-help\fR
: Print command line help and exit.
.TP
\fB\-V\fR | \fB\-\-version\fR
: Print version and exit.
.TP
\fB\-\-defines\fR
: Print compiler defines and exit.
.TP
\fB\-debug\fR <#>
: Set global debug level to <#>; same as input 'debug <#>'.
.TP
\fB\-\-interactive\fR
: Force interactive mode.
.TP
\fB\-\-log\fR <logfile>
: Record commands to <logfile> (interactive mode only). Default is 'cpptraj.log'.
.TP
\fB\-tl\fR
: Print length of all input trajectories specified on the command line to STDOUT.
.TP
\fB\-ms\fR <mask>
: Print selected atom numbers to STDOUT.
.TP
\fB\-mr\fR <mask>
: Print selected residue numbers to STDOUT.
.TP
\fB\-\-mask\fR <mask>
: Print detailed atom selection to STDOUT.
.HP
\fB\-\-resmask\fR <mask> : Print detailed residue selection to STDOUT.
.TP
\fB\-\-rng\fR <type>
: Change default random number generator.
.IP
* Denotes flag may be specified multiple times.
|