Spaces:
Running
Running
Arts-of-coding
commited on
Update dash_plotly_QC_scRNA.py
Browse files- dash_plotly_QC_scRNA.py +1 -1
dash_plotly_QC_scRNA.py
CHANGED
@@ -69,7 +69,7 @@ def update_dataset(dataset_chosen): #batch_chosen,
|
|
69 |
global df
|
70 |
filepath = f"az://data10xflex/{dataset_chosen}.parquet"
|
71 |
df = pl.read_parquet(filepath,storage_options=storage_options)
|
72 |
-
return
|
73 |
|
74 |
min_value = df[col_features].min()
|
75 |
max_value = df[col_features].max()
|
|
|
69 |
global df
|
70 |
filepath = f"az://data10xflex/{dataset_chosen}.parquet"
|
71 |
df = pl.read_parquet(filepath,storage_options=storage_options)
|
72 |
+
return
|
73 |
|
74 |
min_value = df[col_features].min()
|
75 |
max_value = df[col_features].max()
|