Arts-of-coding
commited on
Update dash_plotly_QC_scRNA.py
Browse files- dash_plotly_QC_scRNA.py +1 -1
dash_plotly_QC_scRNA.py
CHANGED
@@ -26,7 +26,7 @@ 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://
|
30 |
|
31 |
storage_options={'account_name': AZURE_STORAGE_ACCOUNT, 'account_key': AZURE_STORAGE_ACCESS_KEY,'anon': False}
|
32 |
#azfs = AzureBlobFileSystem(**storage_options )
|
|
|
26 |
AZURE_STORAGE_ACCESS_KEY=os.getenv('AZURE_STORAGE_ACCESS_KEY')
|
27 |
AZURE_STORAGE_ACCOUNT=os.getenv('AZURE_STORAGE_ACCOUNT')
|
28 |
|
29 |
+
filepath = 'az://dataliu/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 )
|