-
Notifications
You must be signed in to change notification settings - Fork 13
/
_quarto.yml
67 lines (59 loc) · 1.78 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
# This is the website configuration file
# For training developers:
# Please do not edit this file
# Contact us if something doesn't look right on your rendered website
project:
type: book
output-dir: _site
render:
- index.md
- setup.md
- materials.md
- materials/*
- "!materials/*/no_render"
format: courseformat-html
filters:
- courseformat
execute:
freeze: auto
knitr:
opts_knit:
cache.path: .knitr_cache
metadata-files:
- "materials/_chapters.yml"
# - "materials/_sidebar.yml"
book:
search:
location: sidebar
favicon: "_extensions/cambiotraining/courseformat/img/university-of-cambridge-favicon.ico"
bread-crumbs: false
page-navigation: true
page-footer:
center: |
Licensed [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)
![](https://creativecommons.org/images/deed/cc_icon_black_x2.png){width=25px}
Bioinformatics Training Facility
navbar:
pinned: true
logo: "_extensions/cambiotraining/courseformat/img/university_crest_reversed.png"
left:
- text: Slides
href: https://docs.google.com/presentation/d/1KmnSznETddQdRYa6UAXtT-eMOsW7tEwbsOh0fK62c84/edit?usp=sharing
right:
- icon: github
href: https://github.com/cambiotraining/hpc-intro
aria-label: Bioinformatics Training Facility GitHub
- icon: twitter
href: https://twitter.com/bioinfocambs
aria-label: Bioinformatics Training Facility Twitter
- icon: mastodon
href: https://genomic.social/@BioInfoCambs
aria-label: Bioinformatics Training Facility Mastodon
title: "Working on HPC Clusters using SLURM"
chapters:
- part: "Welcome"
chapters:
- text: "Overview"
href: index.md
- text: "Data & Setup"
href: setup.md