forked from jhudsl/GDSCN_Book_SARS_Galaxy_on_AnVIL
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.Rmd
26 lines (23 loc) · 864 Bytes
/
index.Rmd
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
---
title: "GDSCN Book: SARS with Galaxy on AnVIL"
date: "`r format(Sys.time(), '%B, %Y')`"
site: bookdown::bookdown_site
documentclass: book
bibliography: [book.bib, packages.bib]
biblio-style: apalike
link-citations: yes
description: "This book provides resources for instructors to engage students in a cloud-based Galaxy activity on AnVIL, focused on SARS-CoV-2 variant detection."
favicon: assets/dasl_favicon.ico
output:
bookdown::word_document2:
reference_docx: assets/gdscn-template.docx
toc: true
---
```{r include=FALSE}
# automatically create a bib database for R packages
knitr::write_bib(c(
.packages(), "bookdown", "knitr", "rmarkdown"
), "packages.bib")
```
# About this Book {-}
This book provides resources for instructors to engage students in a cloud-based Galaxy activity on AnVIL, focused on SARS-CoV-2 variant detection.