From f77cf584978f12f15ccdf45c6c58b8bc28d47eff Mon Sep 17 00:00:00 2001 From: Ben Webb Date: Mon, 27 Jan 2025 23:53:15 -0800 Subject: [PATCH] Link to new BinaryCIF repo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3676510..994062a 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![codecov](https://codecov.io/gh/ihmwg/python-modelcif/branch/main/graph/badge.svg)](https://codecov.io/gh/ihmwg/python-modelcif) This is a Python package to assist in handling [mmCIF](http://mmcif.wwpdb.org/) -and [BinaryCIF](https://github.com/dsehnal/BinaryCIF) files compliant with the +and [BinaryCIF](https://github.com/molstar/BinaryCIF) files compliant with the [ModelCIF](https://mmcif.wwpdb.org/dictionaries/mmcif_ma.dic/Index/) extension. It works with Python 2.7 or Python 3. @@ -46,7 +46,7 @@ python setup.py build python setup.py install ``` -If you want to read or write [BinaryCIF](https://github.com/dsehnal/BinaryCIF) +If you want to read or write [BinaryCIF](https://github.com/molstar/BinaryCIF) files, you will also need the Python [msgpack](https://github.com/msgpack/msgpack-python) package.