Hello admins,
we have a problem with a new Galaxy version after trying to install all ~780 tools from the big public servers, using ephemeris.
Most tools are installed successfully, apart from 2 or 3 (R, scikit etc)
It looks like the var options is not OK (removed here for clarity) and config.set cannot be set properly (red underlined in Chrome browser developer tools).
My question :
is there a way (without the Galaxy GUI) to
find broken tools,
or remove just broken or incomplete tools ?
Or should we reinstall all tools ?
Or is there a subset of “easy to install tools” ?
Version Galaxy 2005, installed with GalaxyKickStart, on Ubuntu 20.04
Thanks!
// js-app.mako
var options = {"root": "/", "user
// Removed for clarity
"stored_workflow_menu_entries": []}, "params": {}, "session_csrf_token": "db80f75b44e70cee"};
var bootstrapped = {};
config.set({
options: options,
bootstrapped: bootstrapped,
form_input_auto_focus: false
});