nglviewer / ngl

WebGL protein viewer
http://nglviewer.org/ngl/
MIT License
664 stars 169 forks source link

RCSB is deprecating MMTF file format and will stop serve it in July 2024 #1015

Closed papillot closed 4 months ago

papillot commented 8 months ago

https://www.rcsb.org/news/feature/65a1af31c76ca3abcc925d0c

Recommended way would be to support BinaryMMCIF instead.

papillot commented 5 months ago

Working on this at the moment, I've noticed that mmCIF and binary cif files from RCSB do not contain the connectivity information in contrast with MMTF files (and PDB files when it comes to heteroatoms). The workaround would be to use the "Updated mmCif files" from PDBe which contain the chem_comp_bond table for all the residues present in the data block. https://preview.rbvi.ucsf.edu/chimerax/docs/devel/modules/mmcif/mmcif_guidelines.html#:~:text=Europe%E2%80%99s-,updated%20mmCIF%20files,-%2C%20currently%20do%20not

ppillot commented 4 months ago

Solved with #1040