Hello all,
How do I add the Admin Tab to my Galaxy account? I would like to install a tool from the Tool Box but I believe I require admin status?
Thanks in advance!
Hello all,
How do I add the Admin Tab to my Galaxy account? I would like to install a tool from the Tool Box but I believe I require admin status?
Thanks in advance!
Hello,
The admin tab is enabled for any email address listed in the comma-separated configuration option in galaxy.yml
titled admin_users
. By default, it is:
admin_users: None
In my local galaxy, I have set the value to
admin_users: myemail@example.com,anotheremail@example.com
You may need to restart your galaxy process after changing this value.
Dear Dave,
Thank you! Can I access this file through usegalaxy.org or is there another way of accessing galaxy in order to do this?
Thanks in advance!
-Sarah
Hi @sboba003,
You must be the administrator of a Galaxy server in order to install tools.
@dave was describing how to become an administrator of a local Galaxy installation. It sounds like you are using a public Galaxy server (https://usegalaxy.org) – and you won’t have administrative privileges granted as a public end-user for any public Galaxy server.
If you want to use alternative tools that are not currently hosted at a particular public Galaxy server, you can make a request. There may be a reason why a tool is not hosted or cannot be hosted publically at any particular site – or, maybe adding it is pending/in-progress. Or the tool may not be wrapped yet for Galaxy. Or, it may be hosted at other public Galaxy servers already (domain-specific tools).
What tool are you interested in that isn’t hosted at usegalaxy.org? We can let you know why it isn’t hosted, and if it could be.
The other option is to set up your own Galaxy and install/use the tool immediately. Check the Galaxy ToolShed to make sure the tool is available first. A local Galaxy is one choice, and there are many others that require less local resources (storage/compute) and overall administration. Example: the GVL version of Cloudman.
More details:
Galaxy Platform Directory: https://galaxyproject.org/use/
Galaxy Main ToolShed: https://usegalaxy.org/toolshed
Hope that helps!