-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
57 lines (54 loc) · 1.54 KB
/
_quarto.yml
File metadata and controls
57 lines (54 loc) · 1.54 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
project:
type: book
output-dir: docs
book:
title: "RNA-seq: Patógenos associados a hospedeiros"
author: "Dalmolin Systems Biology Group"
chapters:
- index.qmd
- analysis/00_setup.qmd
- analysis/01_preprocessing.qmd
- analysis/02_quantification.qmd
- analysis/03_differential_expression.qmd
- analysis/04_downstream_analyses.qmd
downloads: [pdf]
reader-mode: true
favicon: content/images/dalmolin_icon.svg
site-url: https://dalmolingroup.imd.ufrn.br/rnaseq_pathogen/
repo-url: https://github.com/dalmolingroup/rnaseq_pathogen
page-footer:
RNA-seq - Patógenos associados a hospedeiros é um curso construído por membros do
<a href="https://dalmolingroup.imd.ufrn.br/">Dalmolin Systems Biology Group</a>.
knitr:
opts_chunk:
message: false
warning: false
format:
pdf:
keep-tex: true
include-in-header:
text: |
\usepackage{fvextra}
\DefineVerbatimEnvironment{Highlighting}{Verbatim}{breaklines,commandchars=\\\{\}}
include-before-body:
text: |
\RecustomVerbatimEnvironment{verbatim}{Verbatim}{
showspaces = false,
showtabs = false,
breaksymbolleft={},
breaklines
% Note: setting commandchars=\\\{\} here will cause an error
}
theme:
light: flatly
dark: darkly
html:
theme:
light: flatly
dark: darkly
callout-appearance: simple
code-link: true
code-overflow: wrap
code-block-bg: true
code-block-border-left: "#b19cd9"
highlight-style: github