Skip to main content

Protein structure prediction in PyMOL

Project description

PymolFold

Inspired by ColabFold by Sergey O.
Visualization inspired by pymol-color-alphafold.
Thanks to ESMFold by Meta and the API.
Fast access to AlphaMissense predicted Human proteins provided by hegelab.

Quick Start Guide

1. Install PyMOL

This project enables structure and domain prediction directly within the PyMOL visualization software.

SO, download and install PyMOL from the official website.


2. Run the Plugin

You can directly run the following command in >PyMOL

run https://raw.githubusercontent.com/ivandon15/PymolFold/main/run_plugin.py

If you see the following, installation was successful:


3. Obtain API Tokens

PymolFold utilizes APIs from ESM3 and NVIDIA Boltz2.
You need to obtain API tokens from both:

After obtaining your tokens, set them as environment variables:

  • ESM_API_TOKEN
  • NVCF_API_KEY
    Both must be uppercase and contain underscores.

How to set environment variables: Again, in >PyMOL, you can execute following command step by step

import os
print(os.environ["ESM_API_TOKEN"])
print(os.environ["NVCF_API_KEY"]) # if error occurs, it means you haven't set the key right

set_api_key ESM_API_TOKEN [, your_esm_api_key]
set_api_key NVCF_API_KEY [, your_nvcf_api_key]

print(os.environ["ESM_API_TOKEN"]) # it should print out what you just set
print(os.environ["NVCF_API_KEY"])

4. How to Use

PymolFold provides several features: esm3, boltz2, color_plddt and pxmeter_align.

1. Predict Monomer Protein Structure

Use the convenient esm3 command:

esm3 sequence [, name]
# Example:
esm3 MKTVRQERLKSIVRILERSKEPVSGAQLAEELSVSRQVIVQDIAYLRSLGYNIVATPRGYVLAGG

2. Predict Complexes, DNA, RNA, or Ligand Structures

For more complex predictions, use the boltz2 command.
Due to the number of required inputs, a web interface is provided (inspired by NVIDIA Boltz2).
Currently, conditional prediction is not supported, but may be added in the future.

To launch the web interface, enter the following in the PyMOL command line:

boltz2

You can run the provided example:

When using CCD code, you can check all the existed CCDs under pymolfold/gui/ccd_keys.json.

If you want to predict a head-tail amide bonded cyclic peptide, you may set cyclic on.

If you want to use MSA as an auxiliary information, you may set Add MSA on. It will automatically query colab design msa search via NVIDIA API.

After clicking Run on the web page, wait about 6 seconds (depending on protein size), and the structure will appear in PyMOL!


3. View pLDDT Scores

After prediction, enter the following to view pLDDT scores for the predicted structure:

color_plddt

4. How to evaluate the predicted results?

We utilized PXMeter to evaluate the differences between predicted structures and reference structures. PXMeter(0.1.4) now only supports PPI analysis, and more details can be seen in their repo. But unfortunately, we copied the repo and refine it since the python version may conflict with the one of PyMOL.

But how to use in PyMolFold?

pxmeter_align obj_real_structure_name, obj_pred_structure_name

It takes around 20s to loading when you first time using this method.

After running the script above, you will get the metrics in csv and png format under the folder you setted (if not set, it will generate in the root path). You can use the exmaple files under pymolfold/example/, and the results should be exactly the same as pymolfold/example/metrics.

Others

Version Current version is 0.2.9, and if you are interesting in the source code, you can install pymolfold directly by pip install pymolfold==0.2.9.

Info
The PymolFold service is running on a A5000 instance (cost $100 a week), and the sequence length is limited to 1000aa.

Issues and Errors
If you encounter any errors or issues while using this project, please don't hesitate to open an issue here on GitHub. Your feedback helps us improve the project and make it more user-friendly for everyone.

PymolFold Server: A Shared Resource
Please note that the PymolFold server is a shared resource, and I request you to use it responsibly. Do not abuse the server, as it can affect the availability and performance of the service for other users.

21Sept2025: Refactor PyMOLFold, deleting unrelated module, adding boltz2 using NVIDIA API
17Jan2025: Add `esm3` to use ESM-3 for folding.
21Aug2023: As the ESMFold API is not stable, the job will be sent to PymolFold server if the job failed.
11Apr2023: `pf_plugin.py` is the PyMOL plugin and the `pf_pkg.py` is a pymol-free python package.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pymolfold-0.2.9.tar.gz (134.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pymolfold-0.2.9-py3-none-any.whl (127.4 kB view details)

Uploaded Python 3

File details

Details for the file pymolfold-0.2.9.tar.gz.

File metadata

  • Download URL: pymolfold-0.2.9.tar.gz
  • Upload date:
  • Size: 134.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.6

File hashes

Hashes for pymolfold-0.2.9.tar.gz
Algorithm Hash digest
SHA256 72e9748c8dd2b98d87b772d4e7dfb0fdb19eb561ce235bf7e31df807452bc877
MD5 7a6a57af599ddf89fa2c062a0df246a4
BLAKE2b-256 c12cb6c71226c7c9ff5752a7f513be38dd66e392bed92adf69ac06fb786f093d

See more details on using hashes here.

File details

Details for the file pymolfold-0.2.9-py3-none-any.whl.

File metadata

  • Download URL: pymolfold-0.2.9-py3-none-any.whl
  • Upload date:
  • Size: 127.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.6

File hashes

Hashes for pymolfold-0.2.9-py3-none-any.whl
Algorithm Hash digest
SHA256 192703054be7a09755bd05a6262138c6e6f8a4c7d0c028cf9509a322c11ec78e
MD5 9f2bec75945e1dbf1eb911dbe816f5ae
BLAKE2b-256 c8c964397c45cd140a6f326430c31431c03fffad5d9afe56b91cb2bdcfa4a924

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page