Skip to content

Commit

Permalink
Also fix the ExperimentHub tabs for visiumStitched_brain data
Browse files Browse the repository at this point in the history
  • Loading branch information
lcolladotor committed Jul 19, 2024
1 parent a5729c0 commit f821b3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions R/fetch_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -262,23 +262,23 @@ fetch_data <-
url <-
"https://www.dropbox.com/s/5plupu8bj5m0kfh/Visium_IF_AD_modeling_results.Rdata?dl=1"
} else if (type == "Visium_LS_spe") {
tag <- "VisiumLS_Visium_stitched_spatialLIBD"
tag <- "visiumStitched_brain_spatialLIBD"
hub_title <- type

## While EH is not set-up
file_name <- "visiumStitched_brain_spe.rds"
url <-
"https://www.dropbox.com/scl/fi/9re464y6qaojx3r94nq5u/visiumStitched_brain_spe.rds?rlkey=nq6a82u23xuu9hohr86oodwdi&dl=1"
} else if (type == "visiumStitched_brain_spaceranger") {
tag <- "VisiumLS_Visium_stitched_spatialLIBD"
tag <- "visiumStitched_brain_spatialLIBD"
hub_title <- type

## While EH is not set-up
file_name <- "visiumStitched_brain_spaceranger.zip"
url <-
"https://www.dropbox.com/scl/fi/5jdoaukvhq3v7lk19228y/visiumStitched_brain_spaceranger.zip?rlkey=bdgjc6mgy1ierdad6h6v5g29c&dl=1"
} else if (type == "visiumStitched_brain_ImageJ_out") {
tag <- "VisiumLS_Visium_stitched_spatialLIBD"
tag <- "visiumStitched_brain_spatialLIBD"
hub_title <- type

## While EH is not set-up
Expand Down

0 comments on commit f821b3d

Please sign in to comment.