-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
144 lines (137 loc) · 5.36 KB
/
_quarto.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
project:
type: website
output-dir: _site
#date: today
#date-format: "YYYY"
website:
#google-analytics: ""
cookie-consent: true
title: "Cloud-SPAN Metatranscriptomics"
favicon: images/cloud-span-icon.png
page-navigation: true # prev and next options at the bottom of each page
back-to-top-navigation: true
reader-mode: true
repo-url: https://github.com/Cloud-SPAN/metatranscriptomics
repo-actions: [edit, issue]
page-footer:
left: |
Licensed under [CC-BY 4.0](https://creativecommons.org/licenses/by/4.0/) 2021–24 by [Cloud-SPAN](https://cloud-span.york.ac.uk/)
# Licensed under [CC-BY 4.0](https://creativecommons.org/licenses/by/4.0/) 2021–{{<meta date>}} by [Cloud-SPAN](https://cloud-span.york.ac.uk/)\
# Licensed under [CC-BY 4.0](https://creativecommons.org/licenses/by/4.0/) 2018–{{<meta date>}} by the [Carpentries](https://carpentries.org/)\
# Licensed under [CC-BY 4.0](https://creativecommons.org/licenses/by/4.0/) 2016–2018 by the [Data Carpentry](https://datacarpentry.org/)
# center:
# - text: "About"
# href: about.qmd
# - text: "FAQ"
# href: docs/faq/index.qmd
# - text: "License"
# href: license.qmd
# - text: "Trademark"
# href: trademark.qmd
right:
- icon: twitter
href: https://twitter.com/SpanCloud
aria-label: Quarto Twitter
- icon: github
href: https://github.com/Cloud-SPAN/metatranscriptomics
aria-label: Quarto GitHub
# - icon: rss
# href: https://quarto.org/docs/blog/index.xml
# aria-label: Quarto Blog RSS
navbar:
background: lightblue
logo: images/cloud-span-icon.png
logo-alt: "Cloud-SPAN logo."
title: false
collapse-below: lg
left:
- text: Home
href: index.qmd
- text: Precourse Instructions
href: docs/miscellanea/precourse-instructions.qmd
- text: About
href: docs/miscellanea/about.qmd
# - text: License
# href: docs/miscellanea/license.qmd
# - text: Code of Conduct
# href: docs/miscellanea/codeofconduct.qmd
# - text: Help
# menu:
# - text: "Report a Bug"
# icon: "bug"
# href: "https://github.com/quarto-dev/quarto-cli/issues"
# - text: "Ask a Question"
# icon: "chat-right-text"
# href: "https://github.com/quarto-dev/quarto-cli/discussions"
# - text: "FAQ"
# icon: "question-circle"
# href: docs/faq/index.qmd
sidebar:
style: "docked"
collapse-level: 1
pinned: true
contents:
- section: Files and Directories
href: docs/lesson01-files-and-directories/index.qmd
contents:
- docs/lesson01-files-and-directories/01-understanding-file-systems.qmd
- docs/lesson01-files-and-directories/02-logging-onto-cloud.qmd
- docs/lesson01-files-and-directories/03-shell-introduction.qmd
- section: "Using the Command Line"
href: docs/lesson02-using-the-command-line/index.qmd
contents:
- docs/lesson02-using-the-command-line/01-navigating-file-directories.qmd
- docs/lesson02-using-the-command-line/02-working-with-file.qmd
- docs/lesson02-using-the-command-line/03-redirection.qmd
- section: "QC & RNA pre-processing"
href: docs/lesson03-qc-pre-processing/index.qmd
contents:
- docs/lesson03-qc-pre-processing/01-introduction-meta.qmd
- docs/lesson03-qc-pre-processing/02-QC-raw-reads.qmd
- docs/lesson03-qc-pre-processing/03-rrna-filtering.qmd
- section: "Taxonomic Annotation"
href: docs/lesson04-taxonomic-annotation/index.qmd
contents:
- docs/lesson04-taxonomic-annotation/01-community-structure.qmd
- docs/lesson04-taxonomic-annotation/02-visualising-structure.qmd
- section: "Functional Annotation"
href: docs/lesson05-functional-annotation/index.qmd
contents:
- docs/lesson05-functional-annotation/01-functional-info.qmd
- docs/lesson05-functional-annotation/02-normalising-and-identifying.qmd
- section: "Combining Annotations"
href: docs/lesson06-combining-annotations/index.qmd
contents:
- docs/lesson06-combining-annotations/01-combining-annotations.qmd
- docs/lesson06-combining-annotations/02-Diversity-tackled-with-R.qmd
- docs/lesson06-combining-annotations/03-hands_on-diversity.qmd
- section: "Extras"
contents:
- docs/miscellanea/extras/data.qmd
- docs/miscellanea/extras/glossary.qmd
- docs/miscellanea/extras/workflow.qmd
format:
html:
code-copy: true
# highlight-style: oblivion, haddock or monochrome # dracula # espresso #(nice greyish)
highlight-style: dracula
code-overflow: wrap
page-layout: full
theme: cosmo
css: styles.css
# theme:
# - styles.scss
toc: true
grid: # defaults
sidebar-width: 230px # 300px
body-width: 1040px # 900px
margin-width: 230px # 300px
gutter-width: 1.5rem # 1.5rem
lang: en
keywords: transcriptomics, cloud computing, AWS, command line tools, data analysis, environmental science, learning resource
license: CC BY
appendix-style: none
title-block-style: none
execute:
freeze: auto
editor: visual