Arts-of-coding
commited on
Commit
•
d6d9000
1
Parent(s):
fed74aa
Update dash_plotly_QC_scRNA.py
Browse files- dash_plotly_QC_scRNA.py +2 -2
dash_plotly_QC_scRNA.py
CHANGED
@@ -23,8 +23,8 @@ config_fig = {
|
|
23 |
}
|
24 |
from adlfs import AzureBlobFileSystem
|
25 |
mountpount=os.environ['AZURE_MOUNT_POINT'],
|
26 |
-
|
27 |
-
|
28 |
|
29 |
filepath = 'az://bucket-name/sc_liu_umap_clusres_ctrl_03102023.parquet'
|
30 |
|
|
|
23 |
}
|
24 |
from adlfs import AzureBlobFileSystem
|
25 |
mountpount=os.environ['AZURE_MOUNT_POINT'],
|
26 |
+
AZURE_STORAGE_ACCESS_KEY=os.getenv['AZURE_STORAGE_ACCESS_KEY'],
|
27 |
+
AZURE_STORAGE_ACCOUNT=os.getenv['AZURE_STORAGE_ACCOUNT'],
|
28 |
|
29 |
filepath = 'az://bucket-name/sc_liu_umap_clusres_ctrl_03102023.parquet'
|
30 |
|