galaxy icon indicating copy to clipboard operation
galaxy copied to clipboard

Simplified workflow run interface

Open nekrut opened this issue 1 year ago • 1 comments

This interface should only show a workflow run form without having any other Galaxy features.

Click through:

  1. Via a URL you come to a page that i served from one of the Galaxy instances and looks like this:

image

  1. Clicking on "Upload data" gets you the upload form:

image

  1. Imagine that you have a set of paired datasets you want to analyze. You select "paired":

image

  1. This open pairing wizard which we do not currently have:

image

  1. Once data is uploaded you are back at the WF run interface, which now shows you uploaded datasets:

image

  1. It you click "Run" you get WF invocation display that shows the progress of the workflow execution:

image

  1. Once this is done outputs are shown and you are presented with two options: (1) download and (2) go to Galaxy. In addition, we should enable some actions for workflow outputs that are available for history datasets such as displaying in the browser.

image

Going to Galaxy gets you the history that contains invocation for this workflow.

nekrut avatar Sep 24 '24 16:09 nekrut

In progress by @ahmedhamidawan : https://github.com/galaxyproject/galaxy/pull/18857

nekrut avatar Oct 03 '24 15:10 nekrut

Idea from Hackathon meeting:

  • Instead of opening modals for each action from a Workflow run form input field: like the uploader or collection builder etc, why don't we simply expand the input in place? We have the real estate for it

ahmedhamidawan avatar Dec 16 '24 14:12 ahmedhamidawan