Arts-of-coding commited on
Commit
e6f7c1b
1 Parent(s): da80de0

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
@@ -42,7 +42,7 @@ col_features = config.get("col_features")
42
  col_counts = config.get("col_counts")
43
  col_mt = config.get("col_mt")
44
 
45
- filepath = f('az://{path_parquet}')
46
 
47
  storage_options={'account_name': AZURE_STORAGE_ACCOUNT, 'account_key': AZURE_STORAGE_ACCESS_KEY,'anon': False}
48
  #azfs = AzureBlobFileSystem(**storage_options )
 
42
  col_counts = config.get("col_counts")
43
  col_mt = config.get("col_mt")
44
 
45
+ filepath = f"az://{path_parquet}"
46
 
47
  storage_options={'account_name': AZURE_STORAGE_ACCOUNT, 'account_key': AZURE_STORAGE_ACCESS_KEY,'anon': False}
48
  #azfs = AzureBlobFileSystem(**storage_options )