-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
119 lines (112 loc) · 3.5 KB
/
mkdocs.yml
File metadata and controls
119 lines (112 loc) · 3.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
site_name: ClawBio Documentation
site_url: https://docs.clawbio.ai
site_description: Technical documentation, tutorials, and research for ClawBio, the bioinformatics-native AI agent skill library.
site_author: Manuel Corpas
repo_url: https://github.com/ClawBio/ClawBio
repo_name: ClawBio/ClawBio
theme:
name: material
favicon: assets/favicon.ico
logo: assets/clawbio-logo.jpeg
custom_dir: overrides
palette:
- scheme: clawbio
primary: custom
accent: custom
toggle:
icon: material/brightness-4
name: Switch to light mode
- scheme: default
primary: green
accent: green
toggle:
icon: material/brightness-7
name: Switch to dark mode
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.footer
- search.suggest
- content.code.copy
- header.autohide
font: false
nav:
- Home: index.md
- Skills:
- Skill Library: skills/index.md
- PharmGx Reporter: skills/pharmgx-reporter.md
- scRNA Orchestrator: skills/scrna-orchestrator.md
- Equity Scorer (HEIM): skills/equity-scorer.md
- NutriGx Advisor: skills/nutrigx-advisor.md
- Genome Compare: skills/genome-compare.md
- GWAS PRS: skills/gwas-prs.md
- GWAS Lookup: skills/gwas-lookup.md
- Galaxy Bridge: skills/galaxy-bridge.md
- RNA-seq DE: skills/rnaseq-de.md
- Tutorials:
- Overview: tutorials/index.md
- Basics:
- Setup: tutorials/setup.md
- Penguins Analysis: tutorials/penguins-analysis.md
- Journal Club Slides: tutorials/journal-club-slides.md
- Single Cell Portal: tutorials/single-cell-portal.md
- Context Management: tutorials/context-management.md
- APM: tutorials/apm.md
- Extras:
- Rules and Memory: tutorials/rules.md
- GitHub Education: tutorials/github-education.md
- Building Custom Agents: tutorials/making-agents.md
- tmux Sessions: tutorials/tmux-sessions.md
- ClawBio:
- Run Your First Skill: tutorials/run-your-first-skill.md
- Build a Skill: tutorials/build-a-skill.md
- Telegram Bot: tutorials/telegram-bot.md
- Variant Interpretation Workshop: tutorials/variant-interpretation-workshop.md
- Research:
- Overview: research/index.md
- Genomebook: research/genomebook.md
- Deployment:
- Overview: deployment/index.md
- Docker: deployment/docker.md
- Railway: deployment/railway.md
- Private Cloud: deployment/private-cloud.md
- Reference:
- SKILL.md Spec: reference/skillmd-spec.md
- CLI: reference/cli.md
- Security: reference/security.md
- Contributing: contributing/index.md
- Hackathon:
- Guide: hackathon/index.md
- Setup: hackathon/setup.md
- Build a Skill: hackathon/first-skill.md
- Add Python: hackathon/add-python.md
- Submit: hackathon/submit.md
- Agentic Tools: hackathon/agentic-tools.md
plugins:
- search
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- tables
- attr_list
- md_in_html
- toc:
permalink: true
extra_css:
- stylesheets/clawbio.css
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/ClawBio/ClawBio
- icon: fontawesome/brands/discord
link: https://discord.gg/clawbio
generator: false
copyright: "© 2026 ClawBio — Research and educational tool. Not a medical device."