Skip to content

Commit

Permalink
new URL for datasets
Browse files Browse the repository at this point in the history
  • Loading branch information
ilibarra committed Aug 11, 2024
1 parent a8a0697 commit d866355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mubind/datasets/datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ def pancreas_atac(
):
from scanpy import read
# atac
url = 'https://www.dropbox.com/scl/fi/scs2qchvzuzvwndxphpgn/pancreas_multiome_2022_processed_atac.h5ad?rlkey=sd7fdtj898as0a46tsoyr476i&dl=0'
url = 'https://www.dropbox.com/scl/fi/53wv4v7tbnsmr12fbmea7/pancreas_multiome_2022_processed_atac.h5ad?rlkey=1kf352wya0pzffkn990wkbwmd&e=1&st=m6gv9hp5&dl=0'
print(os.path.exists(file_path), file_path)
adata = read(file_path, backup_url=url, sparse=True, cache=True)
adata.var_names_make_unique()
Expand Down

0 comments on commit d866355

Please sign in to comment.