galaxyproject / galaxy

Data intensive science for everyone.
https://galaxyproject.org
Other
1.35k stars 983 forks source link

Change the way galaxy does when a job is running #4706

Open FredericBGA opened 6 years ago

FredericBGA commented 6 years ago

I think that my users are impatient peoples :)

Right now, when a job is not finished, clicking of the eye icon will display a blank page.

Do you think it could be possible to do something like that:

It would be perfect if the script could access the name of the output dataset, the tool name and even the id of the job launched through the scheduler!

thank you for sharing your comments and ideas.

osallou commented 6 years ago

My 2 cents.... As jobs can be executed on very different subsystems (sge, slum, docker, ...) the "user" script would have to be executed on a remote server (not a good idea to execute anything on galaxy server itself but for dev/demo), so it would not be easy to do so, once job is scheduled by the configured system on a remote node. And user script would need to know what to do depending on scheduler/executor. Furthermore, executing a user defined script would definitly be a security issue/problem...