generated from sipbs-compbiol/sipbs-compbiol-book-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
92 lines (73 loc) · 2.17 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
# 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: "BM425 Workshop 1: SARS-CoV-2 Genome Analysis"
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: |
This workshop was written by Dr Leighton Pritchard, Dr Morgan Feeney, and Dr Nick Tucker
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/BM425-Workshop-1
repo-branch: main
repo-actions: [edit, issue]
# Sets author information and publication/presentation date
# [D] AUTHOR INFORMATION AND PUBLICATION/PRESENTATION DATE
author: "Leighton Pritchard and Morgan Feeney"
date: "2024-09-27"
# Define chapters and sections here
# [E] CHAPTERS AND SECTIONS
chapters:
- index.qmd
- 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: assembly.qmd
chapters:
- shovill.qmd
- part: annotation.qmd
chapters:
- prokka.qmd
- jbrowse.qmd
- part: mapping.qmd
chapters:
- bwamem.qmd
- snippy.qmd
# - part: exercise.qmd
# chapters:
# - instructions.qmd
- acknowledgements.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"
# pdf:
# documentclass: scrreprt
# Freeze output before pushing modifications to the repository when publishing
# Should not need changing
execute:
freeze: auto