forked from sib-swiss/RNAseq-introduction-training
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
54 lines (46 loc) · 1.34 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
site_name: Introduction to RNA-Seq - From quality control to pathway analysis
nav:
- Home: index.md
- Precourse preparations: precourse.md
- Course schedule: course_schedule.md
- Slides notes (draft): slides_notes.md
- Cheatsheets: cheatsheets.md
- Day1 :
- RNAseq - technologies and design : days/design.md
- Server login + unix fresh up : days/server_login.md
- Quality control : days/quality_control.md
- Sequence trimming : days/trimming.md
- Reads mapping : days/mapping.md
- Day2 :
- Differential Expression Inference : days/DE.md
- Enrichment analysis : days/enrichment.md
# Repository
repo_name: sib-swiss/RNAseq-introduction-training
repo_url: https://github.com/sib-swiss/RNAseq-introduction-training
site_url:
theme:
name: material
logo: assets/images/SIB_logo.svg
favicon: assets/images/SIB_logo.svg
extra_css:
- stylesheets/extra.css
markdown_extensions:
- abbr
- def_list
- footnotes
- tables
- admonition
- codehilite:
guess_lang: false
- sane_lists
- smarty
- toc
- pymdownx.superfences
- attr_list
- pymdownx.tabbed:
alternate_style: true
- pymdownx.keys
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg