Describe the bug
Urllib hits 404 on the BenKidney_v2.1 datasets, but works on others. I've injected a try/except into my local code as a patch to skip this dataset. Could be worth having a ignore_error arg for Universe.download, which causes it to just print a warning in the case of a problem. Happy to make a PR for the ignore_error arg if that's helpful.
Thank you @TheAustinator, looks like they were taken down - I assume they were moved, I will go look for them on google and update the loaders accordingly.
Describe the bug Urllib hits 404 on the BenKidney_v2.1 datasets, but works on others. I've injected a try/except into my local code as a patch to skip this dataset. Could be worth having a
ignore_error
arg forUniverse.download
, which causes it to just print a warning in the case of a problem. Happy to make a PR for the ignore_error arg if that's helpful.These are the dataset URLs: https://cellgeni.cog.sanger.ac.uk/BenKidney_v2.1/Fetal_full.h5ad https://cellgeni.cog.sanger.ac.uk/BenKidney_v2.1/Mature_Full_v2.1.h5ad And one HCA: https://data.humancellatlas.org/project-assets/project-matrices/cc95ff89-2e68-4a08-a234-480eca21ce79.homo_sapiens.loom
Causes the following error:
System [please complete the following information]: