Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/rnabioco/bmsc-7810-pbda int…
Browse files Browse the repository at this point in the history
…o main
  • Loading branch information
kwells4 committed Dec 9, 2023
2 parents 6971ae4 + 2a2f5a4 commit b609537
Show file tree
Hide file tree
Showing 68 changed files with 1,053 additions and 1,267 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ data_dir <- "data"
dir.create(data_dir, showWarnings = FALSE)

files_to_dl <- list(
"brauer_gene_exp.csv.gz" = "https://github.com/rnabioco/bmsc-7810-pbda/raw/main/data/class10/brauer_gene_exp.csv.gz",
"yeast_prot_prop.csv.gz" = "https://github.com/rnabioco/bmsc-7810-pbda/raw/main/data/class10/yeast_prot_prop.csv.gz"
"brauer_gene_exp.csv.gz" = "https://github.com/rnabioco/bmsc-7810-pbda/raw/main/data/class11/brauer_gene_exp.csv.gz",
"yeast_prot_prop.csv.gz" = "https://github.com/rnabioco/bmsc-7810-pbda/raw/main/data/class11/yeast_prot_prop.csv.gz"
)

missing_files <- files_to_dl[!file.exists(file.path(data_dir, names(files_to_dl)))]
Expand Down
Loading

0 comments on commit b609537

Please sign in to comment.