Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 1.14 KB

README.md

File metadata and controls

45 lines (34 loc) · 1.14 KB

readcif -- a fast C++ CIF and mmCIF parser

Version: 1.0

Table of Contents

Overview

readcif is a C++11 library for quickly extracting data from mmCIF and CIF files. It fully conforms to the CIF 1.1 standard for data files, and can be easily extended to handle CIF dictionaries. In addition, it supports stylized PDBx/mmCIF files for even quicker parsing.

LICENSE

The readcif library license is an open source license with an acknowledgement clause. So if you use it, acknowledge that fact in your documentation.

Compiling

A simple meson setup is provided. For simplest use, just copy the one C++ header file and source file into your code.

% meson setup builddir
% cd builddir
% ninja install

Contributors

Contributions should be made a pull requests on github.