What problem does it solve?
Predicting splice sites normally requires local GPU infrastructure, model weights, and careful preprocessing with tools like SpliceAI. This Skill replaces that setup with a single CLI call to the hosted Genomic Intelligence G0 BigBird transformer, returning ranked donor/acceptor sites with positions and probabilities in about a second.
Core Features & Use Cases
- Splice site prediction: Submits a single-record FASTA gene body (100–500,000 bp) to the /v1/tasks/splice/predict endpoint and returns per-position probabilities plus called donor and acceptor sites.
- Reproducible outputs: Generates a Markdown report, a full JSON result envelope, and a reproducibility bundle (command.sh + environment.json) for exact reruns.
- Use Case: A researcher studying an HBB mutation runs the bundled demo or their own gene-sense FASTA to locate canonical and cryptic splice sites, then chains the results into variant-annotation to intersect calls with VEP splice consequences.
Quick Start
Run the gi-splice skill with the demo flag to predict splice sites in the bundled HBB gene body and review the generated report.