-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmkdocs.yml
More file actions
76 lines (69 loc) · 1.92 KB
/
Copy pathmkdocs.yml
File metadata and controls
76 lines (69 loc) · 1.92 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
site_name: TIRmite
site_description: Map profile HMMs of transposon termini to genomic sequences for annotation of cryptic transposon variants.
site_author: Adam Taranto
site_url: https://adamtaranto.github.io/TIRmite
repo_name: adamtaranto/TIRmite
repo_url: https://github.com/Adamtaranto/TIRmite
edit_uri: edit/main/docs/
theme:
name: material
logo: tirmite_hexlogo.jpg
favicon: tirmite_hexlogo.jpg
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: teal
accent: cyan
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: teal
accent: cyan
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.tabs
- navigation.sections
- navigation.top
- navigation.expand
- search.highlight
- search.share
- content.code.copy
- content.action.edit
plugins:
- search
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- attr_list
- md_in_html
- toc:
permalink: true
extra_javascript:
- https://unpkg.com/mermaid@10/dist/mermaid.min.js
nav:
- Home: index.md
- Tutorials:
- Building HMMs for Transposon Termini: tutorials/building-hmms.md
- Using tirmite search: tutorials/tirmite-search.md
- Using tirmite pair: tutorials/tirmite-pair.md
- Reconstructing and Validating Target Sites: tutorials/tirmite-validate.md
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/Adamtaranto/TIRmite