-
Notifications
You must be signed in to change notification settings - Fork 14
/
_site.yml
68 lines (67 loc) · 1.54 KB
/
_site.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
name: Analysis of RNA-Seq data
# output directory used on gh-pages branch. format: YYMM
output_dir: 2403
# used site-wide wherever uppmax project ids are used
uppmax_project: g2020006
uppmax_res_1: g2020006_1
# location options are linkoping, lund, umea, uppsala or online
location: uppsala
assistants:
favicon: assets/favicon.png
exclude: ["docs","README.md","schedule.csv","LICENSE","LICENSE.md","scripts","tmprepo"]
navbar:
title: '<img src="assets/logo.svg" id="logo" style="height:22px;margin:0;"/>'
type: default
logo:
image: "assets/logo.svg"
href: https://NBISweden.github.io/workshop-RNAseq
right:
- text: Home
href: index.html
- text: Schedule
href: home_schedule.html
- text: Content
href: home_content.html
- text: Precourse
href: home_precourse.html
# r packages needed for the workshop
# used in home_precourse.Rmd
# split into cran and bioc packages
# if a package is needed by students and repo, add to _student
# if a package is only needed for repo (build, rendering etc), add to _repo
packages:
packages_cran_student:
- BiocManager
- remotes
- dplyr
- enrichR
- ggplot2
- gridExtra
- pheatmap
- pvclust
- rafalib
- stringr
- tidyr
packages_bioc_student:
- biomaRt
- DESeq2
- edgeR
- fgsea
- GEOquery
packages_github_student:
packages_cran_repo:
- bookdown
- formattable
- kableExtra
- knitr
- leaflet
- lubridate
- markdown
- pagedown
- rmarkdown
- xaringan
- yaml
- locfit
packages_bioc_repo:
packages_github_repo:
- rstudio/fontawesome