-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathmkdocs.yml
More file actions
353 lines (339 loc) · 18.8 KB
/
Copy pathmkdocs.yml
File metadata and controls
353 lines (339 loc) · 18.8 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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
site_name: Public Health Bioinformatics
site_author: Theiagen Genomics
site_description: A collection of bioinformatics workflows for genomic characterization, submission preparation, and genomic epidemiology of pathogens of public health concern.
site_url: https://theiagen.github.io/public_health_bioinformatics/
edit_uri: "edit/main/docs/"
repo_url: https://github.com/theiagen/public_health_bioinformatics
nav:
- Public Health Bioinformatics:
- Home: index.md
- Getting Started:
- With the Command-Line: getting_started/commandline.md
- With Terra.bio: getting_started/terra.md
- Workflow Failure Philosophy: getting_started/philosophy.md
- Other Resources:
- Available SOPs: guides/sops.md
- All Tools: guides/all_tools.md
- Database and Docker Versions: guides/versions.md
- Glossary: guides/glossary.md
- Guides:
- Guide to GAMBIT: guides/gambit.md
- Guide to GAMBIT Database Creation: guides/gambit_database.md
- Guide to Phylogenetics: guides/phylogenetics.md
- Guide to Running Custom Organisms on TheiaCoV: guides/custom_organisms.md
- Workflows:
- Workflows by Type:
- Overview Table: workflows_overview/workflows_type.md
- Data Import:
- Assembly_Fetch: workflows/data_import/assembly_fetch.md
- BaseSpace_Fetch: workflows/data_import/basespace_fetch.md
- Create_Terra_Table: workflows/data_import/create_terra_table.md
- Fetch_SRR_Accession: workflows/data_import/fetch_srr_accession.md
- ONT_Barcode_Concatenation: workflows/data_import/ont_barcode_concatenation.md
- SRA_Fetch: workflows/data_import/sra_fetch.md
- Genomic Characterization:
- Freyja Workflow Series: workflows/genomic_characterization/freyja.md
- Pangolin_Update: workflows/genomic_characterization/pangolin_update.md
- TheiaCoV™ Workflow Series: workflows/genomic_characterization/theiacov.md
- TheiaEuk™ Workflow Series: workflows/genomic_characterization/theiaeuk.md
- TheiaMeta™: workflows/genomic_characterization/theiameta.md
- TheiaProk™ Workflow Series: workflows/genomic_characterization/theiaprok.md
- TheiaViral™ Workflow Series: workflows/genomic_characterization/theiaviral.md
- VADR_Update: workflows/genomic_characterization/vadr_update.md
- Phylogenetic Construction:
- Augur: workflows/phylogenetic_construction/augur.md
- Core_Gene_SNP: workflows/phylogenetic_construction/core_gene_snp.md
- Clair3_Variants_ONT: workflows/phylogenetic_construction/clair3_variants.md
- Find_Shared_Variants: workflows/phylogenetic_construction/find_shared_variants.md
- kSNP3: workflows/phylogenetic_construction/ksnp3.md
- kSNP4: workflows/phylogenetic_construction/ksnp4.md
- Lyve_SET: workflows/phylogenetic_construction/lyve_set.md
- MashTree_FASTA: workflows/phylogenetic_construction/mashtree_fasta.md
- Snippy_Streamline: workflows/phylogenetic_construction/snippy_streamline.md
- Snippy_Streamline_FASTA: workflows/phylogenetic_construction/snippy_streamline_fasta.md
- Snippy_Tree: workflows/phylogenetic_construction/snippy_tree.md
- Snippy_Variants: workflows/phylogenetic_construction/snippy_variants.md
- Phylogenetic Placement:
- Nextclade_Batch: workflows/phylogenetic_placement/nextclade_batch.md
- Usher: workflows/phylogenetic_placement/usher.md
- Public Data Sharing:
- Mercury_Prep_N_Batch: workflows/public_data_sharing/mercury_prep_n_batch.md
- Terra_2_ENA: workflows/public_data_sharing/terra_2_ena.md
- Terra_2_GISAID: workflows/public_data_sharing/terra_2_gisaid.md
- Terra_2_NCBI: workflows/public_data_sharing/terra_2_ncbi.md
- Exporting Data from Terra:
- Concatenate_Column_Content: workflows/data_export/concatenate_column_content.md
- Transfer_Column_Content: workflows/data_export/transfer_column_content.md
- Zip_Column_Content: workflows/data_export/zip_column_content.md
- Microreact_Export: workflows/data_export/microreact_export.md
- Standalone:
- AMR_Search: workflows/standalone/amr_search.md
- Cauris_CladeTyper: workflows/standalone/cauris_cladetyper.md
- Dorado_Basecalling: workflows/standalone/dorado_basecalling.md
- Concatenate_Illumina_Lanes: workflows/standalone/concatenate_illumina_lanes.md
- GAMBIT_Query: workflows/standalone/gambit_query.md
- Kraken2: workflows/standalone/kraken2.md
- Metabuli: workflows/standalone/metabuli.md
- NCBI-AMRFinderPlus: workflows/standalone/ncbi_amrfinderplus.md
- NCBI-Scrub: workflows/standalone/ncbi_scrub.md
- PhyloCompare: workflows/standalone/phylocompare.md
- RASUSA: workflows/standalone/rasusa.md
- Rename_FASTQ: workflows/standalone/rename_fastq.md
- TBProfiler_tNGS: workflows/standalone/tbprofiler_tngs.md
- TheiaValidate™: workflows/standalone/theiavalidate.md
- Workflows by Kingdom:
- Overview Table: workflows_overview/workflows_kingdom.md
- Any Taxa:
- AMR_Search: workflows/standalone/amr_search.md
- Assembly_Fetch: workflows/data_import/assembly_fetch.md
- BaseSpace_Fetch: workflows/data_import/basespace_fetch.md
- Clair3_Variants_ONT: workflows/phylogenetic_construction/clair3_variants.md
- Concatenate_Column_Content: workflows/data_export/concatenate_column_content.md
- Concatenate_Illumina_Lanes: workflows/standalone/concatenate_illumina_lanes.md
- Create_Terra_Table: workflows/data_import/create_terra_table.md
- Dorado_Basecalling: workflows/standalone/dorado_basecalling.md
- Fetch_SRR_Accession: workflows/data_import/fetch_srr_accession.md
- Kraken2: workflows/standalone/kraken2.md
- Metabuli: workflows/standalone/metabuli.md
- Microreact_Export: workflows/data_export/microreact_export.md
- NCBI-Scrub: workflows/standalone/ncbi_scrub.md
- ONT_Barcode_Concatenation: workflows/data_import/ont_barcode_concatenation.md
- PhyloCompare: workflows/standalone/phylocompare.md
- RASUSA: workflows/standalone/rasusa.md
- Rename_FASTQ: workflows/standalone/rename_fastq.md
- SRA_Fetch: workflows/data_import/sra_fetch.md
- TheiaMeta™: workflows/genomic_characterization/theiameta.md
- TheiaValidate™: workflows/standalone/theiavalidate.md
- Transfer_Column_Content: workflows/data_export/transfer_column_content.md
- Zip_Column_Content: workflows/data_export/zip_column_content.md
- Bacteria:
- Core_Gene_SNP: workflows/phylogenetic_construction/core_gene_snp.md
- Find_Shared_Variants: workflows/phylogenetic_construction/find_shared_variants.md
- GAMBIT_Query: workflows/standalone/gambit_query.md
- kSNP3: workflows/phylogenetic_construction/ksnp3.md
- kSNP4: workflows/phylogenetic_construction/ksnp4.md
- Lyve_SET: workflows/phylogenetic_construction/lyve_set.md
- MashTree_FASTA: workflows/phylogenetic_construction/mashtree_fasta.md
- NCBI-AMRFinderPlus: workflows/standalone/ncbi_amrfinderplus.md
- Snippy_Streamline: workflows/phylogenetic_construction/snippy_streamline.md
- Snippy_Streamline_FASTA: workflows/phylogenetic_construction/snippy_streamline_fasta.md
- Snippy_Tree: workflows/phylogenetic_construction/snippy_tree.md
- Snippy_Variants: workflows/phylogenetic_construction/snippy_variants.md
- TBProfiler_tNGS: workflows/standalone/tbprofiler_tngs.md
- Terra_2_ENA: workflows/public_data_sharing/terra_2_ena.md
- Terra_2_NCBI: workflows/public_data_sharing/terra_2_ncbi.md
- TheiaProk™ Workflow Series: workflows/genomic_characterization/theiaprok.md
- Mycotics:
- Cauris_CladeTyper: workflows/standalone/cauris_cladetyper.md
- Find_Shared_Variants: workflows/phylogenetic_construction/find_shared_variants.md
- GAMBIT_Query: workflows/standalone/gambit_query.md
- kSNP3: workflows/phylogenetic_construction/ksnp3.md
- kSNP4: workflows/phylogenetic_construction/ksnp4.md
- MashTree_FASTA: workflows/phylogenetic_construction/mashtree_fasta.md
- Snippy_Variants: workflows/phylogenetic_construction/snippy_variants.md
- Terra_2_NCBI: workflows/public_data_sharing/terra_2_ncbi.md
- TheiaEuk™ Workflow Series: workflows/genomic_characterization/theiaeuk.md
- Viral:
- Augur: workflows/phylogenetic_construction/augur.md
- Freyja Workflow Series: workflows/genomic_characterization/freyja.md
- kSNP3: workflows/phylogenetic_construction/ksnp3.md
- kSNP4: workflows/phylogenetic_construction/ksnp4.md
- MashTree_FASTA: workflows/phylogenetic_construction/mashtree_fasta.md
- Mercury_Prep_N_Batch: workflows/public_data_sharing/mercury_prep_n_batch.md
- Nextclade_Batch: workflows/phylogenetic_placement/nextclade_batch.md
- Pangolin_Update: workflows/genomic_characterization/pangolin_update.md
- Snippy_Variants: workflows/phylogenetic_construction/snippy_variants.md
- Terra_2_ENA: workflows/public_data_sharing/terra_2_ena.md
- Terra_2_GISAID: workflows/public_data_sharing/terra_2_gisaid.md
- Terra_2_NCBI: workflows/public_data_sharing/terra_2_ncbi.md
- TheiaCoV™ Workflow Series: workflows/genomic_characterization/theiacov.md
- TheiaViral™ Workflow Series: workflows/genomic_characterization/theiaviral.md
- Usher: workflows/phylogenetic_placement/usher.md
- VADR_Update: workflows/genomic_characterization/vadr_update.md
- Workflows Alphabetically:
- Overview Table: workflows_overview/workflows_alphabetically.md
- AMR_Search: workflows/standalone/amr_search.md
- Assembly_Fetch: workflows/data_import/assembly_fetch.md
- Augur: workflows/phylogenetic_construction/augur.md
- BaseSpace_Fetch: workflows/data_import/basespace_fetch.md
- Cauris_CladeTyper: workflows/standalone/cauris_cladetyper.md
- Clair3_Variants_ONT: workflows/phylogenetic_construction/clair3_variants.md
- Concatenate_Column_Content: workflows/data_export/concatenate_column_content.md
- Concatenate_Illumina_Lanes: workflows/standalone/concatenate_illumina_lanes.md
- Core_Gene_SNP: workflows/phylogenetic_construction/core_gene_snp.md
- Create_Terra_Table: workflows/data_import/create_terra_table.md
- Dorado_Basecalling: workflows/standalone/dorado_basecalling.md
- Fetch_SRR_Accession: workflows/data_import/fetch_srr_accession.md
- Find_Shared_Variants: workflows/phylogenetic_construction/find_shared_variants.md
- Freyja Workflow Series: workflows/genomic_characterization/freyja.md
- GAMBIT_Query: workflows/standalone/gambit_query.md
- Kraken2: workflows/standalone/kraken2.md
- kSNP3: workflows/phylogenetic_construction/ksnp3.md
- kSNP4: workflows/phylogenetic_construction/ksnp4.md
- Lyve_SET: workflows/phylogenetic_construction/lyve_set.md
- MashTree_FASTA: workflows/phylogenetic_construction/mashtree_fasta.md
- Mercury_Prep_N_Batch: workflows/public_data_sharing/mercury_prep_n_batch.md
- Metabuli: workflows/standalone/metabuli.md
- Microreact_Export: workflows/data_export/microreact_export.md
- NCBI-AMRFinderPlus: workflows/standalone/ncbi_amrfinderplus.md
- NCBI-Scrub: workflows/standalone/ncbi_scrub.md
- Nextclade_Batch: workflows/phylogenetic_placement/nextclade_batch.md
- ONT_Barcode_Concatenation: workflows/data_import/ont_barcode_concatenation.md
- Pangolin_Update: workflows/genomic_characterization/pangolin_update.md
- PhyloCompare: workflows/standalone/phylocompare.md
- RASUSA: workflows/standalone/rasusa.md
- Rename_FASTQ: workflows/standalone/rename_fastq.md
- Snippy_Streamline: workflows/phylogenetic_construction/snippy_streamline.md
- Snippy_Streamline_FASTA: workflows/phylogenetic_construction/snippy_streamline_fasta.md
- Snippy_Tree: workflows/phylogenetic_construction/snippy_tree.md
- Snippy_Variants: workflows/phylogenetic_construction/snippy_variants.md
- SRA_Fetch: workflows/data_import/sra_fetch.md
- TBProfiler_tNGS: workflows/standalone/tbprofiler_tngs.md
- Terra_2_ENA: workflows/public_data_sharing/terra_2_ena.md
- Terra_2_GISAID: workflows/public_data_sharing/terra_2_gisaid.md
- Terra_2_NCBI: workflows/public_data_sharing/terra_2_ncbi.md
- TheiaCoV™ Workflow Series: workflows/genomic_characterization/theiacov.md
- TheiaEuk™ Workflow Series: workflows/genomic_characterization/theiaeuk.md
- TheiaMeta™: workflows/genomic_characterization/theiameta.md
- TheiaProk™ Workflow Series: workflows/genomic_characterization/theiaprok.md
- TheiaValidate™: workflows/standalone/theiavalidate.md
- TheiaViral™ Workflow Series: workflows/genomic_characterization/theiaviral.md
- Transfer_Column_Content: workflows/data_export/transfer_column_content.md
- Usher: workflows/phylogenetic_placement/usher.md
- VADR_Update: workflows/genomic_characterization/vadr_update.md
- Zip_Column_Content: workflows/data_export/zip_column_content.md
- Contributing:
- Contributing to the Documentation: contributing/doc_contribution.md
- Contributing to the Code: contributing/code_contribution.md
not_in_nav: |
assets/*
common_text/*
macros/*
theme:
variant: classic
logo: assets/logos/Theiagen-Logo-White.png
favicon: assets/logos/Theiagen-Symbol-Standard-01.png
custom_dir: docs/overrides
features:
- content.action.edit
- content.action.view
- content.code.annotate
- content.code.copy
- content.tabs.link
- content.tooltips
- navigation.instant
- navigation.path
- navigation.tabs
- navigation.top
- navigation.tracking
- search.highlight
- toc.follow
language: en
palette:
- media: "(prefers-color-scheme: light)"
scheme: light
toggle:
icon: material/weather-night
name: Switch to Dark Mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
accent: indigo
primary: black
toggle:
icon: material/white-balance-sunny
name: Switch to Light Mode
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- pymdownx.blocks.caption
- pymdownx.blocks.html
- pymdownx.caret
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.mark
- pymdownx.snippets:
# Append the glossary abbreviations to every page so terms render as
# hover tooltips site-wide. See docs/assets/abbreviations.md.
auto_append:
- docs/assets/abbreviations.md
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- pymdownx.tasklist:
custom_checkbox: true
- toc:
permalink: true
- zensical.extensions.macros:
module_name: docs/macros/main
on_error_fail: true
- zensical.extensions.glightbox
plugins:
- git-revision-date-localized:
enable_creation_date: true
type: iso_date
- mike:
canonical_version: null
extra_javascript:
# table-utils.js defines window.mdTables and must load before the other
# table-*.js files (and toggle-spin.js, which uses mdTables.onPageLoad).
- javascripts/table-utils.js
- https://unpkg.com/tablesort@5.3.0/dist/tablesort.min.js
- javascripts/table-sort.js
- javascripts/table-search.js
- javascripts/table-resize.js
- javascripts/table-scrolltop.js
- javascripts/toggle-spin.js
extra_css:
- stylesheets/extra.css
validation:
unresolved_references: false # needs to be false otherwise we have 200+ warnings due to css
unresolved_footnotes: false
unused_definitions: false
unused_footnotes: false # only three instances of this happening
shadowed_definitions: false
shadowed_footnotes: false
invalid_links: false
invalid_link_anchors: false
extra:
social:
- icon: fontawesome/solid/envelope
link: mailto:<support@theiagen.com>
name: Talk with us
- icon: fontawesome/brands/github
link: https://github.com/theiagen
name: Code with us
- icon: fontawesome/brands/bluesky
link: https://bsky.app/profile/theiagen.bsky.social
name: Tweet with us
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/theiagen
name: Connect with us
version:
provider: mike
default: latest
alias: true
homepage: https://www.theiagen.com
# remove once hooks are supported
copyright: |
© 2022-2026 <a href="https://www.theiagen.com" target="_blank" rel="noopener">Theiagen Genomics</a>
# currently unsupported in zensical
#hooks:
# - macros/hooks/on_config.py
watch:
- docs/common_text
- docs/assets