-
Notifications
You must be signed in to change notification settings - Fork 17
/
mkdocs.yml
255 lines (246 loc) · 13.5 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
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
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/
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
- 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
- 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
- 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
- CZGenEpi_Prep: workflows/phylogenetic_construction/czgenepi_prep.md
- Find_Shared_Variants: workflows/phylogenetic_construction/find_shared_variants.md
- kSNP3: workflows/phylogenetic_construction/ksnp3.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:
- Samples_to_Ref_Tree: workflows/phylogenetic_placement/samples_to_ref_tree.md
- Usher_PHB: workflows/phylogenetic_placement/usher.md
- Public Data Sharing:
- Mercury_Prep_N_Batch: workflows/public_data_sharing/mercury_prep_n_batch.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
- Standalone:
- Cauris_CladeTyper: workflows/standalone/cauris_cladetyper.md
- GAMBIT_Query: workflows/standalone/gambit_query.md
- Kraken2: workflows/standalone/kraken2.md
- NCBI-AMRFinderPlus: workflows/standalone/ncbi_amrfinderplus.md
- NCBI-Scrub: workflows/standalone/ncbi_scrub.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:
- Assembly_Fetch: workflows/data_import/assembly_fetch.md
- BaseSpace_Fetch: workflows/data_import/basespace_fetch.md
- Concatenate_Column_Content: workflows/data_export/concatenate_column_content.md
- Create_Terra_Table: workflows/data_import/create_terra_table.md
- Kraken2: workflows/standalone/kraken2.md
- NCBI-Scrub: workflows/standalone/ncbi_scrub.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
- 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_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
- MashTree_FASTA: workflows/phylogenetic_construction/mashtree_fasta.md
- NCBI-AMRFinderPlus: workflows/standalone/ncbi_amrfinderplus.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
- CZGenEpi_Prep: workflows/phylogenetic_construction/czgenepi_prep.md
- Freyja Workflow Series: workflows/genomic_characterization/freyja.md
- kSNP3: workflows/phylogenetic_construction/ksnp3.md
- MashTree_FASTA: workflows/phylogenetic_construction/mashtree_fasta.md
- Mercury_Prep_N_Batch: workflows/public_data_sharing/mercury_prep_n_batch.md
- Pangolin_Update: workflows/genomic_characterization/pangolin_update.md
- Samples_to_Ref_Tree: workflows/phylogenetic_placement/samples_to_ref_tree.md
- Snippy_Variants: workflows/phylogenetic_construction/snippy_variants.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
- Usher_PHB: workflows/phylogenetic_placement/usher.md
- VADR_Update: workflows/genomic_characterization/vadr_update.md
- Workflows Alphabetically:
- Overview Table: workflows_overview/workflows_alphabetically.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
- Concatenate_Column_Content: workflows/data_export/concatenate_column_content.md
- Core_Gene_SNP: workflows/phylogenetic_construction/core_gene_snp.md
- Create_Terra_Table: workflows/data_import/create_terra_table.md
- CZGenEpi_Prep: workflows/phylogenetic_construction/czgenepi_prep.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
- 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
- NCBI-AMRFinderPlus: workflows/standalone/ncbi_amrfinderplus.md
- NCBI-Scrub: workflows/standalone/ncbi_scrub.md
- Pangolin_Update: workflows/genomic_characterization/pangolin_update.md
- RASUSA: workflows/standalone/rasusa.md
- Rename_FASTQ: workflows/standalone/rename_fastq.md
- Samples_to_Ref_Tree: workflows/phylogenetic_placement/samples_to_ref_tree.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_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
- Transfer_Column_Content: workflows/data_export/transfer_column_content.md
- Usher_PHB: 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
theme:
name: material
logo: assets/logos/Theiagen-Logo-White.png
favicon: assets/logos/Theiagen-Symbol-Standard-01.png
custom_dir: docs/overrides
features:
- content.code.annotate
- content.code.copy
- content.tabs.link
- content.tooltips
#- navigation.expand
- navigation.instant
#- navigation.instant.preview
- navigation.path
- navigation.tabs
- navigation.top
- navigation.tracking
- search.highlight
- search.suggest
- toc.follow
#- toc.integrate
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.details
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.mark
- pymdownx.caret
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- toc:
permalink: true
plugins:
- git-revision-date-localized:
enable_creation_date: true
type: iso_date
- search
- glightbox
- mike
# - section-index
extra_javascript:
- https://unpkg.com/[email protected]/dist/tablesort.min.js
- javascripts/tablesort.js
- javascripts/table-search.js
extra_css:
- stylesheets/extra.css
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/theiagen
- icon: fontawesome/brands/twitter
link: https://twitter.com/theiagen
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/theiagen
version:
provider: mike
default: latest
alias: true
homepage: https://www.theiagen.com
copyright: |
© 2022-2024 <a href="https://www.theiagen.com" target="_blank" rel="noopener">Theiagen Genomics</a>