Skip to content

Commit 0ad29c0

Browse files
chore: standardize params
1 parent 9849d91 commit 0ad29c0

1 file changed

Lines changed: 11 additions & 9 deletions

File tree

.codeocean/app-panel.json

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,20 @@
1414
"categories": [
1515
{
1616
"id": "7Rr6IxOMDucKMImp",
17-
"name": "Input data parameters",
18-
"icon": "📂"
17+
"name": "Input Data Parameters",
18+
"description": "Options for defining input data",
19+
"icon": "📁"
1920
},
2021
{
2122
"id": "EzTg1ivlFDHEy9PI",
22-
"name": "PCA Settings",
23+
"name": "Basic",
2324
"icon": "📂"
2425
},
2526
{
2627
"id": "FvI4Z2eb9sjL47Jt",
27-
"name": "Plot Styling",
28-
"icon": "📂"
28+
"name": "Visualization",
29+
"description": "Visualization and plotting options",
30+
"icon": "📊"
2931
}
3032
],
3133
"parameters": [
@@ -41,7 +43,7 @@
4143
},
4244
{
4345
"id": "count_type_id",
44-
"category": "7Rr6IxOMDucKMImp",
46+
"category": "FvI4Z2eb9sjL47Jt",
4547
"name": "Count type",
4648
"param_name": "count_type",
4749
"description": "Type of counts to use (e.g., filt, norm)",
@@ -51,7 +53,7 @@
5153
},
5254
{
5355
"id": "sub_count_type_id",
54-
"category": "7Rr6IxOMDucKMImp",
56+
"category": "FvI4Z2eb9sjL47Jt",
5557
"name": "Sub count type",
5658
"param_name": "sub_count_type",
5759
"description": "Sub count type if count_type is a list",
@@ -60,7 +62,7 @@
6062
},
6163
{
6264
"id": "feature_id_colname_id",
63-
"category": "7Rr6IxOMDucKMImp",
65+
"category": "FvI4Z2eb9sjL47Jt",
6466
"name": "Feature ID column name",
6567
"param_name": "feature_id_colname",
6668
"description": "Column name for feature IDs",
@@ -69,7 +71,7 @@
6971
},
7072
{
7173
"id": "sample_id_colname_id",
72-
"category": "7Rr6IxOMDucKMImp",
74+
"category": "FvI4Z2eb9sjL47Jt",
7375
"name": "Sample ID column name",
7476
"param_name": "sample_id_colname",
7577
"description": "Column name for sample IDs",

0 commit comments

Comments
 (0)