-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Hi,
I was trying to download the visium samples from the SPATAData package and observed that sample 313_C is incorrect. It looks like the link provided to download the 313_C object actually downloads the 304_T object. The command used is:
downloadSpataObjects(sample_names = c("313_C"), folder = "objects")
12:57:24 Downloading sample 313_C from 'https://www.dropbox.com/s/96a6p0muz47pwzd/304_T.RDS?dl=1'.
12:58:23 Updating spata2 object.
12:58:23 Adding default for argument 'min_lfc' = 0.
12:58:23 Adding default for argument 'pt_size_fixed' = TRUE.
12:58:23 Converting variable 'segmentation' to factor.
12:58:23 Done.
12:58:23 Default directory to the corresponding spata-object set to 'objects/313_C.RDS'.
12:58:23 Saving spata-object under 'objects/313_C.RDS'.
12:58:57 Done.
12:58:57 Successfully downloaded '313_C'.
Could you please update the link for the correct object?