@@ -33,16 +33,6 @@ Admin Notes
3333 This release includes database migrations that require the Galaxy instance to be stopped
3434 before applying the update. Please plan accordingly to minimize downtime for users.
3535
36- **Removal of the Trackster Visualization in Galaxy release 25.1 **
37- The legacy Trackster genome browser visualization
38- `has been completely removed from Galaxy <https://github.com/galaxyproject/galaxy/pull/20974 >`__. This includes
39- the removal of special handling for Trackster across tool execution, tool box filtering, visualization
40- framework features, controller endpoints, client code, and other conditional logic. With the removal of
41- Trackster, the era of Mako-based visualizations served from controller endpoints ends.
42-
43- Galaxy now provides the modern IGV (Integrative Genomics Viewer) as the primary genome browser
44- visualization, offering superior functionality and performance for genomic data exploration.
45-
4636Configuration Changes
4737===========================================================
4838
@@ -72,8 +62,17 @@ config/galaxy.yml.sample:galaxy
7262Deprecation Notices
7363===========================================================
7464
65+ **Deprecation of the Trackster Visualization in Galaxy release 26.0 **
66+ The legacy Trackster genome browser visualization has been deprecated and
67+ `will be completely removed in Galaxy 26.0 <https://github.com/galaxyproject/galaxy/pull/20974 >`__. This includes
68+ the removal of special handling for Trackster across tool execution, toolbox filtering, visualization
69+ framework features, controller endpoints, client code, and other conditional logic. With the removal of
70+ Trackster, the era of Mako-based visualizations served from controller endpoints ends.
71+ Galaxy now provides the modern IGV (Integrative Genomics Viewer) as the primary genome browser
72+ visualization, offering superior functionality and performance for genomic data exploration.
73+
7574**Deprecation of Mako-based visualizations in Galaxy release 26.0 **
76- With the removal of Trackster in 25.1 , the remaining legacy Mako-based visualization framework
75+ With the removal of Trackster in 26.0 , the remaining legacy Mako-based visualization framework
7776 and controller endpoints are deprecated and
7877 `will be completely removed in Galaxy 26.0 <https://github.com/galaxyproject/galaxy/pull/21133 >`__.
7978 Any remaining Mako-based visualizations should be migrated to the modern script-based visualization
0 commit comments