Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed window executable tested with streamlit v1.29.0 #42

Closed
wants to merge 0 commits into from

Conversation

Arslan-Siraj
Copy link
Contributor

@Arslan-Siraj Arslan-Siraj commented Mar 11, 2024

  • test with v1.29
  • SIRIUS export not available in executable
  • run subprocess in workflow in window .exec has problem (did not went into details)

@Arslan-Siraj Arslan-Siraj changed the title fixed local mode, tested with streamlit v1.29.0 fixed window executable tested with streamlit v1.29.0 Mar 11, 2024
@@ -375,10 +375,16 @@ def input_TOPP(
# write defaults ini files
ini_file_path = Path(self.parameter_manager.ini_dir, f"{topp_tool_name}.ini")
if not ini_file_path.exists():

# in local mode the TOPP tools in bin
if st.session_state.location == "local":
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will only apply to the Windows packages. But the app can be run in local mode using streamlit run command. Then TOPP tools might be located somewhere else.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah agree with you.
how should fixed then I think the TOPP Tools should placed in same directory so will work for both.
or should create other mode (this will more prefer for me)?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

because there are many things to change while executable, if we add other mode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants