Olympic Age Distribution

introduction-galaxy-intro-rdm/olympic-age-distribution

Author(s)
Saskia Hiltemann
version Version
1
last_modification Last updated
Mar 19, 2026
license License
MIT
galaxy-tags Tags
introduction

Features
Tutorial
hands_on Introduction to Galaxy as an RDM platform

Workflow Testing
Tests: ✅
Results: Not yet automated
FAIRness purl PURL
https://gxy.io/GTN:W00377
RO-Crate logo with flask Download Workflow RO-Crate
Launch in Tutorial Mode question
galaxy-download Download
flowchart TD
  0["ℹ️ Input Collection\nInput Dataset Collection"];
  style 0 stroke:#2c3143,stroke-width:4px;
  1["Compute"];
  0 -->|output| 1;
  2["Summary Statistics"];
  1 -->|out_file1| 2;
  4cb62955-579d-4bed-8d45-b432b5c984f8["Output\nsummary_statistics"];
  2 --> 4cb62955-579d-4bed-8d45-b432b5c984f8;
  style 4cb62955-579d-4bed-8d45-b432b5c984f8 stroke:#2c3143,stroke-width:4px;
  3["Remove columns"];
  1 -->|out_file1| 3;
  4["Histogram with ggplot2"];
  3 -->|output_tabular| 4;
  5["Image Montage"];
  4 -->|output1| 5;

Inputs

Input Label
Input dataset collection Input Dataset Collection

Outputs

From Output Label
Summary_Statistics1 Summary Statistics

Tools

Tool Links
Summary_Statistics1
toolshed.g2.bx.psu.edu/repos/bgruening/imagemagick_image_montage/imagemagick_image_montage/7.1.2-2+galaxy1 View in ToolShed
toolshed.g2.bx.psu.edu/repos/devteam/column_maker/Add_a_column1/2.1 View in ToolShed
toolshed.g2.bx.psu.edu/repos/iuc/column_remove_by_header/column_remove_by_header/1.0 View in ToolShed
toolshed.g2.bx.psu.edu/repos/iuc/ggplot2_histogram/ggplot2_histogram/3.5.1+galaxy1 View in ToolShed

To use these workflows in Galaxy you can either click the links to download the workflows, or you can right-click and copy the link to the workflow which can be used in the Galaxy form to import workflows.

Importing into Galaxy

Below are the instructions for importing these workflows directly into your Galaxy server of choice to start using them!
Hands On: Importing a workflow
  1. Click on galaxy-workflows-activity Workflows in the Galaxy activity bar (on the left side of the screen, or in the top menu bar of older Galaxy instances). You will see a list of all your workflows
  2. Click on galaxy-upload Import at the top-right of the screen
  3. Provide your workflow
    • Option 1: Paste the URL of the workflow into the box labelled “Archived Workflow URL”
    • Option 2: Upload the workflow file in the box labelled “Archived Workflow File”
  4. Click the Import workflow button

Below is a short video demonstrating how to import a workflow from GitHub using this procedure:

Video: Importing a workflow from URL

Version History

Version Commit Time Comments
2 175debede 2026-03-13 15:37:10 use zenodo data for test, add assert on output
1 87cb044a8 2026-03-12 14:41:56 add workflow

For Admins

Installing the workflow tools

wget https://training.galaxyproject.org/training-material/topics/introduction/tutorials/galaxy-intro-rdm/workflows/Olympic-Age-Distribution.ga -O workflow.ga
workflow-to-tools -w workflow.ga -o tools.yaml
shed-tools install -g GALAXY -a API_KEY -t tools.yaml
workflow-install -g GALAXY -a API_KEY -w workflow.ga --publish-workflows