-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
69 lines (61 loc) · 1.71 KB
/
mkdocs.yml
File metadata and controls
69 lines (61 loc) · 1.71 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
site_name: MosaiCatcher documentation
site_description: A Snakemake-based workflow for quality control and detection of SV in Strand-Seq sequencing data
theme:
name: material
features:
- navigation.tabs
- navigation.sections
- navigation.top
- header.autohide
palette:
- scheme: default
primary: white
accent: blue
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- scheme: slate
primary: grey
accent: blue
toggle:
icon: material/weather-night
name: Switch to light mode
icon:
repo: fontawesome/brands/github
repo_url: https://github.com/friendsofstrandseq/mosaicatcher-pipeline
repo_name: friendsofstrandseq/mosaicatcher-pipeline
nav:
- Home: index.md
- Installation: installation.md
- Getting Started:
- Quick Start: quickstart.md
- Input Data Formats: input-data.md
- Running the Pipeline:
- Usage: usage.md
- Parameters: parameters.md
- Advanced Modes: advanced-modes.md
- EMBL HPC: embl.md
- Reference:
- Pipeline Outputs: outputs.md
- Reference Genomes: reference-genomes.md
- Reproduce publication results: publication.md
- Development Roadmap: roadmap.md
- Troubleshooting: troubleshooting.md
- Changelog: changelog.md
- Contributing: contributing.md
markdown_extensions:
- admonition
- attr_list
- md_in_html
- pymdownx.details
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
copyright: Copyright © 2022 - 2026 Thomas Weber
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/friendsofstrandseq/mosaicatcher-pipeline
name: GitHub
version:
provider: mike