Skip to content

Commit

Permalink
Merge pull request #11 from axelwalter/sirius-integration
Browse files Browse the repository at this point in the history
Sirius integration
  • Loading branch information
axelwalter authored Jun 12, 2024
2 parents f7d4b8e + c1fdbdc commit 91af2eb
Show file tree
Hide file tree
Showing 6 changed files with 430 additions and 89 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
params = page_setup(page="workflow", help_text=HELP)

c1, c2 = st.columns([0.7, 0.3])
c1.title("UmetaFlow")
c1.title("UmetaFlow pyOpenMS")
v_space(1, c2)
results_only = c2.toggle("view results only")
st.markdown("💡**Minimal interface with pyOpenMS only. For more advanced use cases and fast execution times use UmetaFlow TOPP. Requires OpenMS TOPP tools to be installed.**")
st.info("💡Minimal interface with **pyOpenMS** only. For more advanced use cases and fast execution times use **UmetaFlow TOPP**. Requires OpenMS TOPP tools to be installed.")

results_dir = Path(st.session_state.workspace, "umetaflow-results")

Expand Down
Loading

0 comments on commit 91af2eb

Please sign in to comment.