-
Notifications
You must be signed in to change notification settings - Fork 5
/
mkdocs.yml
70 lines (60 loc) · 2.03 KB
/
mkdocs.yml
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
site_name: Cancer Genomics Workshop
site_description: This contains all material for the Cancer Genomics workshop.
site_author: Authors
#site_url: 'https://bpa-csiro-workshops.github.io/cancer-manuals'
copyright: '© The authors; 2017-'
#Documentation and theme
theme: material
# Options
extra:
palette:
primary: 'indigo'
accent: 'light blue'
feature:
tabs: false
site_favicon: 'media/logos/Bioplatforms-Australia-favicon2.png'
markdown_extensions:
- admonition
- smarty
- tables
- markdown_include.include
- codehilite:
linenumsa: true
- toc:
permalink: true
- mdx_math
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- pymdownx.details
extra_css:
- css/details.css
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML
- js/details.js
nav:
- Home: index.md
- The Trainers: trainers/trainers.md
- Timetable: timetables/timetable_cancer.md
- Workshop Information: preamble.md
- Hands-on Modules:
- Introduction to Command Line: modules/cancer-module-cli/commandline.md
- Quality Control: modules/cancer-module-qc/ngs-qc.md
- Read Alignment: modules/cancer-module-alignment/alignment.md
- Single Nucleotide Variant Calling and Annotation: modules/cancer-module-snv/snv.md
- Copy Number Variation: modules/cancer-module-cnv/cnv-tut.md
- Structural Variant Analysis: modules/cancer-module-sv/sv_tut.md
- Somatic Mutations:
- Assessing somatic mutational signatures: modules/cancer-module-somatic/01_signatures.md
- Cohort analysis for the identification of driver genes: modules/cancer-module-somatic/02_intogen.md
- Variant Visualisation: modules/cancer-module-viz/visu.md
- License: license.md