Spaces:
Running
Running
Arts-of-coding
commited on
Update dash_plotly_QC_scRNA.py
Browse files- 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/
|
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)
|