Arts-of-coding
commited on
Commit
•
fed74aa
1
Parent(s):
e772d53
Update dash_plotly_QC_scRNA.py
Browse files- dash_plotly_QC_scRNA.py +1 -1
dash_plotly_QC_scRNA.py
CHANGED
@@ -28,7 +28,7 @@ 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':
|
32 |
#azfs = AzureBlobFileSystem(**storage_options )
|
33 |
|
34 |
df = pl.read_parquet(filepath,storage_options=storage_options)
|
|
|
28 |
|
29 |
filepath = 'az://bucket-name/sc_liu_umap_clusres_ctrl_03102023.parquet'
|
30 |
|
31 |
+
storage_options={'account_name': AZURE_STORAGE_ACCOUNT, 'account_key': AZURE_STORAGE_ACCESS_KEY,'anon': False}
|
32 |
#azfs = AzureBlobFileSystem(**storage_options )
|
33 |
|
34 |
df = pl.read_parquet(filepath,storage_options=storage_options)
|