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

Feature Request: Run Shiny application from UI #127

Open
konstjar opened this issue Feb 11, 2025 · 2 comments
Open

Feature Request: Run Shiny application from UI #127

konstjar opened this issue Feb 11, 2025 · 2 comments
Labels
enhancement New feature or request

Comments

@konstjar
Copy link
Contributor

konstjar commented Feb 11, 2025

No description provided.

@konstjar konstjar added the enhancement New feature or request label Feb 11, 2025
@ablack3
Copy link
Collaborator

ablack3 commented Feb 13, 2025

I spoke with Peter about this feature and he is supportive of it.

One idea is to have a field in the metadata.json file that would give the script to run to launch the shiny app. "shinyAppEntryPoint": "launchShinyApp.R"

{
    "analysisName": "Test execution config",
    "analysisType": "CUSTOM",
    "runtimeEnvironmentName": "Darwin Runtime",
    "dockerRuntimeEnvironmentImage": "executionengine.azurecr.io/darwin-base:v0.1", 
    "entryPoint": "main.R",
    "shinyAppEntryPoint": "launchShinyApp.R"
    "studyName": "Test metadata.json"
}

If the shinyAppEntryPoint field is not NULL in the metadata file then there should be a button in the UI that says "Launch Shiny app".

We need think through this feature design though because it require that the results are persisted after the execution and then passed back into the docker image when the shiny apps is launched.

@konstjar
Copy link
Contributor Author

@ablack3 I like the idea.

into the docker image when the shiny apps is launched.
Do you think this Docker image will require custom and special set of pre-installed packages?

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

No branches or pull requests

2 participants