-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
59 lines (59 loc) · 1.34 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
extra:
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/NPGMgroup
- icon: fontawesome/brands/github
link: https://github.com/NBChub/bgcflow
markdown_extensions:
- attr_list
nav:
- Home: index.md
- QC and Data Selection:
- seqfu: seqfu.md
- mash: mash.md
- fastani: fastani.md
- checkm: checkm.md
- Functional Annotation:
- prokka-gbk: prokka-gbk.md
- deeptfactor: deeptfactor.md
- Genome Mining:
- antismash: antismash.md
- query-bigslice: query-bigslice.md
- bigscape: bigscape.md
- bigslice: bigslice.md
- arts: arts.md
- cblaster-genome: cblaster-genome.md
- cblaster-bgc: cblaster-bgc.md
- gecco: gecco.md
- Phylogenomic Placement:
- automlst-wrapper: automlst-wrapper.md
- Comparative Genomics:
- roary: roary.md
- eggnog-roary: eggnog-roary.md
plugins:
- search
- mkdocs-jupyter:
execute: false
include_source: true
no_input: true
show_input: false
- macros
site_name: BGCFlow Report
theme:
custom_dir: overrides
features:
- navigation.tabs
- toc.integrate
logo: assets/bgcflow/BGCFlow_logo.svg
name: material
palette:
- primary: blue
scheme: default
toggle:
icon: material/toggle-switch
name: Switch to dark mode
- primary: blue
scheme: slate
toggle:
icon: material/toggle-switch-off-outline
name: Switch to light mode