Arts-of-coding commited on
Commit
d8816f7
1 Parent(s): 5d0c8c3

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
@@ -23,8 +23,8 @@ config_fig = {
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
 
 
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