Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 1.63 KB

17.09_announce.rst

File metadata and controls

53 lines (33 loc) · 1.63 KB

September 2017 Galaxy Release (v 17.09)

Highlights

Feature1

Feature description.

Feature2

Feature description.

Feature3

Feature description.

Get Galaxy

The code lives at Github and you should have Git to obtain it.

To get a new Galaxy repository run:
$ git clone -b release_17.09 https://github.com/galaxyproject/galaxy.git
To update an existing Galaxy repository run:
$ git checkout release_17.09 && git pull --ff-only origin release_17.09

See our wiki for additional details regarding the source code locations.

Deprecation Notices

  • The Galaxy Sample Tracking and External Services functionality is now considered deprecated. In future releases we will strip down the related user interface and introduce configuration option to keep relevant controllers active if desired. Related PR.
  • The deprecated admin-only interface for Galaxy Data Libraries is staged to be removed in the next release.
  • Workflows API: When exposing WorkflowInvocationSteps state will no longer be available.

Release Notes