Arts-of-coding commited on
Commit
02bb38d
·
1 Parent(s): ad19ca3

Update pages/Cornea_v1_integrated_scVI.py

Browse files
Files changed (1) hide show
  1. pages/Cornea_v1_integrated_scVI.py +2 -2
pages/Cornea_v1_integrated_scVI.py CHANGED
@@ -13,7 +13,7 @@ pl.enable_string_cache(False)
13
 
14
  dash.register_page(__name__, location="sidebar")
15
 
16
- dataset = "datacornealcellstatemetaatlas/cornea/cornea_v1_umap_clusres_scVI"
17
 
18
  # Set custom resolution for plots:
19
  config_fig = {
@@ -52,7 +52,7 @@ storage_options={'account_name': AZURE_STORAGE_ACCOUNT, 'account_key': AZURE_STO
52
  #azfs = AzureBlobFileSystem(**storage_options )
53
 
54
  # Load in multiple dataframes
55
- df = pl.read_parquet(f"az://{dataset}.parquet", storage_options=storage_options)
56
 
57
  # Setup the app
58
  #external_stylesheets = ['https://codepen.io/chriddyp/pen/bWLwgP.css']
 
13
 
14
  dash.register_page(__name__, location="sidebar")
15
 
16
+ dataset = "cornea_v1_umap_clusres_scVI"
17
 
18
  # Set custom resolution for plots:
19
  config_fig = {
 
52
  #azfs = AzureBlobFileSystem(**storage_options )
53
 
54
  # Load in multiple dataframes
55
+ df = pl.read_parquet(f"./data/{dataset}.parquet")
56
 
57
  # Setup the app
58
  #external_stylesheets = ['https://codepen.io/chriddyp/pen/bWLwgP.css']