abodybuilder3
CommunityGPU-accelerated antibody structure prediction.
System Documentation
What problem does it solve?
The skill streamlines scalable antibody structure prediction by leveraging protein language model embeddings to infer inter-residue geometries and 3D coordinates, enabling rapid analysis for research and therapeutic development.
Core Features & Use Cases
- GPU-accelerated prediction via Docker image ghcr.io/open-prophetdb/abodybuilder3:arm64-blackwell
- Batch processing for high-throughput antibody panels
- Supports paired heavy and light chain input in FASTA format for end-to-end predictions
- Use Case: Therapeutic antibody design, structural analysis, and computational immunology workflows
Quick Start
To run a single prediction, mount your input FASTA and run the Docker image with the inference script as shown. docker run --rm --gpus all -v $(pwd):/data ghcr.io/open-prophetdb/abodybuilder3:arm64-blackwell python /app/src/abodybuilder3/stages/inference.py --model language --output-dir /data/output For batch predictions, mount data directories and run: docker run --rm --gpus all -v /data:/data ghcr.io/open-prophetdb/abodybuilder3:arm64-blackwell python /app/src/abodybuilder3/stages/inference.py --model language --output-dir /data/outputs
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: abodybuilder3 Download link: https://github.com/yjcyxky/biominer-skills/archive/main.zip#abodybuilder3 Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.