-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmkdocs.yml
79 lines (69 loc) · 2.22 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
site_name: elvers
site_url: http://dib-lab.github.io/elvers
repo_name: elvers
repo_url: https://github.com/dib-lab/elvers
edit_uri: ""
copyright: 'Copyright © 2018 <a href="http://ivory.idyll.org/lab/">Lab for Data Intensive Biology</a> at UC Davis
<br/><br/>
Icon made by Freepik, obtained from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a>, used under a <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a></div> license.'
# change directory names here
docs_dir: docs
site_dir: site
theme:
name: material
# pretty colors! see https://squidfunk.github.io/mkdocs-material/getting-started/#primary-colors
palette:
primary: 'darkblue'
accent: 'blue'
# fun logos! see https://material.io/icons/
logo: 'img/eel.svg'
font:
text: 'Roboto'
code: 'Roboto Mono'
features:
- instant
#- tabs
# give a title for each page
nav:
- 'elvers' : 'index.md'
- 'About': 'about.md'
- 'Quickstart': 'quickstart.md'
- 'Choosing and Configuring Workflows': configure.md
- 'Available Workflows':
- 'Eel Pond Protocol': eel_pond_workflow.md
- 'Protein-level Assembly Workflow': protein_assembly_workflow.md
- 'Subworkflows':
- 'preprocess': preprocess.md
- 'kmer_trim': kmer_trim.md
- 'assemble': assemble.md
- 'annotate': annotate.md
- 'quantify': quantify.md
- 'diffexp': diffexp.md
- 'sourmash_compute': sourmash_compute.md
- 'plass_assemble': plass_assemble.md
- 'paladin_map': paladin_map.md
#- 'correct_reads': correct_reads:.md
- 'Programs Used':
- 'get_data': get_data.md
- 'fastqc': fastqc.md
- 'trimmomatic': trimmomatic.md
- 'khmer': khmer.md
- 'trinity': trinity.md
- 'get_reference': get_reference.md
- 'dammit': dammit.md
- 'sourmash': sourmash.md
- 'salmon': salmon.md
- 'deseq2': deseq2.md
- 'plass': plass.md
- 'pear': pear.md
- 'paladin': paladin.md
- 'rcorrector': rcorrector.md
- 'For Developers':
- 'Under the Hood': under_the_hood.md
# Extensions
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true