Skip to content

BinaryCIF is a data format for storing text based CIF files using a more efficient binary encoding.

Notifications You must be signed in to change notification settings

molstar/BinaryCIF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Version 0.3.0

BinaryCIF

BinaryCIF is a data format that stores text based CIF files using a more efficient binary encoding. It enables both lossless and lossy compression of the original CIF file. BinaryCIF is currently mainly used by RCSB PDB and PDBe and is supported by the Mol* and LiteMol viewers.

Some aspects of the BinaryCIF format, namely using MessagePack as the container and the usage the fixed point, run length, delta, and integer packing encodings was inspired by the MMTF data format.

Table of contents

Implementations

BinaryCIF is currently available as TypeScript (JavaScript), Java, and Python.

Principles

Use Cases

CoordinateServer

BinaryCIF is supported by the CoordinateServer, a web service for delivering subsets of 3D macromolecular data stored in the mmCIF format.

The server can return data both in the text and binary version of the CIF format, with the binary representation being a lot more efficient (see the benchmark).

DensityServer

BinaryCIF is supported by the DensityServer, a web service for accessing subsets of volumetric density data, that automatically downsamples the data depending on the volume of the requested region to reduce the bandwidth requirements and provide near-instant access to even the largest data sets.


Contributing

Just open an issue or make a pull request. All contributions are welcome.

Funding

Funding sources include but are not limited to:

About

BinaryCIF is a data format for storing text based CIF files using a more efficient binary encoding.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •