一键导入
biomni
Use when working from the local Biomni repository to run agent-style biomedical tasks or inspect Biomni's biomedical tool modules and examples.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when working from the local Biomni repository to run agent-style biomedical tasks or inspect Biomni's biomedical tool modules and examples.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when joint-genotyping one or more germline gVCFs into a cohort VCF with GATK GenotypeGVCFs.
Use when running GATK HaplotypeCaller to emit per-sample germline variant calls or gVCFs from analysis-ready BAM/CRAM inputs.
Use when splitting mixed accession-like text into one lowercase token per line in EDirect-style text pipelines.
Use when converting ACE assembly files into SAM while preserving legacy ACE-specific padded or contig-sequence behavior.
Use when pretty-printing tab-delimited output with left, center, right, or decimal-aware numeric alignment in EDirect text workflows.
Use when masking columns or coordinate ranges in multiple-sequence alignments before downstream HMMER or alignment-processing steps.
| name | biomni |
| description | Use when working from the local Biomni repository to run agent-style biomedical tasks or inspect Biomni's biomedical tool modules and examples. |
| allowed-tools | Bash, Python |
Workspace-local entry point for the Biomni repository at /home/vimalinx/Projects/bio_studio/repositories/active/Biomni. The repo is present, the top-level Python package can be imported by adding the repo to sys.path, and the README documents both agent-style usage (A1) and a large biomedical tool tree under biomni/tool/.
/home/vimalinx/Projects/bio_studio/repositories/active/Biomnibiomni_e1, configure API keys, then use from biomni.agent import A1python -c "import sys; sys.path.insert(0, '/home/vimalinx/Projects/bio_studio/repositories/active/Biomni'); import biomni; print(biomni.__file__)"# Enter the local repository
cd /home/vimalinx/Projects/bio_studio/repositories/active/Biomni
# Minimal repo-based import check
import sys
sys.path.insert(0, "/home/vimalinx/Projects/bio_studio/repositories/active/Biomni")
import biomni
print(biomni.__file__)
# Agent-style usage from the README
from biomni.agent import A1
agent = A1(path="./data", llm="claude-sonnet-4-20250514")
agent.go("Perform scRNA-seq annotation at [PATH] and generate meaningful hypothesis")
bio env is enough..env or shell environment variables before trying agent mode.A1 examples in the README for full agent workflows, or inspect biomni/tool/ if you only need module-level capabilities.import biomni works when the repo path is added to sys.path, but deeper tool imports failed locally because langchain_core is missing.biomni_e1 conda environment plus additional package installation; do not assume the current workspace Python is sufficient.11GB.gradio>=5,<6.