-
Notifications
You must be signed in to change notification settings - Fork 56
/
mkdocs.yml
197 lines (191 loc) · 6.55 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
# Project information
site_name: AGAT
site_author: Jacques Dainat
site_url: 'https://github.com/NBISweden/AGAT'
site_description: AGAT
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")
docs_dir: docs # The directory that holds the documentation source files (the MkDocs documentation)
# Repository
repo_name: 'AGAT'
repo_url: 'https://github.com/NBISweden/AGAT'
edit_uri: edit/main/docs/ # Allow to replace edit/master/docs use by default
# Configuration
theme:
name: material
logo: img/NBIS.png # 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:
permalink: '#'
# Plugins
plugins:
- search:
separator: '[\s\-,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
- minify:
minify_html: true
- macros
# Customization
extra:
# homepage: # Page displayed when clicking the logo
history_buttons: false
# --- set whole scope variables ---
contact: [email protected]
institute: NBIS
unit: NBIS
color_table_header: "#333a99"
# page tree
nav:
- AGAT Home:
- index.md
- install.md
- agat_for_you.md
- agat_how_does_it_work.md
- how_to_cite.md
- why_agat.md
- The GTF/GFF formats:
- gxf.md
- AGAT vs other tools:
- topological-sorting-of-gff-features.md
- gff_to_bed.md
- gff_to_gtf.md
- AGAT Tools:
- Slurp (sp prefix):
- tools/agat_convert_sp_gxf2gxf.md
- Convert:
- tools/agat_convert_bed2gff.md
- tools/agat_convert_embl2gff.md
- tools/agat_convert_genscan2gff.md
- tools/agat_convert_mfannot2gff.md
- tools/agat_convert_minimap2_bam2gff.md
- tools/agat_convert_sp_gff2bed.md
- tools/agat_convert_sp_gff2gtf.md
- tools/agat_convert_sp_gff2tsv.md
- tools/agat_convert_sp_gff2zff.md
- tools/agat_sp_to_tabulated.md
- tools/agat_sp_alignment_output_style.md
- Add:
- tools/agat_sp_add_intergenic_regions.md
- tools/agat_sp_add_introns.md
- tools/agat_sp_add_splice_sites.md
- tools/agat_sp_add_start_and_stop.md
- Aggregate:
- tools/agat_sp_complement_annotations.md
- tools/agat_sp_merge_annotations.md
- Compare:
- tools/agat_sp_compare_two_BUSCOs.md
- tools/agat_sp_compare_two_annotations.md
- tools/agat_sp_sensitivity_specificity.md
- Extract:
- tools/agat_sp_extract_attributes.md
- tools/agat_sp_extract_sequences.md
- Filter:
- tools/agat_sp_filter_by_ORF_size.md
- tools/agat_sp_filter_by_locus_distance.md
- tools/agat_sp_filter_by_mrnaBlastValue.md
- tools/agat_sp_filter_feature_by_attribute_presence.md
- tools/agat_sp_filter_feature_by_attribute_value.md
- tools/agat_sp_filter_feature_from_keep_list.md
- tools/agat_sp_filter_feature_from_kill_list.md
- tools/agat_sp_filter_gene_by_intron_numbers.md
- tools/agat_sp_filter_gene_by_length.md
- tools/agat_sp_filter_incomplete_gene_coding_models.md
- tools/agat_sp_filter_record_by_coordinates.md
- tools/agat_sp_keep_longest_isoform.md
- Flag:
- tools/agat_sp_flag_premature_stop_codons.md
- tools/agat_sp_flag_short_introns.md
- Fix:
- tools/agat_sp_fix_cds_phases.md
- tools/agat_sp_fix_features_locations_duplicated.md
- tools/agat_sp_fix_fusion.md
- tools/agat_sp_fix_longest_ORF.md
- tools/agat_sp_fix_overlaping_genes.md
- tools/agat_sp_fix_small_exon_from_extremities.md
- Manage:
- tools/agat_sp_manage_IDs.md
- tools/agat_sp_manage_UTRs.md
- tools/agat_sp_manage_attributes.md
- tools/agat_sp_manage_functional_annotation.md
- tools/agat_sp_manage_introns.md
- Statistics:
- tools/agat_sp_statistics.md
- tools/agat_sp_functional_statistics.md
- Other:
- tools/agat_sp_kraken_assess_liftover.md
- tools/agat_sp_list_short_introns.md
- tools/agat_sp_load_function_from_protein_align.md
- tools/agat_sp_move_attributes_within_records.md
- tools/agat_sp_prokka_fix_fragmented_gene_annotations.md
- tools/agat_sp_separate_by_record_type.md
- tools/agat_sp_split_by_level2_feature.md
- tools/agat_sp_clipN_seqExtremities_and_fixCoordinates.md
- tools/agat_sp_ensembl_output_style.md
- tools/agat_sp_Prokka_inferNameFromAttributes.md
- tools/agat_sp_webApollo_compliant.md
- Sequential (sq prefix):
- tools/agat_sq_add_attributes_from_tsv.md
- tools/agat_sq_add_hash_tag.md
- tools/agat_sq_add_locus_tag.md
- tools/agat_sq_filter_feature_from_fasta.md
- tools/agat_sq_list_attributes.md
- tools/agat_sq_manage_IDs.md
- tools/agat_sq_manage_attributes.md
- tools/agat_sq_mask.md
- tools/agat_sq_remove_redundant_entries.md
- tools/agat_sq_repeats_analyzer.md
- tools/agat_sq_reverse_complement.md
- tools/agat_sq_rfam_analyzer.md
- tools/agat_sq_split.md
- tools/agat_sq_stat_basic.md
- How to:
- howto/how_to_extract_sequences.md
- howto/how_to_aggregate_annotation.md
- Troubleshooting:
- troubleshooting.md