Galaxy is an open-source scientific workflow system designed to make research accessible, reproducible, and transparent. Originally developed for computational biology, Galaxy has evolved into a domain-agnostic framework utilized across various scientific disciplines. Some examples include data science, microbiology, medical research, neuroscience and virology. Galaxy includes supports code-free workflow development, GUI workflow visualization as well as command-line interface access, scheduled jobs, and cloud infrastructure management. It supports data persistence and data publishing to facilitate collaboration, reaching a global community of over 500,000 registered users.
Use
Use areas Galaxy was originally written for biological data analysis, particularly genomics. Tools on the platform are used for gene expression, genome assembly, epigenomics, transcriptomics, and host of other disciplines, in the life sciences. The wide set of available tools has been greatly expanded over the years because the platform is domain agnostic and can be applied to any scientific domain as a general bioinformatics workflow management system. For example, Galaxy servers and tools exist for image analysis, machine learning and AI, computational chemistry and drug design, spaceflight and astronomy, cheminformatics, proteomics, social science, and linguistics.
Project goals Galaxy describes itself "an open, web-based platform for performing accessible, reproducible, and transparent genomic science." As computational biology is a specialized domain that often requires knowledge in computer programming, Galaxy was design to provide biomedical researchers access to computational biology without requiring expertise in computer programming. To achieve this, the design prioritizes a user-friendly interface over the flexibility to construct highly complex. Other platforms, such Apache Taverna, include in their design complex workflow systems, including e.g. looping. Galaxy is designed supports reproducibility by systematically capturing all essential details of a computational analysis, ensuring that it can be precisely replicated at any point in the future. This includes recording all input, intermediate, and final datasets, as well as the parameters used and the exact sequence of analytical steps.
Features
Tools Galaxy is extensible, as new command line tools can be integrated and shared within the Galaxy ToolShed. An example of extending Galaxy is Galaxy-P from the University of Minnesota Supercomputing Institute, which is customized as a data analysis platform for mass spectrometry-based proteomics. The software also provides a web interface for many text manipulation tools, enabling researchers to do their own custom reformatting and manipulation without having to know computer programming or shell scripting. Galaxy includes interval manipulation tools for doing set theoretic operations (e.g. intersection, union, ...) on intervals. Many biological file formats include genomic interval data (a frame of reference, e.g., chromosome or contig name, and start and stop positions), allowing these data to be integrated.
Galaxy Objects Entities in the Galaxy software structure are organized in Galaxy objects, which reperenst are anything that can be saved, persisted, and shared in Galaxy:
Datasets Datasets includes any input, intermediate, or output dataset, used or produced in an analysis. Galaxy's data integration platform supports file uploads from the user's computer, by URL, and directly from many online external resources (such as the UCSC Genome Browser, BioMart and InterMine). Galaxy supports a range of widely used biological data formats, translation between those formats, and data conversions (see Tools).
Workflows Workflows are computational analyses that specify all the steps (and parameters) in the analysis, but none of the data. Workflows are used to run the same analysis against multiple sets of input data.
Galaxy is a scientific workflow system. These systems provide a means to build multi-step computational analyses akin to a recipe. They typically provide a graphical user interface for specifying what data to operate on, what steps to take, and what order to do them in.
Histories Histories are computational analyses (recipes) run with specified input datasets, computational steps and parameters. Histories include all intermediate and output datasets as well.
Pages Pages enables the creation of a virtual paper that describes the how and why of the overall experiment. Histories, workflows and datasets can include user-provided annotation. Tight integration of Pages with Histories, Workflows, and Datasets supports this goal.
Availability Galaxy is available:
As a free public web server, supported by the Galaxy Project. This server includes many bioinformatics tools that are widely useful in many areas of genomics research. Users can create logins, and save histories, workflows, and datasets on the server. These saved items can also be shared with others. As open-source software that can be downloaded, installed and customized to address specific needs. Galaxy can be installed locally or using a computing cloud. Public web servers hosted by other organizations. Several organizations with their own Galaxy installation have also opted to make those servers available to others.
Implementation Galaxy is open-source software implemented using the Python programming language. It is developed by the Galaxy team at Penn State, Johns Hopkins University, Oregon Health & Science University, Moffitt Cancer Center, Cleveland Clinic, University of Freiburg (Galaxy EU), and Galaxy Australia with community contributions from around the world.
… excerpt ends here. Continue reading the full article.



