Skip to content

Commit

Permalink
updated gui for custom sequence ranges option
Browse files Browse the repository at this point in the history
  • Loading branch information
rnmitchell committed Aug 14, 2024
1 parent 31ca14c commit f1f32d7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lusSTR/cli/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,11 @@ def show_STR_page():
)
]

custom_ranges = st.checkbox(
"Use Custom Sequence Ranges",
help="Check the box to use the specified custom sequence ranges as defined in the str_markers.json file."
)

sex = st.checkbox(
"Include X- and Y-STRs",
help="Check the box to include X- and Y-STRs, otherwise leave unchecked.",
Expand Down Expand Up @@ -364,6 +369,7 @@ def show_STR_page():

config_data = {
"analysis_software": analysis_software,
"custom_ranges": custom_ranges,
"sex": sex,
"samp_input": samp_input,
"output": output,
Expand Down

0 comments on commit f1f32d7

Please sign in to comment.