operations

Interactive Tools (VREs)

It is possible to run tools in Galaxy that are by nature interactive. The most prominent examples of this are most likely Jupyter Notebook and RStudio. But there are other interactive use cases like advanced (dependent on a server) visualisations, or entire Desktop applications that need an X(like)-server. Those environments are usually called VREs - Virtual Research Environments.

Galaxy has support for Interactive Environments since 2016 and restructured the initial implementation somewhere around 2019. “Interactive Tools” (ITs), as we call it today, are internally be based on the tool framework in Galaxy. They are ordinary Galaxy tools, with a few more metadata attributes (like exposed port) and the requirement to run them in a container.

We are running ITs on EU and have some special nodes dedicated to them. We also have this special subdomain: https://live.usegalaxy.eu (not all ITs are listed there).

In general, we welcome contributions and new ITs to be deployed on the European Galaxy server. Here are the steps you need to follow to get your IT deployed.

  1. Create a public GitHub repository in which you publish your Docker container.

    It should have:

    • README
    • License
    • CI that builds and pushed your container (you need to have a dockerhub/quay.io account)

    Here are a few example repositories:

    • Jupyter-based example: https://github.com/usegalaxy-eu/docker-divand
    • Desktop-App based example: https://github.com/usegalaxy-eu/docker-qgis
  2. Create the Galaxy Tool description and submit it as PR to the EU Galaxy deployment for review. Note: We might ask you to add your IT to the upstream Galaxy repository repo, where it ideally should be deposited and maintained.
  3. Enable your IT in our daily deployment by:
  4. Optional: If you want to have your IT listed at the special https://live.usegalaxy.eu site, add an entry to the website.