topcrd2crd

From CATs Wiki
Jump to navigation Jump to search

Navigation: Documentation / Commands / topcrd2crd


topcrd2crd: version 2.204.c62bd73(2018-07-04 10:11) [CATs - Conversion And Analysis Tools]

Name

topcrd2crd

Synopsis

topcrd2crd [OPTIONS] [--] PARM CRD OUT

Description

Converts AMBER topology and coordinates to coordinates in other format.

Arguments

PARM
topology file name
CRD
input coordinates file name or - for standard input
OUT
output coordinates file name or - for standard output

Options

-i, --input FORMAT
specify input format for coordinates:
crd - amber restart file
xyz - xyz file
(Default: crd)
-o, --output FORMAT
specify output format for coordinates:
crd - amber restart file
pdb - PDB file
pqr - PDB file with atomic radii and charges
xyz - xyz file
xyzr - xyz file with atomic radii
com - gaussian input file
rbox - rbox format for qhull
traj - amber trajectory file
adf - plain ADF input
adffrag - plain ADF input with one fragment
adf3drism - plain ADF input for 3D-RISM
(Default: pdb)
-m, --mask MASK
only atoms selected according to MASK will be converted. Mutually exclusive with 'maskfile' option.
-f, --maskfile MASKFILE
only atoms selected according to the mask will be converted. The mask specification is read from the first line of the file of name MASKFILE. This option is suitable for the specification of very long masks. Mutually exclusive with 'mask' option.
-t, --mangle FORMAT
specify atom names mangling scheme:
none - no translation (1234)
pdb - pdb scheme (4123), keep amber names
charmm - charmm name scheme (1234), mangle parm99 names
(Default: pdb)
--rscale
scale factor for atomic radii (r_new = r * scale + offset)
--roffset
offset for atomic radii (r_new = r * scale + offset)
-r, --reindex
reindex atom and residue numbers counting from 1
--copybox
copy box information to output file
--novelocities
do not transfer velocities
--nochains
do not print chain IDs into pdb files
-v, --verbose
increase output verbosity
--version
output version information and exit
-h, --help
display this help and exit