Arts-of-coding commited on
Commit
92c0913
1 Parent(s): 3fed58d

Update dash_plotly_QC_scRNA.py

Browse files
Files changed (1) hide show
  1. dash_plotly_QC_scRNA.py +2 -2
dash_plotly_QC_scRNA.py CHANGED
@@ -26,10 +26,10 @@ mountpount=os.environ['AZURE_MOUNT_POINT'],
26
  accountkey=os.environ['AZURE_STORAGE_ACCESS_KEY'],
27
  accountname=os.environ['AZURE_STORAGE_ACCOUNT'],
28
 
29
- filepath = 'az://bucket-name/df_test_predicate_pushdown.parquet'
30
 
31
  storage_options={'account_name': accountname, 'account_key': accountkey,'anon': False}
32
- azfs = AzureBlobFileSystem(**storage_options )
33
 
34
  df = pl.read_parquet(filepath,storage_options=storage_options)
35
  #abfs = AzureBlobFileSystem(account_name=accountname,account_key=accountkey)
 
26
  accountkey=os.environ['AZURE_STORAGE_ACCESS_KEY'],
27
  accountname=os.environ['AZURE_STORAGE_ACCOUNT'],
28
 
29
+ filepath = 'az://bucket-name/sc_liu_umap_clusres_ctrl_03102023.parquet'
30
 
31
  storage_options={'account_name': accountname, 'account_key': accountkey,'anon': False}
32
+ #azfs = AzureBlobFileSystem(**storage_options )
33
 
34
  df = pl.read_parquet(filepath,storage_options=storage_options)
35
  #abfs = AzureBlobFileSystem(account_name=accountname,account_key=accountkey)