Skip to content Skip to footer

Highlighting RO-Crate Features in Galaxy

14 January 2026 | By Eli Chadwick


Galaxy is an open-source platform for FAIR data analysis. It enables users to create and run their own workflows, and includes tools from a wide range of scientific domains.

RO-Crate and WorkflowHub support was integrated into Galaxy as part of the EuroScienceGateway project which ran from September 2022 to August 2025.

The RO-Crate integration is designed to be usable by anyone, including users who do not know what RO-Crate is. Galaxy populates the RO-Crate metadata automatically using information it has stored - including metadata that users have added themselves through the Galaxy interface when completing tasks like creating a workflow. Users do not need to worry about the technicalities of the format, they simply benefit from it by default when importing/exporting data.

Importing data as RO-Crate

Galaxy has a ZIP explorer integration which allows the user to import individual files from ZIP archives. When importing a ZIP file that is also an RO-Crate, core metadata is extracted from the RO-Crate and displayed when exploring the ZIP.

Galaxy ZIP explorer showing dataset title, publication date, DOI, description, license, creators, institutions, and RO-Crate profiles.
Galaxy ZIP explorer showing metadata extracted from RO-Crate.

Exporting data as RO-Crate

A Galaxy history can be exported to a file, which can be downloaded directly or uploaded to data repositories like Zenodo. The default format for an exported history is an RO-Crate ZIP file.

Galaxy history export view configured to publish to Zenodo with the file name 'My test history'
Galaxy history export to Zenodo sandbox.
Zenodo draft record showing a file called 'My test history.rocrate.zip'
Draft Zenodo record with Galaxy history uploaded as RO-Crate.

Exporting workflow invocation as RO-Crate

An individual invocation of a Galaxy workflow can be exported as a RO-Crate following the Workflow Run Crate profile. As with the history export, the output can be downloaded as a file or uploaded to a data repository. The workflow file, inputs, outputs, and Galaxy metadata are included in the RO-Crate.

Galaxy workflow invocation export page with Workflow Run RO-Crate selected as the output format
Export a workflow invocation from Galaxy in formats including Workflow Run RO-Crate.

Re-import exported RO-Crates!

Because Galaxy can import RO-Crates, you can re-import an exported workflow invocation or history back into Galaxy. This facilitates reproducibility of workflow runs, as well as general reuse of exported data (for example, you could import just the workflow file from an invocation and then run that workflow with different data).

Galaxy ZIP explorer showing RO-Crate metadata from the workflow invocation which was exported earlier. It is tagged with 'Galaxy Workflow Run' as well as 'RO-Crate' in the interface. The metadata says it was automatically generated by Galaxy and includes both the timestamp of the invocation and the timestamp of publication.
Reimporting a Workflow Run RO-Crate exported from Galaxy.

WorkflowHub integration

Galaxy is also closely integrated with the WorkflowHub workflow registry. Any workflow registered on WorkflowHub can be exported from WorkflowHub as a Workflow RO-Crate.

In the Galaxy interface, you can import workflows from WorkflowHub. In the WorkflowHub interface, Galaxy workflows are shown with a button to launch the workflow in a Galaxy instance where the required tools are available.

Workflows developed by the Intergalactic Workflow Commission and the Galaxy Training Network are automatically registered with WorkflowHub, enhancing their FAIRness.

On the left, the Galaxy workflow import page showing workflowhub.eu circled as the TRS Server source. On the right, a workflow page on WorkflowHub with the 'Run in Galaxy' button circled.
Galaxy supports import from WorkflowHub, and WorkflowHub workflows can be directly launched in Galaxy.

ELN integration

Galaxy can already integrate with RSpace and eLabFTW, which are Electronic Lab Notebook (ELN) platforms. Both of these platforms are part of the ELN consortium, a community which develops standards for interoperable ELNs, including the ELN file format which is based on RO-Crate.

RO-Crate therefore offers opportunities for even closer integration and interoperability between Galaxy and ELNs in the future.

Training Material

The Galaxy Training Network includes a collection of tutorials on making workflows FAIR with RO-Crate. This includes tutorials on exporting Workflow Run RO-Crates from Galaxy as seen above, and adding tests to a Galaxy workflow to create a Workflow Testing RO-Crate. Development of these tutorials was supported by the BY-COVID project.

There are also tutorials on domain-specific RO-Crate applications: DataPLANT ARCs (from the DataPLANT project) and An earth system RO-Crate (from the FAIR-EASE project).

Related use cases