Skip to content

Commit

Permalink
Merge pull request #118 from csoneson/consistent-links
Browse files Browse the repository at this point in the history
Use consistent links for rnaseq.csv
  • Loading branch information
lgatto authored Oct 30, 2023
2 parents 4b448b1 + 509bbba commit ef0de0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion episodes/30-dplyr.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ exercises: 75

```{r loaddata_dplyr, echo=FALSE, purl=FALSE, message=FALSE}
if (!file.exists("data/rnaseq.csv"))
download.file(url = "https://github.com/Bioconductor/bioconductor-teaching/raw/master/data/GSE96870/rnaseq.csv",
download.file(url = "https://github.com/carpentries-incubator/bioc-intro/raw/main/episodes/data/rnaseq.csv",
destfile = "data/rnaseq.csv")
```

Expand Down
2 changes: 1 addition & 1 deletion episodes/40-visualization.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ exercises: 60

```{r loaddata_vis, echo=FALSE, purl=FALSE, message=FALSE}
if (!file.exists("data/rnaseq.csv"))
download.file(url = "https://raw.githubusercontent.com/Bioconductor/bioconductor-teaching/master/data/GSE96870/rnaseq.csv",
download.file(url = "https://github.com/carpentries-incubator/bioc-intro/raw/main/episodes/data/rnaseq.csv",
destfile = "data/rnaseq.csv")
```

Expand Down

0 comments on commit ef0de0d

Please sign in to comment.