Skip to content

Commit ec86a7d

Browse files
committed
capitalize SSU and LSU
1 parent 907f478 commit ec86a7d

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

momics/panel_utils.py

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ def tax_finder_selector() -> Tuple[
7373
]:
7474
select_table_tax = pn.widgets.Select(
7575
name="Taxonomic table",
76-
value="ssu",
77-
options=["ssu", "lsu"],
76+
value="SSU",
77+
options=["SSU", "LSU"],
7878
description="Select a table for taxonomic search",
7979
)
8080

@@ -154,10 +154,9 @@ def diversity_select_widgets(cat_columns: List[str], num_columns: List[str]) ->
154154
)
155155

156156
select_table_beta = pn.widgets.Select(
157-
name="Source table beta",
158-
value="ssu",
159-
options=["ssu", "lsu"],
160-
description="Select a table for beta diversity analysis",
157+
name="Select table for beta diversity",
158+
value="SSU",
159+
options=["SSU", "LSU"],
161160
)
162161

163162
boptions = [

0 commit comments

Comments
 (0)