-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path_quarto.yml
More file actions
51 lines (45 loc) · 1.25 KB
/
_quarto.yml
File metadata and controls
51 lines (45 loc) · 1.25 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
project:
type: website
output-dir: docs
execute:
freeze: auto
website:
title: "INAB In-House Analysis"
navbar:
left:
- text: Home
href: index.qmd
- text: Data Analytics
menu:
- text: Data & Metadata
href: qmd/data_cleaning.qmd
- text: Unix Commands
href: qmd/unix.qmd
- text: Manuals for analysis
menu:
- text: bcl convert
href: qmd/bcl_convert.qmd
- text: bases2fastq
href: qmd/bases2fastq.qmd
- text: fastqc
href: qmd/fastqc.qmd
- text: Merge lanes
href: qmd/merge_lanes.qmd
- text: RNAseq analysis
href: qmd/rnaseq.qmd
- text: ENA
href: qmd/ena_deposit.qmd
- text: ERGO-ii
href: qmd/ergo.qmd
- text: SARS-Cov-2
href: qmd/sars.qmd
page-footer:
border: true
left: "This page is built with [Quarto](https://quarto.org/)."
right: "[License](https://github.com/natanast/inab-inhouse-analyses/blob/main/LICENSE)"
format:
html:
theme: [morph, sass/theme-light.scss]
code-block-bg: true
code-block-border-left: "#2b5769"
toc: true