TL;DR
Find the structure you're interested in. Here we use 5D8V, currently the highest-resolution structure (0.48 Å) in the database, as an example.
Download the model and density:
- The model in PDB format
- The Validation 2Fo-Fc coefficients file — decompress it to get a CIF file
- The Validation Fo-Fc coefficients file — decompress it to get a CIF file
- You now have 3 files:
- 5d8v.pdb
- 5d8vvalidation2fo-fcmapcoef.cif
- 5d8vvalidationfo-fcmapcoef.cif
Convert the format:
Use cif2mtz from the CCP4 suite:
BASHcif2mtz hklin 5d8v_validation_2fo-fc_map_coef.cif hklout 2fo-fc.mtz << EOF EOF cif2mtz hklin 5d8v_validation_fo-fc_map_coef.cif hklout fo-fc.mtz << EOF EOFUse the standalone Python package gemmi:
BASHpip3 install gemmi gemmi cif2mtz 5d8v_validation_2fo-fc_map_coef.cif 2fo-fc.mtz gemmi cif2mtz 5d8v_validation_fo-fc_map_coef.cif fo-fc.mtz
Load the PDB model along with 2fo-fc.mtz and fo-fc.mtz into COOT, and that's all you need.