Arts-of-coding commited on
Commit
6803305
·
verified ·
1 Parent(s): 67bd466

Update dash_plotly_QC_scRNA.py

Browse files
Files changed (1) hide show
  1. dash_plotly_QC_scRNA.py +0 -1
dash_plotly_QC_scRNA.py CHANGED
@@ -67,7 +67,6 @@ tab0_content = html.Div([
67
  )
68
 
69
  if f"az://{path_parquet}" != f"az://data10xflex/{dataset_chosen}.parquet":
70
- global filepath
71
  filepath = f"az://data10xflex/{dataset_chosen}.parquet"
72
 
73
  df = pl.read_parquet(filepath, storage_options=storage_options)
 
67
  )
68
 
69
  if f"az://{path_parquet}" != f"az://data10xflex/{dataset_chosen}.parquet":
 
70
  filepath = f"az://data10xflex/{dataset_chosen}.parquet"
71
 
72
  df = pl.read_parquet(filepath, storage_options=storage_options)