mmCQL(1) | User Commands | mmCQL(1) |
mmCQL - SQL-like tool to manipulate mmCIF files
mmCQL [OPTION] input [output]
The mmCIF format is a structured format and with a proper dictionary it even looks a lot like a database with relations between categories that act as tables.
In pipelines processing mmCIF files it is often required to simply change the content of a single field, or add some data, delete it, etc. For this the mmCQL tool offers a SQL like language.
This tool is not a complete and finished piece of software, it lack perhaps a lot of functionality. However, it is already very useful to simply lookup some value or change items based on some criteria.
You can do simple updates, like so:
UPDATE struct_asym SET id = 'X' WHERE id = 'BBB';
This will rename the asym with ID 'BBB' to 'X'. All children of this asym will be renamed as well if the proper dictionary was loaded.
Written by Maarten L. Hekkelman <maarten@hekkelman.com>
Report bugs at https://github.com/PDB-REDO/cif-tools/issues
cif-diff, cif-grep, cif-merge, cif2pdb, mmCQL, pdb2cif.
2022-11-20 | version 1.0.5 |