# Galaxy Ecosystem and Projects
> 📊 View as slides
## Learning Questions
- What projects make up the Galaxy ecosystem?
- How do different Galaxy projects interact?
- What tools are available for developers vs administrators?
## Learning Objectives
- Identify the major projects in the Galaxy ecosystem
- Understand the difference between user-facing and developer tools
- Learn about Galaxy communication channels
**Chat:** [galaxyproject Lobby](https://matrix.to/#/#galaxyproject_Lobby:gitter.im) (via Element)
**GitHub:** [github.com/galaxyproject ](https://github.com/galaxyproject)
**Bluesky:** [bsky.app/profile/galaxyproject.bsky.social](https://bsky.app/profile/galaxyproject.bsky.social)
**Mastodon:** [@galaxyproject](https://mstdn.science/@galaxyproject)
**LinkedIn:** [Galaxy Project](https://www.linkedin.com/groups/4907635/)
## The **/galaxyproject** projects
*The architecture of the ecosystem.*
## Matrix Community with Element

Access via Element client or any Matrix client at [https://matrix.to/#/#galaxyproject_Lobby:gitter.im](https://matrix.to/#/#galaxyproject_Lobby:gitter.im)
More links we'll mention as we go through the slides:
- [https://matrix.to/#/#galaxyproject_Lobby:gitter.im](https://matrix.to/#/#galaxyproject_Lobby:gitter.im)
- [https://matrix.to/#/#galaxyproject_dev:gitter.im](https://matrix.to/#/#galaxyproject_dev:gitter.im)
- [https://matrix.to/#/#galaxyproject_admins:gitter.im](https://matrix.to/#/#galaxyproject_admins:gitter.im)
- [https://matrix.to/#/#galaxyproject_FederatedGalaxy:gitter.im](https://matrix.to/#/#galaxyproject_FederatedGalaxy:gitter.im)
- [https://matrix.to/#/#galaxyproject_bioblend:gitter.im](https://matrix.to/#/#galaxyproject_bioblend:gitter.im)
- [https://matrix.to/#/#galaxyproject_ephemeris:gitter.im](https://matrix.to/#/#galaxyproject_ephemeris:gitter.im)
- [https://matrix.to/#/#usegalaxy-eu_Lobby:gitter.im](https://matrix.to/#/#usegalaxy-eu_Lobby:gitter.im)
- [https://matrix.to/#/#galaxy-iuc_iuc:gitter.im](https://matrix.to/#/#galaxy-iuc_iuc:gitter.im)
- [https://matrix.to/#/#bgruening_docker-galaxy-stable:gitter.im](https://matrix.to/#/#bgruening_docker-galaxy-stable:gitter.im)
- [https://matrix.to/#/#Galaxy-Training-Network_Lobby:gitter.im](https://matrix.to/#/#Galaxy-Training-Network_Lobby:gitter.im)
- [https://matrix.to/#/#biocontainers_Lobby:gitter.im](https://matrix.to/#/#biocontainers_Lobby:gitter.im)
- [https://matrix.to/#/#bioconda_Lobby:gitter.im](https://matrix.to/#/#bioconda_Lobby:gitter.im)
Working group chats linked at [https://galaxyproject.org/community/wg/.](https://galaxyproject.org/community/wg/.)
**User-Facing Applications**
[galaxyproject/**galaxy** ](https://github.com/galaxyproject/galaxy)
The main Galaxy application.
Web interface, database model, job running, etc...
Also includes other web applications including the **ToolShed**.
**Resources:** [README](https://github.com/galaxyproject/galaxy#readme) | [Issues](https://github.com/galaxyproject/galaxy/issues)
[galaxyproject/**training-material** ](https://github.com/galaxyproject/training-material)

Galaxy training material for scientists, developers, and admins. Powers *[https://training.galaxyproject.org/*.](https://training.galaxyproject.org/*.)
**Resources:** [README](https://github.com/galaxyproject/training-material#readme) | [Issues](https://github.com/galaxyproject/training-material/issues) | **License:** [MIT](https://github.com/galaxyproject/training-material/blob/main/LICENSE)
[galaxyproject/**hub** ](https://github.com/galaxyproject/galaxy-hub)
The Galaxy Hub is the community and documentation hub for the Galaxy Project. It is maintained by the community through this GitHub repository. It is a static website built using the metalsmith static site generator.
Powers *[https://galaxyproject.org/*.](https://galaxyproject.org/*.)
**Resources:** [README](https://github.com/galaxyproject/galaxy-hub#readme) | [Issues](https://github.com/galaxyproject/galaxy-hub/issues)
[**usegalaxy-eu/galaxy-social** ](https://github.com/usegalaxy-eu/galaxy-social)
Content distribution system for publishing to multiple social media platforms. Post once, share across Mastodon, Bluesky, Matrix, Slack, and LinkedIn with automatic formatting.
**Resources:** [README](https://github.com/usegalaxy-eu/galaxy-social#readme) | [Issues](https://github.com/usegalaxy-eu/galaxy-social/issues) | **License:** [CC0-1.0](https://github.com/usegalaxy-eu/galaxy-social/blob/main/LICENSE)
[galaxyproject/**galaxy_codex** ](https://github.com/galaxyproject/galaxy_codex)
Community resource repository for Galaxy users and contributors. Provides access to the Galaxy Community Catalog featuring tools, training materials, and workflows. Galaxy Labs for creating customized community subdomain pages.
**Resources:** [README](https://github.com/galaxyproject/galaxy_codex#readme) | [Issues](https://github.com/galaxyproject/galaxy_codex/issues) | **License:** [MIT](https://github.com/galaxyproject/galaxy_codex/blob/main/LICENSE)
[galaxyproject/**bioblend** ](https://github.com/galaxyproject/bioblend)
Official Python client for the Galaxy, ToolShed, and CloudMan APIs.
Best documented path to scripting the Galaxy API.
**Resources:** [README](https://github.com/galaxyproject/bioblend#readme) | [Issues](https://github.com/galaxyproject/bioblend/issues) | **License:** [MIT](https://github.com/galaxyproject/bioblend/blob/main/LICENSE)
A standalone client library for the Galaxy API, built using the type definitions from the main Galaxy client.
[https://www.npmjs.com/package/@galaxyproject/galaxy-api-client](https://www.npmjs.com/package/@galaxyproject/galaxy-api-client)
- [galaxyproject/**blend4php**](https://github.com/galaxyproject/blend4php)
- [galaxyproject/**blend4j**](https://github.com/galaxyproject/blend4j)
- [**chapmanb/clj-blend**](https://github.com/chapmanb/clj-blend)
Galaxy API bindings for other languages, less actively maintained.
**Resources:**
- blend4php: [README](https://github.com/galaxyproject/blend4php#readme) | [Issues](https://github.com/galaxyproject/blend4php/issues) | **License:** [LGPL-3.0](https://github.com/galaxyproject/blend4php/blob/main/LICENSE)
- blend4j: [README](https://github.com/galaxyproject/blend4j#readme) | [Issues](https://github.com/galaxyproject/blend4j/issues) | **License:** [EPL-1.0](https://github.com/galaxyproject/blend4j/blob/main/LICENSE)
[**bgruening/docker-galaxy-stable** ](https://github.com/bgruening/docker-galaxy-stable)
High quality Docker containers for stable Galaxy environments.
Releases corresponding to each new version of Galaxy.
Many flavors available.
**Resources:** [README](https://github.com/bgruening/docker-galaxy-stable#readme) | [Issues](https://github.com/bgruening/docker-galaxy-stable/issues) | **License:** [MIT](https://github.com/bgruening/docker-galaxy-stable/blob/main/LICENSE)

**For Plugin Developers**
[galaxyproject/**tools-iuc** ](https://github.com/galaxyproject/tools-iuc)
Galaxy tools maintained by the *IUC* ("Intergalactic Utilities Commission").
A variety of tools, generally of high quality including many of the core tools for Galaxy main.
Demonstrates *current tool development best practices* - development on
github and then deployed to test/main ToolSheds
[galaxyproject/**tools-devteam** ](https://github.com/galaxyproject/tools-devteam)
Many older tools appearing on usegalaxy.org.
**Resources:**
- tools-iuc: [README](https://github.com/galaxyproject/tools-iuc#readme) | [Issues](https://github.com/galaxyproject/tools-iuc/issues) | **License:** [MIT](https://github.com/galaxyproject/tools-iuc/blob/main/LICENSE)
- tools-devteam: [README](https://github.com/galaxyproject/tools-devteam#readme) | [Issues](https://github.com/galaxyproject/tools-devteam/issues)
## Tools Aside - More Repositories
Other repositories with high quality tools:
* [Björn Grüning's repo](https://github.com/bgruening/galaxytools)
* Peter Cock's repos:
* [blast repo](https://github.com/peterjc/galaxy_blast)
* [pico repo](https://github.com/peterjc/pico_galaxy)
* [mira repo](https://github.com/peterjc/galaxy_mira)
* [ENCODE tools](https://github.com/modENCODE-DCC/Galaxy)
* [Biopython repo](https://github.com/biopython/galaxy_packages)
* [Galaxy Proteomics repo](https://github.com/galaxyproteomics/tools-galaxyp)
* [Greg von Kuster's repo](https://github.com/gregvonkuster/galaxy-csg)
* [TGAC repo](https://github.com/TGAC/tgac-galaxytools)
* [AAFC-MBB Canada repo](https://github.com/AAFC-MBB/Galaxy/tree/master/wrappers)
* [Mark Einon's repo](https://gitlab.com/einonm/galaxy-tools)
[galaxyproject/**iwc** ](https://github.com/galaxyproject/iwc)
Intergalactic Workflow Commission. Hosting workflows and defining best practices for publishing workflows.
[https://matrix.to/#/#galaxyproject_iwc:gitter.im](https://matrix.to/#/#galaxyproject_iwc:gitter.im)
**Resources:** [README](https://github.com/galaxyproject/iwc#readme) | [Issues](https://github.com/galaxyproject/iwc/issues)
[galaxyproject/**planemo** ](https://github.com/galaxyproject/planemo)
Command-line utilities to assist in the development of Galaxy tools and workflows.
Linting, testing, deploying to ToolSheds...
*The best practice approach for Galaxy tool development!*
[galaxyproject/**planemo-machine** ](https://github.com/galaxyproject/planemo-machine)
Builds Galaxy environments for Galaxy tool development including Docker
container, virtual machines, Google compute images
**Resources:**
- planemo: [README](https://github.com/galaxyproject/planemo#readme) | [Issues](https://github.com/galaxyproject/planemo/issues) | **License:** [MIT](https://github.com/galaxyproject/planemo/blob/main/LICENSE)
- planemo-machine: [README](https://github.com/galaxyproject/planemo-machine#readme) | [Issues](https://github.com/galaxyproject/planemo-machine/issues) | **License:** [MIT](https://github.com/galaxyproject/planemo-machine/blob/main/LICENSE)
[galaxyproject/**galaxy-language-server** ](https://github.com/galaxyproject/galaxy-language-server)

Language server implementation for Galaxy tools. Visual Studio Code extension for tool development.
Test execution, code completion, best practices, documentation tooltips, etc..
**Resources:** [README](https://github.com/galaxyproject/galaxy-language-server#readme) | [Issues](https://github.com/galaxyproject/galaxy-language-server/issues) | **License:** [Apache 2.0](https://github.com/galaxyproject/galaxy-language-server/blob/main/LICENSE)
[galaxyproject/**starforge** ](https://github.com/galaxyproject/starforge)

Build Galaxy framework dependencies as Python wheels when needed.
**Resources:** [README](https://github.com/galaxyproject/starforge#readme) | [Issues](https://github.com/galaxyproject/starforge/issues) | **License:** [MIT](https://github.com/galaxyproject/starforge/blob/main/LICENSE)
[galaxyproject/**cargo-port** ](https://github.com/galaxyproject/cargo-port)

Provides stable URLs and caching for application links, etc.. An important layer for reproducibility but largely transparent.
**Resources:** [README](https://github.com/galaxyproject/cargo-port#readme) | [Issues](https://github.com/galaxyproject/cargo-port/issues) | **License:** [MIT](https://github.com/galaxyproject/cargo-port/blob/main/LICENSE)
**For Deployers and Admins**
galaxyproject/**{ansible-\*, \*-playbook}**
usegalaxy-eu/**{ansible-\*, \*-playbook}**
[Ansible](https://www.ansible.com/) components to automate almost every aspect of Galaxy installation and maintenance.
Ansible is an advanced configuration management system
These playbooks are used to maintain Galaxy main, cloud and Docker images, virtual machines, ...
[galaxyproject/**gravity** ](https://github.com/galaxyproject/gravity)
A process manager (supervisor) and management tools for Galaxy servers.
`galaxyctl` which is used to manage the starting, stopping, and logging of Galaxy's various processes.
`galaxy` which can be used to run a Galaxy server in the foreground.
**Resources:** [README](https://github.com/galaxyproject/gravity#readme) | [Issues](https://github.com/galaxyproject/gravity/issues) | **License:** [MIT](https://github.com/galaxyproject/gravity/blob/main/LICENSE)
[galaxyproject/**galaxy-helm** ](https://github.com/galaxyproject/galaxy-helm)
Kubernetes helm chart for deploying Galaxy. Leveraged by cloudlaunch and CloudMan but usable standalone.
**Resources:** [README](https://github.com/galaxyproject/galaxy-helm#readme) | [Issues](https://github.com/galaxyproject/galaxy-helm/issues) | **License:** [MIT](https://github.com/galaxyproject/galaxy-helm/blob/main/LICENSE)
[galaxyproject/**pulsar** ](https://github.com/galaxyproject/pulsar)

Distributed job execution engine for Galaxy.
Stages data, scripts, configuration.
Can run jobs on Windows machines.
Can act as its own queuing system or access an existing cluster DRM.
**Resources:** [README](https://github.com/galaxyproject/pulsar#readme) | [Issues](https://github.com/galaxyproject/pulsar/issues) | **License:** [Apache 2.0](https://github.com/galaxyproject/pulsar/blob/main/LICENSE)
[galaxyproject/**ephemeris** ](https://github.com/galaxyproject/ephemeris)
Library and CLI for managing Galaxy plugins - tools, index data, and workflows.
Layer on top of BioBlend building useful utilities for working with the Galaxy API from an administrator perspective.
**Resources:** [README](https://github.com/galaxyproject/ephemeris#readme) | [Issues](https://github.com/galaxyproject/ephemeris/issues)
[galaxyproject/**gxadmin** ](https://github.com/galaxyproject/gxadmin)
Handy command-line utility for Galaxy administrators.
**Resources:** [README](https://github.com/galaxyproject/gxadmin#readme) | [Issues](https://github.com/galaxyproject/gxadmin/issues) | **License:** [GPL-3.0](https://github.com/galaxyproject/gxadmin/blob/main/LICENSE)
## ephemeris vs gxadmin
Ephemeris generally talks to the Galaxy API and is a pure Python project, gxadmin talks directly to the Galaxy database and relevant files.
## Total Perspective Vortex
[galaxyproject/total-perspective-vortex **](https://github.com/galaxyproject/total-perspective-vortex)

TotalPerspectiveVortex (TPV) provides an installable set of dynamic rules for the Galaxy application that can route entities (Tools, Users, Roles) to appropriate job destinations based on a configurable yaml file.
**Resources:** [README](https://github.com/galaxyproject/total-perspective-vortex#readme) | [Issues](https://github.com/galaxyproject/total-perspective-vortex/issues) | **License:** [MIT](https://github.com/galaxyproject/total-perspective-vortex/blob/main/LICENSE)
[**usegalaxy-eu/tiaas2 **](https://github.com/usegalaxy-eu/tiaas2)

Django-based infrastructure for creating pools of users, etc.. for training events and connecting them to Galaxy.
**Resources:** [README](https://github.com/usegalaxy-eu/tiaas2#readme) | [Issues](https://github.com/usegalaxy-eu/tiaas2/issues) | **License:** [AGPL-3.0](https://github.com/usegalaxy-eu/tiaas2/blob/main/LICENSE)
## Some (out of many) friends of the project


Check out dev training materials "Tool Dependencies and Conda" and "Tool Dependencies and Containers"
for more context.
## Putting it all together

[galaxyproject/**galaxy** ](https://github.com/galaxyproject/galaxy)
The rest of the slides will focus on the core repository.
## Key Takeaways
- Multiple user-facing applications (Galaxy, Training Material)
- Developer libraries for plugin developers
- Admin tools for deployment
- Active community on Matrix (via Element client)