-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
52 lines (45 loc) · 1.3 KB
/
Copy pathmkdocs.yml
File metadata and controls
52 lines (45 loc) · 1.3 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
site_name: Nevada Bioinformatics Center - Snakemake Workshop
site_url: https://nevadainbre.github.io/snakemake_tutorial/
repo_name: NevadaINBRE/snakemake_tutorial
repo_url: https://github.com/NevadaINBRE/snakemake_tutorial
edit_uri: edit/main/docs/
theme:
name: material
logo: images/university-logo.svg
favicon: images/university-logo.svg
palette:
primary: custom
accent: blue
features:
- content.code.copy
- content.code.annotate
- navigation.top
- navigation.footer
copyright: Copyright © 2026 University of Nevada, Reno
extra_css:
- stylesheets/custom.css
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
extra:
version:
provider: mike
nav:
- Welcome: index.md
- Prerequisites: prerequisites.md
- Software Installation: installation.md
- Data Setup: data-setup.md
- Workshop:
- "1. Snakemake Fundamentals": fundamentals.md
- "2. Wildcards & Generalization": wildcards.md
- "3. Resource Management": resources.md
- "4. HPC Integration": hpc.md
- "5. Reproducibility": reproducibility.md
- "6. Config Files": config.md
- "7. Docker Containers": docker.md
- Workshop Wrap-up: wrapup.md