pymol-open-source icon indicating copy to clipboard operation
pymol-open-source copied to clipboard

BinaryCIF Import Implementation (WIP)

Open JarrettSJohnson opened this issue 1 year ago • 0 comments

Announced via RSCB news. " From July 2024 the PDB file archive will not be offered in the compressed MMTF format anymore. Users are strongly encouraged to switch to the BinaryCIF format, which has been available since 2020. Details on how to access BinaryCIF (BCIF) data files for the entire PDB archive are available here. "

WIP Implementation of Reading BinaryCIF #329

Able to fetch various models from the pdb via fetch XXX, type=bcif

TODO:

  • Clean the code a bit
  • Unit tests
  • Test Global/Save frames (?)
  • Disable if no msgpack-c found.
  • Try non-PDB bcif sources

JarrettSJohnson avatar Mar 31 '24 19:03 JarrettSJohnson