Skip to content

Commit 5463a99

Browse files
authored
Update day1-1_setup.qmd
1 parent 6c5b4d4 commit 5463a99

1 file changed

Lines changed: 6 additions & 25 deletions

File tree

day1/day1-1_setup.qmd

Lines changed: 6 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ Choose one of the following:
1616
- **Enrolled:** if you are enrolled in a course with a teacher
1717
- **Own installation:** if you want to install packages on your own local Rstudio installation
1818
- **Docker:** if you want to use the docker image locally
19-
- **renkulab.io** if you want to easily deploy the environment outside the course
2019

2120
::: {.panel-tabset}
2221

@@ -80,14 +79,12 @@ The option `-v` mounts a local directory in your computer to the directory `/hom
8079
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.
8180
:::
8281

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/).
8582

8683
:::
8784

88-
### Create a project
85+
### Create a project (optional)
8986

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...**
9188

9289
![](../assets/images/create_new_project.png){width=200}
9390

@@ -103,29 +100,13 @@ Finally, type in the project name. This should be `single_cell_course`. Finish b
103100

104101
![](../assets/images/define_directory_name.png){width=300}
105102

106-
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`).
107104

108-
![](../assets/images/select_terminal_tab.png){width=300}
105+
### The course data
109106

110-
### Downloading the course data
107+
The course data are provided in the RStudio home directory.
111108

112-
To download and extract the dataset, copy-paste these commands inside the terminal tab:
113-
114-
```{bash}
115-
#| output: false
116-
#| eval: false
117-
wget https://single-cell-transcriptomics.s3.eu-central-1.amazonaws.com/course_data.tar.gz
118-
tar -xvf course_data.tar.gz
119-
rm course_data.tar.gz
120-
```
121-
122-
::: {.callout-note}
123-
## If on Windows
124-
125-
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:
129110

130111
```
131112
course_data

0 commit comments

Comments
 (0)