ngl icon indicating copy to clipboard operation
ngl copied to clipboard

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

Open papillot opened this issue 1 year ago • 1 comments

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

Recommended way would be to support BinaryMMCIF instead.

papillot avatar Jan 21 '24 20:01 papillot

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

papillot avatar Apr 25 '24 13:04 papillot

Solved with #1040

ppillot avatar May 24 '24 21:05 ppillot