Skip to main content

A Streamlit app for running AlphaFold 3 predictions

Project description

🔬 AFusion: AlphaFold 3 GUI & Toolkit

Documentation Status

AFusion is a user-friendly graphical interface designed to simplify the process of AlphaFold 3 predictions, making it accessible to users who prefer a GUI over command-line interactions. Now with console output and an API for batch predictions!

Demo site (generate input JSON files ONLY)

Table of Contents

Features

  • 🧭 Guided Installation: GUI-based installer to simplify the installation process, easily set up the application step-by-step.
  • ✨ Intuitive Interface: Easily configure job settings, sequences, and execution parameters through a clean and modern GUI.
  • 📋 Entity Management: Add multiple entities (Protein, RNA, DNA, Ligand) with support for modifications, MSA options, and templates.
  • ⚙️ Dynamic JSON Generation: Automatically generates the required JSON input file for AlphaFold 3 based on user inputs.
  • 🚀 Integrated Execution: Run AlphaFold 3 directly from the GUI with customizable Docker execution settings.
  • 🖥️ Visual Feedback: Provides command output within the interface for monitoring and debugging.
  • 🖥️ Console Output: Track processes and debug more effectively with backend console output.
  • 🧩 API for Batch Predictions: Perform batch predictions using the AFusion API in Python scripts.

Prerequisites

Before using AFusion, ensure that you have the following:

  1. 🐳 Docker Installed: Docker is required to run AlphaFold 3. Install Docker from the official website.

  2. 🧬 AlphaFold 3 Installed: AFusion requires AlphaFold 3 to be installed and set up on your system. Follow the installation instructions provided in the AlphaFold 3 GitHub Repository to deploy AlphaFold 3. Or you can run step-by-step GUI by:

    afusion install
    
  3. 🐍 Python 3.10 or Higher: AFusion is built with Python and requires Python 3.10 or higher.

Installation and Running

  1. Install AFusion

    Run the following command in your terminal to install AFusion:

    pip install afusion
    
  2. Run AFusion GUI

    After installation, you can start AFusion by running:

    afusion run
    

    This will launch the AFusion graphical user interface (GUI) in your default web browser.

Please Note:

  • 🧬 AlphaFold 3 Installation: Ensure you have correctly installed AlphaFold 3, including model parameters and required databases, following the AlphaFold 3 Installation Guide.

  • ⚙️ Docker Configuration: After installing Docker, make sure it is running properly and that your user has permission to execute Docker commands.

  • 📦 Streamlit is Included in Dependencies: AFusion's installation will automatically install all required dependencies, including Streamlit. There's no need to install it separately.

If you encounter any issues during installation or usage, please refer to the relevant official documentation or contact us for support.

Usage

Launching AFusion

  1. 🚀 Start the Streamlit App

    From the project directory, run:

    afusion
    
  2. 🌐 Access the Application

    • The application will launch, and Streamlit will provide a local URL (e.g., http://localhost:8501).
    • Open the provided URL in your web browser to access AFusion.

Using the GUI

Find more about input in here.

1. Welcome Page

  • 👋 Logo and Introduction: You'll see the AFusion logo and a brief description.
  • 📑 Navigation Sidebar: Use the sidebar on the left to navigate to different sections of the app.

2. Job Settings

  • 🏷️ Job Name: Enter a descriptive name for your job.
  • 🔢 Model Seeds: Provide integer seeds separated by commas (e.g., 1,2,3).

3. Sequences

  • 🔬 Number of Entities: Select how many entities you want to add (Proteins, RNA, DNA, Ligand).
  • 📋 Entity Details: For each entity:
    • ⚛️ Entity Type: Select the type (Protein, RNA, DNA, Ligand).
    • 🆔 Entity ID: Provide an identifier for the entity.
    • 🧬 Sequence Input: Enter the sequence information.
    • ✏️ Modifications: Optionally add modifications with their types and positions.
    • 📂 MSA Options: Choose MSA generation options and provide MSA data if applicable.
    • 📜 Templates: Optionally add template data with mmCIF content and indices.

4. Bonded Atom Pairs (Optional)

  • 🔗 Add Bonds: Check the box to add bonded atom pairs.
  • ⚛️ Define Bonds: For each bond, provide details for the first and second atoms, including entity IDs, residue IDs, and atom names.

5. User Provided CCD (Optional)

  • 📜 User CCD Input: Paste or enter custom CCD data in mmCIF format.

6. Generated JSON

  • 📄 Review JSON Content: The application generates the JSON input file based on your entries. You can review it here.

7. AlphaFold 3 Execution Settings

  • 🗂️ Paths Configuration:

    • 📁 AF Input Path: Specify the path to the AlphaFold input directory (e.g., /home/user/af_input).
    • 📂 AF Output Path: Specify the path to the output directory (e.g., /home/user/af_output).
    • 📂 Model Parameters Directory: Provide the path to the model parameters directory.
    • 📂 Databases Directory: Provide the path to the databases directory.
  • ⚙️ Execution Options:

    • 🏗️ Run Data Pipeline: Choose whether to run the data pipeline (CPU-intensive).
    • 💻 Run Inference: Choose whether to run inference (requires GPU).

8. Run AlphaFold 3

  • 💾 Save JSON File: Click the "Save JSON File" button to save the generated JSON to the specified input path.
  • ▶️ Run AlphaFold 3 Now: Click the "Run AlphaFold 3 Now ▶️" button to execute the AlphaFold 3 prediction using the Docker command.
    • 🔧 Docker Command: The exact Docker command used is displayed for your reference.
    • 📊 Command Output: Execution output is displayed within the app for monitoring.

Documentation

  • Full Documentation in here

ToDo

  • 📄 Bulid Documentation: Tutorial for using the AFusion API in Python scripts for batch predictions.
  • ♻️ Refactor Code and Publish to PyPI: Refactor the project code for improved modularity and maintainability, and publish the latest version to PyPI for easy installation.
  • 🔗 Integrate Alphafold-analysis: Incorporate Alphafold-analysis into the project for detailed analysis of AlphaFold prediction results.
  • ⚛️ Preset Common Small Molecules & Metal Ions: Add a dedicated section for quick access to commonly used small molecules and metal ions.
  • 🧬 Add Common Covalent Modifications: Include predefined options for common covalent modifications with user customization capabilities.
  • 🛠️ New Tool for Chemical Small Molecules: Develop a new tool to handle and model chemical small molecules, supporting seamless integration into the prediction pipeline.
  • 🖥️ Add Console Output: Implement a backend console for output to track processes and debug more effectively.
  • 🧩 Create API for Batch Predictions: Develop a standalone function API to allow users to perform batch predictions with afusion in Python scripts.
  • 🧭 Create Guided Installation GUI: To simplify the installation process.

Screenshots

  • GUI Interface image
  • CLI Output image

License

This project is licensed under the GPL3 License - see the LICENSE file for details.

Acknowledgements

  • AlphaFold 3: This GUI is designed to work with AlphaFold 3 by DeepMind.
  • Streamlit: AFusion is built using Streamlit, an open-source app framework for machine learning and data science teams.
  • Contributors: Waiting for more!

If you encounter any issues or have suggestions for improvements, please open an issue or submit a pull request.

Happy Folding! 🧬

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

afusion-1.1.2.tar.gz (47.4 kB view details)

Uploaded Source

Built Distribution

afusion-1.1.2-py3-none-any.whl (30.1 kB view details)

Uploaded Python 3

File details

Details for the file afusion-1.1.2.tar.gz.

File metadata

  • Download URL: afusion-1.1.2.tar.gz
  • Upload date:
  • Size: 47.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.14

File hashes

Hashes for afusion-1.1.2.tar.gz
Algorithm Hash digest
SHA256 ef355d5672e38e0ebd2c93b3147c8bcf31014993281c74b26489849224a3c3c8
MD5 46d63c074fa68e094bd94220a86334e8
BLAKE2b-256 a79b492320ab6888d61e6c437ed88b3eae11f342ced01ba118cfaee53a4c9d39

See more details on using hashes here.

File details

Details for the file afusion-1.1.2-py3-none-any.whl.

File metadata

  • Download URL: afusion-1.1.2-py3-none-any.whl
  • Upload date:
  • Size: 30.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.14

File hashes

Hashes for afusion-1.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 9111203630d3507b71aa19a4e6fe097f2a7e434a1168fd4aec845979eea819ca
MD5 a9f2de19fd5771a679035d05946c3e20
BLAKE2b-256 40b3aa3f745c6582010961e05d9d0837af73e428f6d620f842c572fa1df60855

See more details on using hashes here.

Supported by

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