File: validate-help.txt

package info (click to toggle)
gemmi 0.6.5%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 5,836 kB
  • sloc: cpp: 54,719; python: 4,743; ansic: 3,972; sh: 384; makefile: 73; f90: 42; javascript: 12
file content (23 lines) | stat: -rw-r--r-- 1,024 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
22
23
$ gemmi validate -h
Usage: gemmi validate [options] FILE [...]

Options:
  -h, --help       Print usage and exit.
  -V, --version    Print version and exit.
  -v, --verbose    Verbose output.
  -q, --quiet      Show only errors.
  -f, --fast       Syntax-only check.
  -s, --stat       Show token statistics
  -d, --ddl=PATH   DDL for validation.
  -c, --context    Check _pdbx_{category|item}_context.type.
  --no-regex       Skip regex checking (when using DDL2)
  --no-mandatory   Skip checking if mandatory tags are present.
  --no-unique      Skip checking if category keys (DDL2) are unique.
  -p               Check if parent items (DDL2) are present.
  -r, --recursive  Recurse directories and process all CIF files.

Validation specific to CCP4 monomer files:
  -m, --monomer    Run checks specific to monomer dictionary.
  --z-score=Z      Use Z for validating _chem_comp_atom.[xyz] (default: 2.0).
  --ccd=PATH       CCD file for comparison.
  --audit-on=DATE  Check only if CCD component was remediated on DATE.