| name | evo2 |
| description | Use when working from the local Evo 2 repository for DNA-sequence scoring, embeddings, generation, or phage-genome design experiments. |
| allowed-tools | Bash |
evo2
Workspace-local gateway for the Evo 2 repository at /home/vimalinx/Projects/bio_studio/repositories/active/evo2. The repo includes the upstream README, examples/run_evo2.py, and a phage_gen/ subproject, but the current Python environment is not fully ready for direct imports.
Quick Start
- Repository:
/home/vimalinx/Projects/bio_studio/repositories/active/evo2
- Documented repo check:
python -m evo2.test.test_evo2_generation --model_name evo2_7b
- Docker path:
docker build -t evo2 .
When To Use This Tool
- Scoring DNA sequences with Evo 2 forward passes
- Extracting embeddings for downstream genomics tasks
- Generating new DNA sequence continuations from prompts
- Exploring the local Evo 2 phage-design subproject
Common Patterns
cd /home/vimalinx/Projects/bio_studio/repositories/active/evo2
docker build -t evo2 .
python -m evo2.test.test_evo2_generation --model_name evo2_7b