-
Notifications
You must be signed in to change notification settings - Fork 4
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
Redirecting from organism analysis page to workflow landing page in Galaxy #137
Comments
is an example request response pair. Then redirect the user to https://test.galaxyproject.org/workflow_landings/5d6eceda-4593-4cc0-ba16-da6b810deb10. Note that the API will likely change to include a mandatory For this particular workflow You can find the openapi schema here: https://test.galaxyproject.org/api/docs#/workflows/create_landing_api_workflow_landings_post |
Super, thanks. Do we have any other workflow name to workflow_target_type pairs? e.g. Cheers, |
You mean do we have more workflows? Yes. I'm checking them one by one. Will probably take me whole weekend. |
No worries and thanks... D |
|
@nekrut, would you like to provide a short paragraph of 1-2 sentences explaining how these workflows are a "preview" and run on test and what will happen once the previews are live on prod? General instructions on the flow to run a workflow would also be helpful. e.g.
We can put a simple guide on the site as well with markdown/images in a "Help and Docs" section. We can create a second ticket for that. A 3rd sentence would be helpful to explain what the non-clickable workflows are, e.g., "The following workflows are under development and will be available soon." or similar. |
@hunterckx lets also
|
Co-authored-by: Marius van den Beek <m.vandenbeek@gmail.com>
Complete! Thx! |
Now that we have a set of BRC-specific workflows that can be used on VEuPathDb genomes we can enable link outs from an organism page.
What needs to happen
How to construct the redirect
@mvdbeek - please, fiil in here
Steps to implement are...
@hunterckx
-H 'Content-Type: application/json'
--data-raw '{"workflow_id":"https://dockstore.org/api/ga4gh/trs/v2/tools/#workflow/github.com/iwc-workflows/chipseq-pe/main/versions/v0.12","workflow_target_type":"trs_url","request_state": {"reference_genome":"mm10"}}' to request a workflow landing id. Replace the reference_genome with the assembly_version_id for the page.
The text was updated successfully, but these errors were encountered: