Setting up usegalaxy equivalent server on local laptop

I’d like to setup my laptop (macbook) with a version of galaxy equivalent to usegalaxy.org in terms of all tools installed, etc. I am using a galaxy docker (bgruening/galaxy-stableversion ) which I downloaded and successfully run, but this lacks all the tools that usegalaxy.org has. What is the least painful way to configure my local galaxy docker to be equivalent to usegalaxy.org? Just browsing a bit, there is something abou ansible playbook to configure galaxy instances. I’d appreciate any pointers as to how to do this with a minimum of effort on my time.
Thanks,

1 Like

We have an app that can help you with that, it is called Ephemeris. It has the get-tool-list function that will obtain a list of all tools from usegalaxy.org and then you can use the shed-tools command to install all the tools from that list to a remote Galaxy (in this case yours). It uses API so you need to set up admin’s key on your instance.

1 Like