Converting AlphaFold3 CIF to PDB
From Proteopedia
(Difference between revisions)
Line 3: | Line 3: | ||
In 2024, [http://firstglance.jmol.org FirstGlance in Jmol] requires the older [[PDB format]]. If you wish to display AlphaFold3 predicted structures in FirstGlance, here is how to convert them to PDB format: | In 2024, [http://firstglance.jmol.org FirstGlance in Jmol] requires the older [[PDB format]]. If you wish to display AlphaFold3 predicted structures in FirstGlance, here is how to convert them to PDB format: | ||
# Get the Jmol.jar Java application running on your computer by following the instructions at [[Jmol/Application]]. | # Get the Jmol.jar Java application running on your computer by following the instructions at [[Jmol/Application]]. | ||
+ | # Create a working folder (directory), and put Jmol.jar in it. | ||
+ | # Download the zip file from the [https://alphafoldserver.com AlphaFold3 Server]. | ||
+ | # Double-click the zip file to unzip it. | ||
+ | # Drag the file with a name ending '''_model_0.cif''' into your working folder.<ref name="best">Each job produces 5 .cif files. The file with a name ending _model_0.cif is one of those with the highest pTM quality score.</ref> | ||
+ | |||
+ | ==Notes== | ||
+ | <references /> |
Revision as of 02:16, 11 November 2024
The AlphaFold3 Server predicts models only in the mmCIF format (filename ending .cif). These files can be uploaded to iCn3D, or displayed in PyMOL or ChimeraX.
In 2024, FirstGlance in Jmol requires the older PDB format. If you wish to display AlphaFold3 predicted structures in FirstGlance, here is how to convert them to PDB format:
- Get the Jmol.jar Java application running on your computer by following the instructions at Jmol/Application.
- Create a working folder (directory), and put Jmol.jar in it.
- Download the zip file from the AlphaFold3 Server.
- Double-click the zip file to unzip it.
- Drag the file with a name ending _model_0.cif into your working folder.[1]
Notes
- ↑ Each job produces 5 .cif files. The file with a name ending _model_0.cif is one of those with the highest pTM quality score.