Warning
This document is for an in-development version of Galaxy. You can alternatively view this page in the latest release if it exists or view the top of the latest release's documentation.
26.1 Galaxy Release (July 2026)
Please see the full release notes for more details.
Highlights
Discover some of the exciting new features, enhancements, and improvements in Galaxy 26.1.
Galaxy Notebooks
Turn every Galaxy history into a living scientific notebook.
Unified workspace. Combine narrative, datasets, visualizations, and AI-assisted writing in a single collaborative space.
Document as you go. Capture the reasoning behind your analysis and record results while you work.
Reproducible reports. Create rich reports that stay connected to the data they describe.
Assistant on hand. GalaxyAI works inside a notebook with that notebook’s own context, drafting and proposing content in place.
Galaxy Notebooks make it easy to capture, share, and reproduce the full story behind an analysis. [#22361] [#22807]
GalaxyAI: Specialized Agents and Context-Aware Help
GalaxyAI now knows where you are and routes your question to the right specialist.
Context-aware panel. A dockable assistant that knows which tool form, job, history, or notebook you are viewing.
Specialized agents. Purpose-built agents for error analysis, tool recommendations, GTN tutorials, and IWC workflows.
Asks instead of guessing. Ambiguous requests get a clarifying question with quick replies.
Report drafting. Draft a workflow invocation report from the run itself.
Safer custom tools. The custom tool agent resolves verified containers rather than inventing one.
Each answer is labeled with the agent that produced it. [#22096] [#22097] [#22791] [#21934] [#22981]
Connect Your Own AI Tools with MCP
Galaxy now speaks the Model Context Protocol, so AI clients outside Galaxy can work with your data.
Bring your own client. Any MCP-compatible client can connect to a Galaxy server.
Real Galaxy operations. Search and run tools, inspect histories and datasets, invoke workflows, and monitor jobs.
Community workflows. Find and import vetted Intergalactic Workflow Commission (IWC) workflows without leaving your client.
Same rules as any client. External agents route through Galaxy’s service layer, inheriting the same authorization and validation.
Administrator opt-in. Disabled by default; enabled with
enable_mcp_server.
The same operations layer powers GalaxyAI in the application, so both surfaces stay in step. [#21942] [#22626] [#22906]
Bulk Dataset Storage Migration
Managing storage at scale just got much easier.
Bulk moves. Move multiple datasets and collections between storage locations in a single operation.
Preview the impact. Review what will change before you begin.
Progress tracking. Follow migrations from start to finish with detailed status updates.
Optional notifications. Get notified when large migrations complete.
These improvements make large storage migrations safer, simpler, and more transparent. [#22606]
Modern Workflow Extraction Interface
The history-to-workflow extraction interface has been rebuilt in Vue with a modern card-based design.
Clear step distinction. Tool steps and workflow inputs are clearly separated.
Rename before extraction. Give inputs meaningful names before the workflow is created.
Direct job access. Open related jobs directly from the extraction view.
Immediate results. The newly created workflow is displayed as soon as extraction finishes.
Extracting a workflow from your history is now clearer and more intuitive. [#21935]
Favorite and Recent Tools Panel
Galaxy now includes an optional tool panel focused on faster access to the tools you use the most.
Favorites at hand. Highlight and quickly access your favorite tools.
Automatic recents. Recently executed tools are automatically tracked.
Keyboard navigation. Move through the panel without leaving the keyboard.
Integrated search. Search tools with quick favorite and unfavorite actions.
Guided discovery. When no favorites are configured, the panel helps you discover and organize tools through the redesigned tool discovery interface.
The result is faster, more personalized access to your everyday tools. [#21600]
View Workflow Step Configuration During Execution
No more switching back to the workflow editor to inspect a running workflow.
In-context inspection. View the full configuration of any workflow step directly from the invocation graph.
Understand settings at a glance. See tool settings, inputs, and parameters while an analysis runs.
Stay in the monitor. Review step details without interrupting execution.
Monitoring a running workflow is now more transparent and informative. [#22144]
Visualizations Updates
Update locuszoom package version to 0.0.9 (thanks to @elmedjadjirayane). Pull Request 21658
Update Vintent (thanks to @guerler). Pull Request 22660
Update tiffviewer to v0.0.5 (thanks to @davelopez). Pull Request 22866
Fix table header column handling in plotly and tabulator (thanks to @guerler). Pull Request 22893
Datatypes Updates
Add bwa_index datatype (thanks to @Delphine-L). Pull Request 22310
adding egapx_local_cache, a subclass of Directory (thanks to @richard-burhans). Pull Request 22268
Show file size for CRAM datasets and in download tooltip (thanks to @dannon). Pull Request 22273
Merge 26.0 into dev (thanks to @mvdbeek). Pull Request 22368
Added file type ascii raster .asc (thanks to @tStehling). Pull Request 21937
Fix display of BAMs with large headers (thanks to @wm75). Pull Request 22516
Speed up integration tests (thanks to @mvdbeek). Pull Request 22538
add TEI XML datatype (thanks to @bgruening). Pull Request 22718
Harden access control for user-defined tools (thanks to @mvdbeek). Pull Request 22704
Add sheet_names metadata to XLSX datatype (thanks to @Anthony96pi). Pull Request 22327
update the binary.py for spatialdata so it also works if the file has… (thanks to @nilchia). Pull Request 22802
Migrate Python packages to `src` layout and pure namespace packages (thanks to @mr-c). Pull Request 21977
Add new datatypes for the tool vg giraffe (thanks to @Maed0x). Pull Request 22935
update spatialdata datatype (thanks to @nilchia). Pull Request 23087
Bound memory use in h5grove structured content endpoint (thanks to @mvdbeek). Pull Request 23089
Add new datatypes for the tool vg (thanks to @Maed0x). Pull Request 23111
Add PAGE XML, AbbyyXML, hOCR, mlmodel, Apache Arrow IPC datatype support in datatypes_conf.xml.sample (thanks to @IvoLeist). Pull Request 23088
Hide generated headers for tabular previews (thanks to @qchiujunhao). Pull Request 22947
Builtin Tool Updates
First pass in unifying and clarifying collection operation interfaces and help sections (thanks to @nekrut). Pull Request 21939
Fix tool id handling for shed-installed tools (thanks to @guerler). Pull Request 22553
Update label for invert parameter in grep.xml for clarity (thanks to @Sch-Da). Pull Request 22550
patch bar_chart (thanks to @gsaudade99). Pull Request 22597
Fix recent tools for My Tools default panel (thanks to @itisAliRH). Pull Request 23075
Fix discover tool count fallback for My Tools default panels (thanks to @itisAliRH). Pull Request 23074
Fix Markdown help rendering in tools list (thanks to @itisAliRH). Pull Request 23106
Please see the full release notes for more details. The admin-facing release notes are available here.
To stay up to date with Galaxy’s progress, watch our screencasts; visit our community Hub; and follow us on Bluesky, Mastodon, and LinkedIn.
You can always chat with us on Matrix.
Thanks for using Galaxy!