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

Shiny interface for WDL pipelines #92

Open
gadepallivs opened this issue Apr 28, 2023 · 1 comment
Open

Shiny interface for WDL pipelines #92

gadepallivs opened this issue Apr 28, 2023 · 1 comment

Comments

@gadepallivs
Copy link

Hello,Is it possible to create a UI using rshiny for wdl pipeline, so that the user can set the JSON file parameters( input and output) via the rshiny UI and then, on click of a button trigger the run of the WDL pipeline? If so, can you share any examples or publications that have implemented this?

@hailiangmei
Copy link
Member

Hi, we don't have such a usecase locally as we run biowdl pipelines using cromwell or miniwdl all through command line. But it is definitely possible to create a UI program (e.g., sitting on a node in a HPC cluster) so that the job submission can be triggered via this UI as you described. Other alternative approach could be creating a tool interface in Galaxy or leveraging what is already provided in cromwell server (similar to an old but obsolete attempt https://github.com/epam/wdl-workspace).

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

No branches or pull requests

2 participants