Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Commit 5264887

Browse files
committed
Add Docker image info
1 parent 08951c5 commit 5264887

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,4 @@ biocViews: RNASeq, DifferentialExpression, GeneExpression, Normalization, Cluste
5353
URL: https://tidytranscriptomics-workshops.github.io/bioc2022_tidytranscriptomics/
5454
BugReports: https://github.com/tidytranscriptomics-workshops/bioc2022_tidytranscriptomics/issues/new/choose
5555
VignetteBuilder: knitr
56+
DockerImage: ghcr.io/tidytranscriptomics-workshops/bioc2022_tidytranscriptomics:latest

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,24 @@ More details on the workshop are below.
2424

2525
For the BioC2022 workshop, an RStudio in the cloud will be provided with everything installed, all that participants will need is a web browser.
2626

27-
If you want to install the packages and material post-workshop, the instructions are below. The workshop is designed for R `4.2` and Bioconductor 3.16.
27+
If you want to install the packages and material post-workshop, they can be installed using one of the two ways below. The workshop is designed for R `4.2` and Bioconductor 3.16.
28+
29+
### Via Docker image
30+
31+
If you're familiar with [Docker](https://docs.docker.com/get-docker/) you could use the Docker image which has all the software pre-configured to the correct versions.
32+
33+
```
34+
docker run -e PASSWORD=abc -p 8787:8787 ghcr.io/tidytranscriptomics-workshops/bioc2022_tidytranscriptomics
35+
```
36+
37+
Once running, navigate to <http://localhost:8787/> and then login with
38+
`Username:rstudio` and `Password:abc`.
39+
40+
You should see the Rmarkdown file with all the workshop code which you can run.
41+
42+
### Via GitHub
43+
44+
Alternatively, you could install the workshop using the commands below in R `4.2`.
2845

2946
```
3047
#install.packages('remotes')

0 commit comments

Comments
 (0)