Skip to contents

check cache for demonstration .zarr.zip and return path; retrieve data, cache it, return path if not found

Usage

spd_demo_cached_path(
  cache = BiocFileCache::BiocFileCache(),
  zipname = "mibitof.zip",
  source
)

Arguments

cache

defaults to BiocFileCache::BiocFileCache()

zipname

character(1) should be found in Bioconductor OSN bucket

source

character(1) one of "biocOSN", "sandbox", "local"

Value

Returns character(1) path to cached zip file.