Skip to content

Commit

Permalink
New translations 02-setup.md (Portuguese)
Browse files Browse the repository at this point in the history
  • Loading branch information
kozo2 committed May 13, 2024
1 parent 4034b43 commit af081eb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions locale/pt/episodes/02-setup.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ The `destfile` parameter indicates where to save the downloaded file and what
the downloaded file should be named.

Let's download one of the four data files needed for the remainder of this lesson.
The data file is located at https\://github.com/carpentries-incubator/bioc-rnaseq/raw/main/episodes/data/GSE96870_counts_cerebellum.csv.
The data file is located at https://github.com/carpentries-incubator/bioc-rnaseq/raw/main/episodes/data/GSE96870_counts_cerebellum.csv.
We shall save the downloaded file in the `data` folder of our working directory with the name `GSE96870_counts_cerebellum.csv`.

```{r download-data}
Expand All @@ -198,11 +198,11 @@ knitr::include_graphics("fig/02_setup/data_folder.png")

There are three more data set files we need to download for the remainder of this lesson.

| URL | Filename |
| ------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------- |
| https\://github.com/carpentries-incubator/bioc-rnaseq/raw/main/episodes/data/GSE96870_coldata_cerebellum.csv | GSE96870_coldata_cerebellum.csv |
| https\://github.com/carpentries-incubator/bioc-rnaseq/raw/main/episodes/data/GSE96870_coldata_all.csv | GSE96870_coldata_all.csv |
| https\://github.com/carpentries-incubator/bioc-rnaseq/raw/main/episodes/data/GSE96870_rowranges.tsv | GSE96870_rowranges.tsv |
| URL | Filename |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- |
| https://github.com/carpentries-incubator/bioc-rnaseq/raw/main/episodes/data/GSE96870_coldata_cerebellum.csv | GSE96870_coldata_cerebellum.csv |
| https://github.com/carpentries-incubator/bioc-rnaseq/raw/main/episodes/data/GSE96870_coldata_all.csv | GSE96870_coldata_all.csv |
| https://github.com/carpentries-incubator/bioc-rnaseq/raw/main/episodes/data/GSE96870_rowranges.tsv | GSE96870_rowranges.tsv |

Use the `download.file` function to download the files into the `data` folder in your
working directory.
Expand Down

0 comments on commit af081eb

Please sign in to comment.