What problem does it solve?
Predicting gene boundaries, exons, and transcripts from raw DNA sequence normally requires installing tools like AUGUSTUS or Helixer with species-specific models. This skill submits a FASTA region to the hosted Genomic Intelligence annotation pipeline and returns predicted transcript structures in about 20 seconds for a 20 kbp region.
Core Features & Use Cases
- De novo gene prediction: Predicts gene boundaries, intervals, and transcripts from sequence alone, with no external annotation database required.
- Async job handling: Submits via the /v1/tasks/annotation/predict endpoint with respond-async, polls job progress, and renders a Markdown report plus full JSON result.
- Reproducibility bundle: Every run writes command.sh and environment.json alongside the report for auditable reruns.
- Use Case: Given a 19 kbp FASTA of the TP53 locus, run the demo to receive a table of predicted transcripts with start, end, and strand, matching TP53's multiple annotated isoforms.
Quick Start
Ask the agent to annotate the bundled TP53 demo sequence with gi-annotation, or provide your own single-record FASTA file between 1,000 and 500,000 bp along with a GI_API_KEY.