Arts-of-coding
commited on
Commit
•
1d45419
1
Parent(s):
7c9e0bc
Update data/config.yaml
Browse files- data/config.yaml +6 -6
data/config.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
# config.yaml
|
2 |
-
path_parquet: '
|
3 |
-
col_features: 'n_genes_by_counts'
|
4 |
-
col_counts: 'total_counts'
|
5 |
-
col_mt: 'pct_counts_mt'
|
6 |
-
conditions:
|
7 |
- ctrl
|
|
|
1 |
+
# config.yaml
|
2 |
+
path_parquet: 'azure/data/sc_liu_umap_clusres_ctrl_03102023.parquet'
|
3 |
+
col_features: 'n_genes_by_counts'
|
4 |
+
col_counts: 'total_counts'
|
5 |
+
col_mt: 'pct_counts_mt'
|
6 |
+
conditions:
|
7 |
- ctrl
|