What problem does it solve?
This Skill provides a streamlined workflow for predicting protein and nucleic acid structures using the ESMFold2 algorithm, simplifying the process of structural biology research.
Core Features & Use Cases
- Protein and Nucleic Acid Structure Prediction: Utilizes the Biohub ESMFold2 / ESMFold2-Fast co-folding method to predict structures.
- Multiple Input Modes: Supports single-sequence and MSA modes for protein, DNA, RNA, and ligand analysis.
- Advanced Language Models: Incorporates ESMC-{300M,600M,6B} protein language models for masked-LM logits, hidden states, mutation scoring, contact prediction, and SAE interpretability head.
- Use Case: Imagine you are a structural biologist looking to predict the structure of a protein based on a single-sequence input. Use this Skill to analyze the sequence and obtain potential structural configurations.
Quick Start
Run the 'esmfold2' skill with the following command to predict the structure of a protein with a given sequence: esmfold2 predict protein "sequence" --name "output.cif" --model "biohub/ESMFold2".