|
1 | 1 |
|
2 | | -:orphan: |
| 2 | +=========================================================== |
| 3 | +25.1 Galaxy Release (December 2025) |
| 4 | +=========================================================== |
| 5 | + |
| 6 | +.. include:: _header.rst |
| 7 | + |
| 8 | +Please see the `25.1 user release notes <25.1_announce_user.html>`__ for a summary of new user features. |
| 9 | +The `GitHub Release Notes <https://github.com/galaxyproject/galaxy/releases/tag/v25.1.0>`__ provide a comprehensive overview of all changes. |
| 10 | + |
| 11 | +Get Galaxy |
| 12 | +=========================================================== |
| 13 | + |
| 14 | +The code lives at `GitHub <https://github.com/galaxyproject/galaxy>`__ and you should have `Git <https://git-scm.com/>`__ to obtain it. |
| 15 | + |
| 16 | +To get a new Galaxy repository run: |
| 17 | + .. code-block:: shell |
| 18 | +
|
| 19 | + $ git clone -b release_25.1 https://github.com/galaxyproject/galaxy.git |
| 20 | +
|
| 21 | +To update an existing Galaxy repository run: |
| 22 | + .. code-block:: shell |
| 23 | +
|
| 24 | + $ git fetch origin && git checkout release_25.1 && git pull --ff-only origin release_25.1 |
| 25 | +
|
| 26 | +See the `community hub <https://galaxyproject.org/develop/source-code/>`__ for additional details on source code locations. |
| 27 | + |
| 28 | + |
| 29 | +Admin Notes |
| 30 | +=========================================================== |
| 31 | + |
| 32 | +**Database Migrations will require stopping the Galaxy instance** |
| 33 | + This release includes database migrations that require the Galaxy instance to be stopped |
| 34 | + before applying the update. Please plan accordingly to minimize downtime for users. |
| 35 | + |
| 36 | +Configuration Changes |
| 37 | +=========================================================== |
| 38 | + |
| 39 | + |
| 40 | +Added |
| 41 | +----- |
| 42 | + |
| 43 | +The following configuration options are new |
3 | 44 |
|
| 45 | +config/galaxy.yml.sample:galaxy |
| 46 | +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 47 | + |
| 48 | +- mapping.tool_shed.mapping.allow_local_account_creation |
| 49 | + |
| 50 | + |
| 51 | +Removed |
| 52 | +------- |
| 53 | + |
| 54 | +The following configuration options have been completely removed |
| 55 | + |
| 56 | +config/galaxy.yml.sample:galaxy |
| 57 | +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 58 | + |
| 59 | +- mapping.tool_shed.mapping.allow_user_creation |
| 60 | + |
| 61 | + |
| 62 | +Deprecation Notices |
4 | 63 | =========================================================== |
5 | | -25.1 Galaxy Release |
| 64 | + |
| 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 | + |
| 74 | +**Deprecation of Mako-based visualizations in Galaxy release 26.0** |
| 75 | + With the removal of Trackster in 26.0, the remaining legacy Mako-based visualization framework |
| 76 | + and controller endpoints are deprecated and |
| 77 | + `will be completely removed in Galaxy 26.0 <https://github.com/galaxyproject/galaxy/pull/21133>`__. |
| 78 | + Any remaining Mako-based visualizations should be migrated to the modern script-based visualization |
| 79 | + plugin framework. Users and administrators are encouraged to transition to supported visualization |
| 80 | + plugins to ensure continued functionality and access to new features. |
| 81 | + |
| 82 | +**Deprecation of the Galaxy Reports application in Galaxy release 26.0** |
| 83 | + The standalone Galaxy Reports application, which provides administrative usage statistics and |
| 84 | + analytics for Galaxy instances, is deprecated and will be removed in Galaxy 26.0. |
| 85 | + The Reports app was a separate web application that connected to the Galaxy database to display |
| 86 | + information about jobs, workflows, users, and system usage. Administrators currently using the |
| 87 | + Reports app should plan to migrate to alternative monitoring and analytics solutions before |
| 88 | + Galaxy 26.0 is released next year. The following GTN tutorials provide guidance on alternative |
| 89 | + monitoring approaches: |
| 90 | + |
| 91 | + * `Galaxy Monitoring with Telegraf and Grafana <https://training.galaxyproject.org/training-material/topics/admin/tutorials/monitoring/tutorial.html>`__ |
| 92 | + * `Galaxy Monitoring with gxadmin <https://training.galaxyproject.org/training-material/topics/admin/tutorials/gxadmin/tutorial.html>`__ |
| 93 | + |
| 94 | +Release Team |
6 | 95 | =========================================================== |
| 96 | + |
| 97 | +Release manager: `Ahmed Awan <https://github.com/ahmedhamidawan>`__, `Aysam Guerler <https://github.com/guerler>`__ |
| 98 | + |
| 99 | +Release testing: |
| 100 | + |
| 101 | +* `Tyler Collins <https://github.com/tcollins2011>`__ |
| 102 | +* `Arash Kadkhodaei <https://github.com/arash77>`__ |
| 103 | +* `John Chilton <https://github.com/jmchilton>`__ |
| 104 | +* `Keith Suderman <https://github.com/ksuderman>`__ |
| 105 | +* `Aysam Guerler <https://github.com/guerler>`__ |
| 106 | +* `Alireza Heidari <https://github.com/itisAliRH>`__ |
| 107 | +* `Jennifer Hillman-Jackson <https://github.com/jennaj>`__ |
| 108 | + |
| 109 | +Communications: |
| 110 | + |
| 111 | +* `Natalie Whitaker-Allen <https://github.com/natalie-wa>`__ |
| 112 | +* `Scott Cain <https://github.com/scottcain>`__ |
| 113 | + |
| 114 | +A special thank you goes to everyone who helped test the new release after its deployment on usegalaxy.org. |
| 115 | + |
| 116 | +---- |
| 117 | + |
| 118 | +.. include:: _thanks.rst |
0 commit comments