-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
41 lines (41 loc) · 1.28 KB
/
mkdocs.yml
File metadata and controls
41 lines (41 loc) · 1.28 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
site_name: Hunt Lab Small RNA Pipeline
site_url: https://Vicky-Hunt-Lab.github.io/HuntLab-smallRNA/
repo_url: https://github.com/Vicky-Hunt-Lab/HuntLab-smallRNA
repo_name: Vicky-Hunt-Lab/HuntLab-smallRNA
copyright: Copyright © 2021 - 2025 Kieran Reynolds & Vicky Hunt Lab Members
nav:
- Home: index.md
- Installation: installation.md
- Walkthrough:
- Overview: walkthrough/index.md
- Prerequisites and Considerations: walkthrough/prereq.md
- The Config File: walkthrough/config.md
- Running Trim: walkthrough/trim.md
- Running Sort: walkthrough/sort.md
- Running Unitas: walkthrough/unitas.md
- Running TargetID: walkthrough/targetid.md
- Other Tasks: other-tasks.md
- CLI Reference:
- Overview: cli-reference/index.md
- ExtractNC: cli-reference/extractnc.md
- Label for Unitas: cli-reference/label-for-unitas.md
- Build Coord Files: cli-reference/build-coord-files.md
- Overlap SS: cli-reference/overlapss.md
theme:
name: material
features:
- navigation.instant
- navigation.path
- navigation.footer
- navigation.tabs
- navigation.tabs.sticky
- toc.follow
- toc.integrate
- content.code.copy
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
extra:
version:
provider: mike