Arts-of-coding commited on
Commit
e2578d3
·
verified ·
1 Parent(s): c2a17cb

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
@@ -66,7 +66,7 @@ tab0_content = html.Div([
66
  Input(component_id='dpdn1', component_property='value')
67
  )
68
  def update_dataset(dataset_chosen):
69
- if f"az://{path_parquet}" != f"az://data10xflex/{dataset_chosen}.parquet"
70
  global filepath
71
  filepath = f"az://data10xflex/{dataset_chosen}.parquet"
72
  return
 
66
  Input(component_id='dpdn1', component_property='value')
67
  )
68
  def update_dataset(dataset_chosen):
69
+ if f"az://{path_parquet}" != f"az://data10xflex/{dataset_chosen}.parquet":
70
  global filepath
71
  filepath = f"az://data10xflex/{dataset_chosen}.parquet"
72
  return