Skip to content

Commit b7118a6

Browse files
committed
added legend for sample groups, all selected if left blank
1 parent eb60259 commit b7118a6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pages/01_Create_RDD_Count_Table.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ def load_demo_file(filename):
167167
"Sample groups to include",
168168
sorted(meta_df[sample_group_col].dropna().unique()),
169169
default=None,
170+
help="Leave blank to include all groups in the analysis",
170171
)
171172
elif gnps_file:
172173
gnps_df = _read_any(gnps_file)
@@ -175,11 +176,13 @@ def load_demo_file(filename):
175176
"Sample groups to include",
176177
sorted(gnps_df["DefaultGroups"].dropna().unique()),
177178
default="G1",
179+
help="Leave blank to include all groups in the analysis",
178180
)
179181
reference_groups_sel = st.multiselect(
180182
"Reference groups to include",
181183
sorted(gnps_df["DefaultGroups"].dropna().unique()),
182184
default="G4",
185+
help="Leave blank to include all groups in the analysis",
183186
)
184187
elif gnps_task_id and input_method == "GNPS Task ID":
185188
# For GNPS1, we need to fetch data to get available groups

0 commit comments

Comments
 (0)