Arts-of-coding commited on
Commit
66585d7
·
verified ·
1 Parent(s): 5066292

Update dash_plotly_QC_scRNA.py

Browse files
Files changed (1) hide show
  1. dash_plotly_QC_scRNA.py +1 -1
dash_plotly_QC_scRNA.py CHANGED
@@ -26,7 +26,7 @@ mountpount=os.environ['AZURE_MOUNT_POINT'],
26
  accountkey=os.environ['AZURE_STORAGE_ACCESS_KEY'],
27
  accountname=os.environ['AZURE_STORAGE_ACCOUNT'],
28
 
29
- storage_options={'account_name': ACCOUNT_NAME, 'anon': False}
30
  df = pl.read_parquet(path="liu/filename.parquet",storage_options=storage_options)
31
  #abfs = AzureBlobFileSystem(account_name=accountname,account_key=accountkey)
32
 
 
26
  accountkey=os.environ['AZURE_STORAGE_ACCESS_KEY'],
27
  accountname=os.environ['AZURE_STORAGE_ACCOUNT'],
28
 
29
+ storage_options={'account_name': accountname, 'anon': False}
30
  df = pl.read_parquet(path="liu/filename.parquet",storage_options=storage_options)
31
  #abfs = AzureBlobFileSystem(account_name=accountname,account_key=accountkey)
32