Skip to content

Commit

Permalink
update links class 11
Browse files Browse the repository at this point in the history
  • Loading branch information
sheridar committed Dec 8, 2023
1 parent 506feb3 commit 6c828c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _posts/2023-12-13-class-11-programming-pt-1/download-files.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ data_dir <- "data"
dir.create(data_dir, showWarnings = FALSE)

files_to_dl <- list(
"brauer_gene_exp.csv.gz" = "https://github.com/rnabioco/bmsc-7810-pbda/raw/main/data/class10/brauer_gene_exp.csv.gz",
"yeast_prot_prop.csv.gz" = "https://github.com/rnabioco/bmsc-7810-pbda/raw/main/data/class10/yeast_prot_prop.csv.gz"
"brauer_gene_exp.csv.gz" = "https://github.com/rnabioco/bmsc-7810-pbda/raw/main/data/class11/brauer_gene_exp.csv.gz",
"yeast_prot_prop.csv.gz" = "https://github.com/rnabioco/bmsc-7810-pbda/raw/main/data/class11/yeast_prot_prop.csv.gz"
)

missing_files <- files_to_dl[!file.exists(file.path(data_dir, names(files_to_dl)))]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ library(tidyverse)

```{r}
# Conditionally download files from github
source("https://raw.githubusercontent.com/rnabioco/bmsc-7810-pbda/main/_posts/2023-12-13-class-11-programming-pt-1/download_files.R")
source("https://raw.githubusercontent.com/rnabioco/bmsc-7810-pbda/main/_posts/2023-12-13-class-11-programming-pt-1/download-files.R")
```

<br>
Expand Down

0 comments on commit 6c828c6

Please sign in to comment.