BinaryCIF icon indicating copy to clipboard operation
BinaryCIF copied to clipboard

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

Results 5 BinaryCIF issues
Sort by recently updated
recently updated
newest added

This is a question rather than an issue report. I have downloaded the BinaryCIF file for structure 5z6y from RCSB and the corresponding mmCIF file. | format | size |...

IntegerPacking will repeat a maximum value if the value to be encoded exceeds the maximum value for the type. Indicate such and indicate 8-bit integer output in example.

While implementing a `BinaryCIF` file interface and I found some parts of the specification ambiguous: - What are the integer values a `mask` can hold and how do they map...

I'm working on my own parser, and I have it successfully working with importing example data `.bcif` from the `py-mmcif` as well as CellPack `.bcif` files from `molstar.org/dev/me.` It seems...

question