Skip to content

Commit

Permalink
update TOPP parameter section layout
Browse files Browse the repository at this point in the history
  • Loading branch information
axelwalter committed Oct 22, 2024
1 parent 7d695f0 commit a7ca92d
Show file tree
Hide file tree
Showing 2 changed files with 252 additions and 154 deletions.
2 changes: 1 addition & 1 deletion src/UmetaFlowTOPPWorkflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ def configure(self) -> None:
with t[4]:
self.ui.input_TOPP(
"FeatureLinkerUnlabeledKD",
display_full_parameter_names=True,
)
with tabs[1]:
self.ui.input_widget(
Expand Down Expand Up @@ -180,6 +179,7 @@ def configure(self) -> None:
help="Password from a valid SIRIUS account. **Not encrypted**, will be stored in **plain text** in parameters and show up in log files.",
widget_type="password",
)
st.markdown("**SIRIUS**")
self.ui.input_widget(
"run-sirius",
False,
Expand Down
Loading

0 comments on commit a7ca92d

Please sign in to comment.