generated from sipbs-compbiol/sipbs-compbiol-book-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
121 lines (100 loc) · 2.72 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
# These variables define the project; they may not need to be changed
project:
type: book
output-dir: _book
# These variables define the book contents - adjust them as necessary
book:
# [A] BOOK TITLE
title: "BM327 Workshop 1: Seeking the Source of Hospital Infection"
reader-mode: true
# The cover image and favicon; these may not need to be changed
cover-image: sipbs_compbio_800.png
favicon: icon_32.png
# Sets the page footer text/images
# [B] FOOTER TEXT
page-footer:
left: |
These BM327 workshop materials were written by Leighton Pritchard and Morgan Feeney
right: |
This book was built with <a href="https://quarto.org/">Quarto</a>.
# Sets the URL for the repository
# [C] GITHUB REPOSITORY URL
repo-url: https://github.com/sipbs-compbiol/BM327_Workshop_1
repo-branch: main
repo-actions: [edit, issue]
# Sets author information and publication/presentation date
# [D] AUTHOR INFORMATION AND PUBLICATION/PRESENTATION DATE
author: "Dr Leighton Pritchard and Dr Morgan Feeney"
date: "02/21/25"
# Define chapters and sections here
# [E] CHAPTERS AND SECTIONS
chapters:
- part: index.qmd
chapters:
- intro.qmd
- galaxy-registration.qmd
- part: galaxy.qmd
chapters:
- join-session.qmd
- download-data.qmd
- upload-data.qmd
- part: workshop.qmd
chapters:
- fastqc.qmd
- trimmomatic.qmd
- part: mapping.qmd
chapters:
- bwamem.qmd
- jbrowse.qmd
- snippy.qmd
- part: assembly.qmd
chapters:
- shovill.qmd
- part: classification.qmd
chapters:
- pubmlst.qmd
- part: phylogenetics.qmd
chapters:
- tree.qmd
- itol.qmd
- part: investigation.qmd
chapters:
- questions.qmd
- part: conclusion.qmd
chapters:
- epilogue.qmd
- references.qmd
# Location of BibTeX format reference file; may not need to be changed
bibliography: references.bib
# Formatting and theme; may not need to be changed
format:
html:
theme: cosmo
code-link: true
author-meta: "Leighton Pritchard"
custom-callout:
callout-todo:
title: "TODO"
icon-symbol: "📝"
color: "red"
callout-challenge:
title: "CHALLENGE"
icon-symbol: "🧑🏫"
color: "aquamarine"
callout-question:
title: "QUESTION"
icon-symbol: "🙋"
color: "yellow"
callout-questions:
title: "QUESTIONS"
icon-symbol: "🙋️"
color: "yellow"
filters:
- custom-callout
- naquiz
# pdf:
# documentclass: scrreprt
# Freeze output before pushing modifications to the repository when publishing
# Should not need changing
execute:
freeze: auto