File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 20
20
"=s7p6ybyx082hswix26hbl11pm&dl=0"
21
21
)
22
22
23
- VISIUM_DATASET_URI = (
24
- "https://www.dropbox.com/scl/fi/lmhue0va6ihk50ivp26da/visium_small.h5ad?rlkey"
25
- "=n0fo4dyi1ah7ckg9kgzwlhm8s&st=p7jzej8j&dl=0"
26
- )
23
+ VISIUM_DATASET_URI = "https://www.dropbox.com/scl/fi/lmhue0va6ihk50ivp26da/visium_small.h5ad?rlkey=n0fo4dyi1ah7ckg9kgzwlhm8s&st=59m7g97u&dl=0"
Original file line number Diff line number Diff line change @@ -122,6 +122,7 @@ def upload_and_wait(
122
122
if time .time () >= timer + 1200 :
123
123
raise TimeoutError (
124
124
f"Dataset upload or conversion timed out after 10 min. Check logs for dataset: { dataset_id } "
125
+ f"upload_status: { upload_status } cxg_status: { cxg_status } , rds_status: { rds_status } , h5ad_status: { h5ad_status } "
125
126
)
126
127
time .sleep (10 )
127
128
return {"dataset_id" : dataset_id , "errors" : errors }
You can’t perform that action at this time.
0 commit comments