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. : Galaxy 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: Datasets, Workflows, Histories, and Pages Galaxy
objects 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 ==