Skip to content

Commit

Permalink
wget -> wb
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy committed Jul 17, 2024
1 parent 3279d56 commit ebc772b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions R/03-annotate.R
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ tpm_setup <- function() {

download.file("https://figshare.com/ndownloader/files/34989919",
destfile = tpm_file,
method = "wget"
mode = "wb"
)

data_df <- readr::read_csv(tpm_file,
Expand Down Expand Up @@ -196,7 +196,7 @@ cn_setup <- function() {

download.file("https://figshare.com/ndownloader/files/34989937",
destfile = cn_file,
method = "wget"
mode = "wb"
)

data_df <- readr::read_csv(cn_file,
Expand Down Expand Up @@ -230,7 +230,7 @@ crtl_genes <- function() {

download.file("https://figshare.com/ndownloader/files/34989871",
destfile = crtl_genes_file,
method = "wget"
mode = "wb"
)

return(crtl_genes_file)
Expand Down

0 comments on commit ebc772b

Please sign in to comment.