theislab / sfaira

data and model repository for single-cell data
https://sfaira.readthedocs.io
BSD 3-Clause "New" or "Revised" License
134 stars 11 forks source link

Fix broken download URLs #557

Open le-ander opened 2 years ago

le-ander commented 2 years ago

Current list:

Traceback (most recent call last):
  File "/home/zeth/PycharmProjects/sfaira/scripts/check_urls.py", line 29, in <module>
    raise AssertionError(f"{len(failed_urls)} URLs failed.")
AssertionError: 15 URLs failed.
[['https://advances.sciencemag.org/highwire/filestream/234522/field_highwire_adjunct_files/2/aba1972_Table_S2.csv', <HTTPError 403: 'Forbidden'>],
['https://cellgeni.cog.sanger.ac.uk/BenKidney_v2.1/Mature_Full_v2.1.h5ad', <HTTPError 404: 'Not Found'>], 
['https://cellgeni.cog.sanger.ac.uk/BenKidney_v2.1/Fetal_full.h5ad', <HTTPError 404: 'Not Found'>],
['https://data.humancellatlas.org/project-assets/project-matrices/cc95ff89-2e68-4a08-a234-480eca21ce79.homo_sapiens.loom', <HTTPError 404: 'Not Found'>],
 ['https://www.science.org/doi/suppl/10.1126/sciimmunol.abd1554/suppl_file/table_s1.xlsx', <HTTPError 403: 'Forbidden'>],
 ['http://cf.10xgenomics.com/samples/cell-exp/3.0.0/pbmc_10k_v3/pbmc_10k_v3_filtered_feature_bc_matrix.h5', <HTTPError 403: 'Forbidden'>],
 ['https://czb-tabula-muris-senis.s3-us-west-2.amazonaws.com/Data-objects/tabula-muris-senis-facs-processed-official-annotations-SCAT.h5ad', URLError(TimeoutError(110, 'Connection timed out'))],
 ['https://czb-tabula-muris-senis.s3-us-west-2.amazonaws.com/Data-objects/tabula-muris-senis-droplet-processed-official-annotations-Marrow.h5ad', URLError(TimeoutError(110, 'Connection timed out'))],
 ['https://czb-tabula-muris-senis.s3-us-west-2.amazonaws.com/Data-objects/tabula-muris-senis-droplet-processed-official-annotations-Tongue.h5ad', URLError(TimeoutError(110, 'Connection timed out'))],
 ['https://beta.fastgenomics.org/p/schulte-schrepping_covid19', <HTTPError 404: 'Not Found'>], ['https://beta.fastgenomics.org/p/schulte-schrepping_covid19', <HTTPError 404: 'Not Found'>],
 ['https://beta.fastgenomics.org/p/schulte-schrepping_covid19', <HTTPError 404: 'Not Found'>], ['https://beta.fastgenomics.org/p/schulte-schrepping_covid19', <HTTPError 404: 'Not Found'>],
 ['https://beta.fastgenomics.org/p/schulte-schrepping_covid19', <HTTPError 404: 'Not Found'>], ['https://beta.fastgenomics.org/p/schulte-schrepping_covid19', <HTTPError 404: 'Not Found'>]]
davidsebfischer commented 2 years ago

Simply login access in these cases?