Skip to content

Commit

Permalink
Moved output format from config to rmd files
Browse files Browse the repository at this point in the history
  • Loading branch information
royfrancis committed Aug 15, 2023
1 parent 233d11b commit c5cf97c
Show file tree
Hide file tree
Showing 23 changed files with 373 additions and 18 deletions.
19 changes: 1 addition & 18 deletions _site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,24 +24,7 @@ navbar:
href: home_content.html
- text: Precourse
href: home_precourse.html
output:
bookdown::html_document2:
highlight: textmate
toc: true
toc_float:
collapsed: true
smooth_scroll: true
print: false
toc_depth: 4
number_sections: true
df_print: default
code_folding: none
self_contained: false
keep_md: false
encoding: 'UTF-8'
css: "assets/lab.css"
include:
after_body: assets/footer-lab.html

# r packages needed for the workshop
# used in home_precourse.Rmd
# split into cran and bioc packages
Expand Down
14 changes: 14 additions & 0 deletions home_content.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,22 @@
title: "Content"
output:
bookdown::html_document2:
highlight: textmate
toc: false
toc_float:
collapsed: true
smooth_scroll: true
print: false
toc_depth: 4
number_sections: false
df_print: default
code_folding: none
self_contained: false
keep_md: false
encoding: 'UTF-8'
css: "assets/lab.css"
include:
after_body: assets/footer-lab.html
---

```{r,child="assets/header-lab.Rmd"}
Expand Down
14 changes: 14 additions & 0 deletions home_info.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,22 @@
title: "Info"
output:
bookdown::html_document2:
highlight: textmate
toc: false
toc_float:
collapsed: true
smooth_scroll: true
print: false
toc_depth: 4
number_sections: false
df_print: default
code_folding: none
self_contained: false
keep_md: false
encoding: 'UTF-8'
css: "assets/lab.css"
include:
after_body: assets/footer-lab.html
---

```{r,child="assets/header-lab.Rmd"}
Expand Down
14 changes: 14 additions & 0 deletions home_precourse.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,22 @@
title: "Precourse"
output:
bookdown::html_document2:
highlight: textmate
toc: false
toc_float:
collapsed: true
smooth_scroll: true
print: false
toc_depth: 4
number_sections: false
df_print: default
code_folding: none
self_contained: false
keep_md: false
encoding: 'UTF-8'
css: "assets/lab.css"
include:
after_body: assets/footer-lab.html
---

```{r,child="assets/header-lab.Rmd"}
Expand Down
14 changes: 14 additions & 0 deletions home_schedule.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,22 @@
title: "Schedule"
output:
bookdown::html_document2:
highlight: textmate
toc: false
toc_float:
collapsed: true
smooth_scroll: true
print: false
toc_depth: 4
number_sections: false
df_print: default
code_folding: none
self_contained: false
keep_md: false
encoding: 'UTF-8'
css: "assets/lab.css"
include:
after_body: assets/footer-lab.html
---

```{r,child="assets/header-lab.Rmd"}
Expand Down
14 changes: 14 additions & 0 deletions index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,22 @@
title: " "
output:
bookdown::html_document2:
highlight: textmate
toc: false
toc_float:
collapsed: true
smooth_scroll: true
print: false
toc_depth: 4
number_sections: false
df_print: default
code_folding: none
self_contained: false
keep_md: false
encoding: 'UTF-8'
css: "assets/lab.css"
include:
after_body: assets/footer-lab.html
---

```{r,child="assets/header-lab.Rmd"}
Expand Down
18 changes: 18 additions & 0 deletions lab_annotation.Rmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
---
title: "Transcriptome annotation"
subtitle: "Workshop on RNA-Seq"
output:
bookdown::html_document2:
highlight: textmate
toc: true
toc_float:
collapsed: true
smooth_scroll: true
print: false
toc_depth: 4
number_sections: true
df_print: default
code_folding: none
self_contained: false
keep_md: false
encoding: 'UTF-8'
css: "assets/lab.css"
include:
after_body: assets/footer-lab.html
---

```{r,child="assets/header-lab.Rmd"}
Expand Down
18 changes: 18 additions & 0 deletions lab_assembly.Rmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
---
title: "Transcriptome assembly"
subtitle: "Workshop on RNA-Seq"
output:
bookdown::html_document2:
highlight: textmate
toc: true
toc_float:
collapsed: true
smooth_scroll: true
print: false
toc_depth: 4
number_sections: true
df_print: default
code_folding: none
self_contained: false
keep_md: false
encoding: 'UTF-8'
css: "assets/lab.css"
include:
after_body: assets/footer-lab.html
---

```{r,child="assets/header-lab.Rmd"}
Expand Down
18 changes: 18 additions & 0 deletions lab_dge.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@ title: "Differential Gene Expression"
subtitle: "Workshop on RNA-Seq"
editor_options:
chunk_output_type: console
output:
bookdown::html_document2:
highlight: textmate
toc: true
toc_float:
collapsed: true
smooth_scroll: true
print: false
toc_depth: 4
number_sections: true
df_print: default
code_folding: none
self_contained: false
keep_md: false
encoding: 'UTF-8'
css: "assets/lab.css"
include:
after_body: assets/footer-lab.html
---

```{r,child="assets/header-lab.Rmd"}
Expand Down
18 changes: 18 additions & 0 deletions lab_download.Rmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
---
title: "Annotation data"
subtitle: Workshop on RNA-Seq
output:
bookdown::html_document2:
highlight: textmate
toc: true
toc_float:
collapsed: true
smooth_scroll: true
print: false
toc_depth: 4
number_sections: true
df_print: default
code_folding: none
self_contained: false
keep_md: false
encoding: 'UTF-8'
css: "assets/lab.css"
include:
after_body: assets/footer-lab.html
---

```{r,child="assets/header-lab.Rmd"}
Expand Down
18 changes: 18 additions & 0 deletions lab_eda.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@ title: "PCA and Clustering"
subtitle: "Workshop on RNA-Seq"
editor_options:
chunk_output_type: console
output:
bookdown::html_document2:
highlight: textmate
toc: true
toc_float:
collapsed: true
smooth_scroll: true
print: false
toc_depth: 4
number_sections: true
df_print: default
code_folding: none
self_contained: false
keep_md: false
encoding: 'UTF-8'
css: "assets/lab.css"
include:
after_body: assets/footer-lab.html
---

```{r,child="assets/header-lab.Rmd"}
Expand Down
18 changes: 18 additions & 0 deletions lab_functional.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@ title: "Gene Function Annotation"
subtitle: Workshop on RNA-Seq
editor_options:
chunk_output_type: console
output:
bookdown::html_document2:
highlight: textmate
toc: true
toc_float:
collapsed: true
smooth_scroll: true
print: false
toc_depth: 4
number_sections: true
df_print: default
code_folding: none
self_contained: false
keep_md: false
encoding: 'UTF-8'
css: "assets/lab.css"
include:
after_body: assets/footer-lab.html
---

```{r,child="assets/header-lab.Rmd"}
Expand Down
18 changes: 18 additions & 0 deletions lab_geoquery.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@ title: "Online Repositories"
subtitle: "Workshop on RNA-Seq"
editor_options:
chunk_output_type: console
output:
bookdown::html_document2:
highlight: textmate
toc: true
toc_float:
collapsed: true
smooth_scroll: true
print: false
toc_depth: 4
number_sections: true
df_print: default
code_folding: none
self_contained: false
keep_md: false
encoding: 'UTF-8'
css: "assets/lab.css"
include:
after_body: assets/footer-lab.html
---

```{r,child="assets/header-lab.Rmd"}
Expand Down
18 changes: 18 additions & 0 deletions lab_igv.Rmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
---
title: "Using IGV"
subtitle: "Workshop on RNA-Seq"
output:
bookdown::html_document2:
highlight: textmate
toc: true
toc_float:
collapsed: true
smooth_scroll: true
print: false
toc_depth: 4
number_sections: true
df_print: default
code_folding: none
self_contained: false
keep_md: false
encoding: 'UTF-8'
css: "assets/lab.css"
include:
after_body: assets/footer-lab.html
---

```{r,child="assets/header-lab.Rmd"}
Expand Down
18 changes: 18 additions & 0 deletions lab_kallisto.Rmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
---
title: 'Kallisto '
subtitle: Workshop on RNA-Seq
output:
bookdown::html_document2:
highlight: textmate
toc: true
toc_float:
collapsed: true
smooth_scroll: true
print: false
toc_depth: 4
number_sections: true
df_print: default
code_folding: none
self_contained: false
keep_md: false
encoding: 'UTF-8'
css: "assets/lab.css"
include:
after_body: assets/footer-lab.html
---

```{r,child="assets/header-lab.Rmd"}
Expand Down
18 changes: 18 additions & 0 deletions lab_mapping.Rmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
---
title: "Mapping"
subtitle: "Workshop on RNA-Seq"
output:
bookdown::html_document2:
highlight: textmate
toc: true
toc_float:
collapsed: true
smooth_scroll: true
print: false
toc_depth: 4
number_sections: true
df_print: default
code_folding: none
self_contained: false
keep_md: false
encoding: 'UTF-8'
css: "assets/lab.css"
include:
after_body: assets/footer-lab.html
---

```{r,child="assets/header-lab.Rmd"}
Expand Down
Loading

0 comments on commit c5cf97c

Please sign in to comment.