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.
|