Skip to content

Commit

Permalink
Merge pull request #317 from MannLabs/fix_method_call
Browse files Browse the repository at this point in the history
fix a method call
  • Loading branch information
mschwoer authored Sep 12, 2024
2 parents cd36b3c + c8c8c51 commit 760fd38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion alphastats/gui/utils/analysis_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,9 @@ def gui_volcano_plot():
submitted = st.button("Submit")

if submitted:
# TODO this seems not be covered by unit test
volcano_plot = gui_volcano_plot_differential_expression_analysis(
chosen_parameter_dict, user_session_id=st.session_state.user_session_id
chosen_parameter_dict
)
volcano_plot._update(plotting_parameter_dict)
volcano_plot._annotate_result_df()
Expand Down

0 comments on commit 760fd38

Please sign in to comment.