topcrd2crd
Jump to navigation
Jump to search
Navigation: Documentation / Commands / topcrd2crd
topcrd2crd: version 2.231.418d045(2020-03-01 18:49) [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: (Default: crd)
crd - amber restart file xyz - xyz file |
-o, --output FORMAT specify output format for coordinates: (Default: pdb)
crd - amber restart file (ASCII) bcrd - amber restart file (NetCDF) pdb - PDB file pqr - PDB file with atomic radii and charges xyz - xyz file xyzr - xyz file with atomic radii com - gaussian input file orca - orca input file pc - point charges 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 |
-m, --mask MASK only atoms selected according to MASK will be converted otherwise all atoms are used. Mutually exclusive with 'maskfile' option.
|
-f, --maskfile MASKFILE only atoms selected according to the mask will be converted otherwise all atoms are used. 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.
|
--chrgmask MASK only atoms selected according to MASK will be included as point charges. Mutually exclusive with 'chrgmaskfile' option.
|
--chrgmaskfile MASKFILE only atoms selected according to the mask will be included as point charges. 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 'chrgmask' option.
|
-t, --mangle FORMAT specify atom names mangling scheme: (Default: pdb)
none - no translation (1234) pdb - pdb scheme (4123), keep amber names charmm - charmm name scheme (1234), mangle parm99 names |
--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
|