protenix

Predict protein, complex, and protein-ligand structures from sequence inputs with confidence metrics.

104|10|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/001TMF/blatant-why --skill protenix-001tmf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: protenix
Source: https://github.com/001TMF/blatant-why/tree/main/templates/.claude/skills/protenix
Command: npx skills add https://github.com/001TMF/blatant-why --skill protenix-001tmf

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires numpy, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Protenix Structure Prediction provides an end-to-end solution to generate accurate protein structures from sequences or complexes, delivering validated inputs and interpretable confidence metrics.

Core Features & Use Cases

  • End-to-end structure prediction for proteins, complexes, and protein-ligand systems, with ipTM, pTM, pLDDT, and ranking_score reported.
  • Input validation wrapper that enforces the specification and supports on-demand compute routing (local GPU, HPC, or Tamarind) via a Python entry point.
  • Multi-seed ensemble capability to assess stability across seeds and facilitate robust decision-making for downstream analysis.

Quick Start

Provide a valid input JSON detailing sequences and seeds, then run the Protenix wrapper to obtain predicted structures and confidence metrics.

Frequently Asked Questions about protenix

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I predict protein structures and get confidence metrics like pLDDT and ipTM?

You can predict protein structures and complexes by providing a valid input JSON detailing sequences and seeds. The automation processes single chains, multi-chain complexes, and ligand-inclusive systems, emitting confidence metrics like pLDDT, ipTM, pTM, and ranking_score for validation.

What is the best way to assess protein complex pose stability across different prediction seeds?

Assessing complex pose stability requires running a multi-seed ensemble capability. By evaluating predictions across multiple seeds and samples, you can measure structural stability and facilitate robust decision-making for downstream analysis.

Can I predict protein-ligand systems and multi-chain complexes using this structure prediction approach?

Yes, structure prediction applies to single chains, multi-chain complexes, and protein-ligand systems. It processes sequence inputs to generate predicted structures and emits interpretable confidence metrics like ipTM and ranking_score for complex pose assessment.

Do I need a specific Protenix installation and environment variables to run protein structure prediction?

Yes, protein structure prediction requires a Protenix installation on PATH. You must also set the environment variables PROTENIX_ROOT_DIR or PROTEUS_FOLD_DIR to correctly locate model assets before running the prediction wrapper.

How does input validation work for protein complex structure prediction?

Input validation for protein complex prediction enforces a specific JSON specification. An input validation wrapper checks your sequences and seeds against the spec, supporting on-demand compute routing via a Python entry point before executing the prediction.