File: prep-help.txt

package info (click to toggle)
gemmi 0.5.7%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,344 kB
  • sloc: cpp: 48,972; python: 4,352; ansic: 3,428; sh: 302; makefile: 69; f90: 42; javascript: 12
file content (21 lines) | stat: -rw-r--r-- 876 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
$ gemmi prep -h
Usage:
 gemmi prep [options] INPUT_FILE OUTPUT_FILE
 gemmi prep --split [options] INPUT_FILE OUTPUT_BASENAME

Prepare intermediate Refmac files.
INPUT_FILE can be in PDB, mmCIF or mmJSON format.

Options:
  -h, --help          Print usage and exit.
  -V, --version       Print version and exit.
  -v, --verbose       Verbose output.
  --split             Split output into two files: crd and rst.
  --monomers=DIR      Monomer library dir (default: $CLIBD_MON).
  --libin=CIF         Custom additions to the monomer library.
  --auto-cis=Y|N      Assign cis/trans ignoring CISPEP record (default: Y).
  --auto-link=Y|N     Find links not included in LINK/SSBOND (default: N).

Hydrogen options (default: remove and add on riding positions):
  -H, --no-hydrogens  Remove (and do not add) hydrogens.
  --keep-hydrogens    Preserve hydrogens from the input file.