forked from QFAB-Bioinformatics/tutorials
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
57 lines (50 loc) · 1.9 KB
/
mkdocs.yml
File metadata and controls
57 lines (50 loc) · 1.9 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
site_name: ABRPI Training 2016
site_description: Tutorials for analysing bacterial omics data
site_author: Anna Syme, Torsten Seemann
site_favicon: favicon.ico
theme: yeti
#theme: united
markdown_extensions:
- admonition
- smarty
- tables
- markdown_include.include
extra_css:
- css/sepsis.css
pages:
- Home: index.md
- Genomics Workshop:
- Workshop overview: modules/workshop_overview/index.md
#- Using Galaxy: modules/galaxy/index.md
- Starting with Galaxy: modules/galaxy/index.md
- Training dataset: modules/data-dna/index.md
#- Quality control: modules/fastqc/index.md
#- Read trimming: modules/trimmomatic/index.md
- Genome assembly with Velvet: modules/velvet/index.md
- Genome assembly with Spades: modules/spades/index.md
- Genome annotation: modules/prokka/index.md
- Variant finding: modules/snippy/index.md
- More Genomics:
- From public data to annotation: modules/access_data/index.md
- PacBio assembly:
- Assembly with SMRT portal: modules/pacbio/index.md
- Assembly and finishing with command line tools: modules/cmdline_assembly/index.md
#- Annotation using command line tools: modules/cmdline_prokka/index.md
- Transcriptomics:
# - Overview: modules/transcriptomics.md
# - Dataset: modules/data-rna/index.md
# #- Quality control: modules/fastqc/index.md
# #- Read trimming: modules/trimmomatic/index.md
# - Transcriptome assembly: modules/stringtie/index.md
- Differential gene expression: modules/dge/index.md
- Salmon: modules/salmon/index.md
#- Advanced:
#- Differential Gene Expression: intro/dge/index.md
#- Pan genome: intro/roary/index.md
#- Artemis: modules/artemis/index.md
#- JBrowse: modules/jbrowse/index.md
- Proteomics:
- Protein Identification: modules/xtandem/index.md
- Pathway Tools:
- Pathway annotation and prediction: modules/pathway_tools/annotation/index.md
- About: about/index.md