-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
150 lines (142 loc) · 4.96 KB
/
mkdocs.yml
File metadata and controls
150 lines (142 loc) · 4.96 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
# Project information
site_name: 'Jacques Dainat Bioinformatics Knowledge'
site_author: 'Jacques Dainat'
site_url: 'https://juke34.github.io/knowledge/'
site_description: Some bioinformatics knowledge gathered by Jacques Dainat
site_dir: public # When you build your site, all of the files are written to the directory assigned to the site_dir configuration option (defaults to "site")
# Repository
repo_name: 'knowledge'
repo_url: 'https://github.com/juke34/knowledge'
edit_uri: edit/main/docs/ # Allow to replace edit/master/docs use by default
# Configuration
theme:
name: material
#logo: pages/img/ # logo top left page
search_index_only: true
include_search_page: true
features:
- announce.dismiss
- content.action.edit
- content.action.view
- content.code.annotate
- content.code.copy
# - content.tabs.link
- content.tooltips
- header.autohide
# - navigation.expand
- navigation.footer
- navigation.indexes
# - navigation.instant
# - navigation.prune
# - navigation.sections # collapse subsections
- navigation.tabs
# - navigation.tabs.sticky
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
- toc.integrate # remove table of content on the right side
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
# Extensions
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.snippets:
base_path: docs
- attr_list
- tables
- toc:
# toc_depth: 3
permalink: '#'
# Plugins
plugins:
- search:
separator: '[\s\-,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
- minify:
minify_html: true
#- external-markdown
- macros
- include-markdown
# css
extra_css:
- stylesheets/extra.css
# javascripts
extra_javascript:
- https://unpkg.com/tablesort@5.3.0/dist/tablesort.min.js
- javascripts/tablesort.js
# Customization
extra:
# homepage: # Page displayed when clicking the logo
history_buttons: false
# --- set whole scope variables ---
color_table_header: "#333a99"
# page tree
nav:
- Home: README.md
- Bioinformatics:
- Formats :
- Specification :
- BAM / SAM : bioinformatics/format/specification/bam_and_sam.md
- BED v1 : bioinformatics/format/specification/bed.md
- CIGAR : bioinformatics/format/specification/cigar.md
- CRAM v3.1 : bioinformatics/format/specification/cram.md
- GFF / GTF all versions : bioinformatics/format/specification/gxf.md
- Markdown : bioinformatics/format/specification/markdown.md
- SUGAR : bioinformatics/format/specification/sugar.md
- TEXTILE (Wiki) : bioinformatics/format/specification/textile.md
- VCF v4.4 : bioinformatics/format/specification/vcf.md
- VULGAR : bioinformatics/format/specification/vulgar.md
- Interesting ressources about formats: bioinformatics/format/specification/interesting_ressources.md
- Conversion :
- GFF to :
- GTF: bioinformatics/format/conversion/gff_to_gtf.md
- BED: bioinformatics/format/conversion/gff_to_bed.md
- Handling :
- FASTA : bioinformatics/format/handling/split_fasta.md
- Annotation :
- Genome : bioinformatics/annotation/structural/annotation_tools_genome.md
- Mitochondrion : bioinformatics/annotation/structural/annotation_tools_mitome.md
- Chloroplast : bioinformatics/annotation/structural/annotation_tools_plastome.md
- Plasmid : bioinformatics/annotation/structural/annotation_tools_plasmidome.md
- Classification : bioinformatics/taxonomic_classification.md
- Variant annotation : bioinformatics/variant_annotation.md
- Visualisation : bioinformatics/data_visualisation.md
- Cluster :
- Schedulers commands comparison : cluster/scheduler_rosetta.md
- Slurm : cluster/slurm.md
- Rackham : cluster/rackham.md
- Screen : cluster/screen.md
- Programming :
- Bash :
- Lecture : programming/bash/bash_lecture.md
- Cheat sheet : programming/bash/bash_cheat_sheet.md
- Useful commands : programming/bash/bash_other.md
- Bioconda : programming/bioconda/bioconda.md
- Git : programming/git/git.md
- Perl :
- Perl code profiler : programming/perl/perl_code_profiler.md
- Python : programming/python/python.md
- R : programming/r/r.md
- Nextflow : programming/nextflow/nextflow.md
- Resource:
- Course : resource/course.md
- Sites : resource/sites.md
- Blogs : resource/blogs.md
- Sequencing : sequencing/sequencing.md
- Statistics : statistics/statistics.md