When cancelling a tool installation request (e.g. by doing ^C on nebulizer install_tool...), it is possible that Galaxy has already begun actioning the request. In this case although nebulizer has stopped, the tool installation will still be proceeding on the server - in which case there is no way to stop this through either the API or the Galaxy interface.
So: it would be useful if nebulizer could check and report the tool installation status on abort, so that the user at least is aware if the installation process is still running.
When cancelling a tool installation request (e.g. by doing
^C
onnebulizer install_tool...
), it is possible that Galaxy has already begun actioning the request. In this case althoughnebulizer
has stopped, the tool installation will still be proceeding on the server - in which case there is no way to stop this through either the API or the Galaxy interface.So: it would be useful if
nebulizer
could check and report the tool installation status on abort, so that the user at least is aware if the installation process is still running.