forked from Galaxy-Au-training/tutorials
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
127 lines (98 loc) · 4.33 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
site_name: Galaxy Australia Training
site_description: Tutorials for using Galaxy Australia
site_author: Anna Syme, Gareth Price, Torsten Seemann
site_favicon: favicon.ico
site_url: 'https://galaxy-au-training.github.io/tutorials/'
repo_name: 'Galaxy-Australia-training/tutorials'
repo_url: 'https://github.com/Galaxy-Au-training/tutorials'
copyright: '© The authors; 2018-'
#theme: yeti
theme: material
extra:
feature:
tabs: true
social:
- type: 'coffee'
link: ''
- type: 'github'
link: 'https://github.com/Galaxy-Au-training/tutorials'
- type: 'bug'
link: 'https://github.com/Galaxy-Au-training/tutorials/issues'
markdown_extensions:
- admonition
- smarty
- tables
- markdown_include.include
- codehilite
- pymdownx.details
- footnotes
extra_css:
- css/sepsis.css
pages:
- Welcome: index.md
- Get started: modules/galaxy/index.md
- Learn key tasks: modules/intro/index.md
- Download and Delete Data in Galaxy: modules/galaxy-data/index.md
# - Starting with Galaxy: modules/galaxy/index.md
- Quality control: modules/fastqc/index.md
- Genome assembly: modules/spades/index.md
- Genome annotation: modules/prokka/index.md
- Variant calling - bacteria: modules/snippy/index.md
- Variant calling - human: modules/variants/index.md
# - Metagenomics: modules/metagenomics/metagenomics.md
# - Workflows - Introduction: modules/workflows/index.md
# - Workflow - Assembly and annotation: modules/workflow-assembly-annotation/index.md
# - Workflow - Variant calling: modules/workflow-variant-calling/index.md
# - Workflow - Differential gene expression: modules/workflow-rna-seq/index.md
# - Galaxy Resources: galaxy-resources.md
# Snippy core
# Gubbins
#- Public data → assembly, annotation: modules/access_data/index.md
- Antibiotic-resistant genes: modules/abricate/index.md
- Using MLST: modules/mlst/index.md
#- Viral genome sequencing: modules/viral_genomes/index.md
# - Metagenomics with FROGS: modules/frogs/index.md
- Sample identification: modules/kraken/index.md
#- PacBio assembly with SMRT portal: modules/pacbio/index.md
#- PacBio assembly with command line tools: modules/cmdline_assembly/index.md
#- Spades assembly - commandline: modules/spades_cmdline/index.md
#- Genome alignment with Mauve: modules/mauve/index.md
#- Pangenomes with Roary/Phandango - command line: modules/roary/index.md
#- Pangenomes with Roary/Phandango - Galaxy: modules/roary-galaxy/index.md
#- Long read assembly workshop: modules/cmdline_assembly_v2/index.md
#- Annotation using command line tools: modules/cmdline_prokka/index.md
#- Bash scripts: modules/scripts/index.md
- RNA-seq - bacteria: modules/dge/index.md
- RNA-seq - eukaryotes: modules/rna-humans/index.md
- Metagenomics: modules/metagenomics/index.md
- Galaxy workflows - introduction: modules/workflows/index.md
- Workflow - genome assembly: modules/workflow-assembly/index.md
- Workflow - genome annotation: modules/workflow-annotation/index.md
- Workflow - variant calling, bacteria: modules/workflow-variant-calling/index.md
- Workflow - Bacterial RNA-seq: modules/workflow-rna-seq/index.md
- Workflow - Metagenomics: modules/workflow-metagenomics/index.md
- Short read data: modules/shortreads/index.md
- Reference genomes: modules/refseq/index.md
- Help!: modules/help/index.md
#- Galaxy help & resources: modules/resources/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 using Galaxy and Degust: modules/dge/index.md
#- Differential gene expression using Kallisto and Degust: modules/kallisto/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 annotation and prediction: modules/pathway_tools/annotation/index.md
#- Metabolomics:
#- Metabolite identification: modules/xcms/index.md
#- Draft: modules/xcms/metab_draft.md
# - About: about/index.md