-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
132 lines (124 loc) · 3.59 KB
/
mkdocs.yml
File metadata and controls
132 lines (124 loc) · 3.59 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
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
128
129
130
131
132
site_name: David Lab FoodSeq Handbook
nav:
- Getting Started:
- Home: index.md
- Introduction to Lab Biostatistics: intro.md
- Setting Up: settingup.md
- Wet Lab Protocols:
- Overview: wetlab.md
- DNA Extraction: extraction.md
- PCR Amplification: pcr.md
- Gel Electrophoresis: gel.md
- Amplicon Cleaning: cleaning.md
- Quantification and Pooling: pooling.md
- Sequencing: sequencing.md
- Creating a Phyloseq:
- Creating a Phyloseq (trnL and 12Sv5): pipeline.md
- Creating a Phyloseq (16S): 16s.md
- Creating the References: references.md
- Creating the SQL File: sql.md
- Post-Phyloseq Processing and Analysis:
- Overview: processing.md
- Assigning Common Names: commonnames.md
- Reviewing Unassigned Taxa: reviewing.md
- Filtering Taxa: taxafiltering.md
- Filtering Samples: samplefiltering.md
- Pruning Taxa: pruning.md
- Agglomerating Taxa: glomming.md
- Calculating Diversity: diversity.md
- Relative Abundance and CLR Transform: abundance.md
- Creating a PCA Plot: pca.md
- Merging Phyloseqs: merging.md
- Anonymizing Human Reads: anonymizer.md
theme:
name: material
features:
- header.autohide
- navigation.tabs
- navigation.sections
- navigation.path
- navigation.top
- navigation.instant
- navigation.footer
- toc.integrate
- content.code.copy
- content.code.select
- search.suggest
- content.tabs.link
font:
text: Source Sans Pro
code: IBM Plex Mono
palette:
# Palette toggle for dark mode
- scheme: default
primary: white
accent: custom
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- scheme: slate
primary: black
accent: custom
toggle:
icon: material/weather-night
name: Switch to light mode
repo_url: https://github.com/LAD-LAB
repo_name: LAD-LAB
markdown_extensions:
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- md_in_html
- pymdownx.blocks.caption
- pymdownx.arithmatex:
generic: true
- pymdownx.tabbed:
alternate_style: true
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascripts/mathjax.js
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
plugins:
- git-authors
- search
- git-revision-date-localized:
enable_creation_date: true
fallback_to_build_date: false
- offline
extra:
generator: true
analytics:
provider: google
property: G-1LM4D2NZZL
feedback:
title: Did you find everything you were looking for?
ratings:
- icon: material/thumb-up-outline
name: This page was helpful
data: 1
note: >-
Thanks for your feedback!
- icon: material/thumb-down-outline
name: This page could be improved
data: 0
note: >-
Thanks for your feedback! Please
<a href="https://github.com/LAD-LAB/lad-lab.github.io/issues/new/?title=[Feedback]+{title}&body=Page:+{url}%0A%0AFeedback:+" target="_blank" rel="noopener">open an issue</a>
and let us know what was missing or unclear (no GitHub familiarity needed).