logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

cif-validate - Validate the content of a mmCIF file

Author

       Written by Maarten L. Hekkelman <maarten@hekkelman.com>

Description

       The mmCIF format is not really new, but the implementation of this format has been taken up slowly.
       Unfornately, the knowledge of the ins and outs of the format are still poorly understood and many files
       written contain errors.

       cif-validate can be used to help debug the creation of mmCIF files. By default it uses the dictionary
       provided by libcifpp (which may be updated automatically, depending on your installion). But you can also
       specify your own dictionary file using the --dict option.

Name

       cif-validate - Validate the content of a mmCIF file

Options

--dict=<file>
              The mmCIF dictionary file to use. The default is mmcif_pdbx.dic.

       --validate-links
              Validate all links. Will output information about missing parent category items.

       --verbose,-v
              Be more verbose, useful to diagnose validation errors. Can be specified multiple times to increase
              verbosity level.

       --print
              Print a formatted version of the input file to stdout or to output-file if specified.

Reporting Bugs

       Report bugs at https://github.com/PDB-REDO/cif-tools/issues

See Also

cif-diff, cif-grep, cif-merge, cif2pdb, mmCQL, pdb2cif.

version 1.0.8                                      2023-01-06                                    cif-validate(1)

Synopsis

       cif-validate [OPTION] file [output-file]

See Also