-
Notifications
You must be signed in to change notification settings - Fork 47
/
Copy pathvalidate-help.txt
25 lines (22 loc) · 1.02 KB
/
validate-help.txt
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
$ 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
-r, --recursive Recurse directories and process all CIF files.
-d, --ddl=PATH DDL for validation.
Optional checks:
-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.
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.