Skip to content

Commit

Permalink
Ya no es necesario usar getOption("recount3_url")
Browse files Browse the repository at this point in the history
  • Loading branch information
lcolladotor committed Jan 31, 2024
1 parent 5dfd53b commit 97074e0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 38 deletions.
19 changes: 0 additions & 19 deletions 04_recount3.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,6 @@ library("recount3")


## ----'quick_example'-----------------------------------------------------------------
## Cambiaremos el URL de recount3 a Amazon (AWS)
## para evitar problems de TLS versión 1.2 en
## Windows (luego tiene una versión más vieja).

## Primero vemos el URL actual
getOption(
"recount3_url",
"http://duffel.rail.bio/recount3"
)

## Ahora si lo cambiamos
options(recount3_url = "https://recount-opendata.s3.amazonaws.com/recount3/release")

## Y vemos que ya funcionó el cambio.
getOption(
"recount3_url",
"http://duffel.rail.bio/recount3"
)

## Revisemos todos los proyectos con datos de humano en recount3
human_projects <- available_projects()

Expand Down
19 changes: 0 additions & 19 deletions 04_recount3.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -49,25 +49,6 @@ Después tenemos que identificar un estudio de interes y determinar si queremos


```{r 'quick_example'}
## Cambiaremos el URL de recount3 a Amazon (AWS)
## para evitar problems de TLS versión 1.2 en
## Windows (luego tiene una versión más vieja).
## Primero vemos el URL actual
getOption(
"recount3_url",
"http://duffel.rail.bio/recount3"
)
## Ahora si lo cambiamos
options(recount3_url = "https://recount-opendata.s3.amazonaws.com/recount3/release")
## Y vemos que ya funcionó el cambio.
getOption(
"recount3_url",
"http://duffel.rail.bio/recount3"
)
## Revisemos todos los proyectos con datos de humano en recount3
human_projects <- available_projects()
Expand Down

0 comments on commit 97074e0

Please sign in to comment.