You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: day1/day1-1_setup.qmd
+6-25Lines changed: 6 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,6 @@ Choose one of the following:
16
16
-**Enrolled:** if you are enrolled in a course with a teacher
17
17
-**Own installation:** if you want to install packages on your own local Rstudio installation
18
18
-**Docker:** if you want to use the docker image locally
19
-
-**renkulab.io** if you want to easily deploy the environment outside the course
20
19
21
20
::: {.panel-tabset}
22
21
@@ -80,14 +79,12 @@ The option `-v` mounts a local directory in your computer to the directory `/hom
80
79
The part `sibswiss/training-singlecell-rstudio:2025.7` is the image we are going to load into the container. The image contains all the information about software and dependencies needed for this course. When you run this command for the first time it will download the image. Once it's on your computer, it will start immediately.
81
80
:::
82
81
83
-
## renkulab.io
84
-
To simply run the environment, you can use [renku](https://renkulab.io). You can find the repository (including the image) here: [https://renkulab.io/projects/geert.vangeest/single-cell-training/](https://renkulab.io/projects/geert.vangeest/single-cell-training/).
85
82
86
83
:::
87
84
88
-
### Create a project
85
+
### Create a project (optional)
89
86
90
-
Now that you have access to an environment with the required installations, we will set up a project in a new directory. On the top right choose the button **Project (None)** and select **New Project...**
87
+
Now that you have access to an environment with the required installations, we can set up a project in a new directory. On the top right choose the button **Project (None)** and select **New Project...**
Now that we have setup a project and a project directory (it is in `/home/rstudio/single_cell_course`), we can download the data that is required for this course. We will use the built-in terminal of Rstudio. To do this, select the **Terminal** tab:
103
+
Now we have setup a project and a project directory (it is in `/home/rstudio/single_cell_course`).
If you're using Windows, you can directly open the [link](https://single-cell-transcriptomics.s3.eu-central-1.amazonaws.com/course_data.tar.gz) in your browser, and downloading will start automatically. Unpack the tar.gz file in the directory where you want to work in during the course.
126
-
:::
127
-
128
-
Have a look at the data directory you have downloaded. It should contain the following:
109
+
Have a look at the `course_data` directory. It should contain the following:
0 commit comments