Development News Brief
All News Briefs
Distribution Summary 2014_06_02
Get Galaxy
getgalaxy.org | ||
galaxy-dist.readthedocs.org | ||
bitbucket.org/galaxy/galaxy-dist | ||
new: | $ hg clone https://bitbucket.org/galaxy/galaxy-dist#stable |
|
upgrade: | $ hg pull $ hg update latest_2014.06.02 |
# Upgrades
- Review instructions for core build: Getting the Stable Distribution
- Review reset for Tool Shed repos: Resetting Metadata For Installed Repositories
# Upgrade Notice: latest_ tags
With this release comes the inclusion of new Mercurial tags designed to make the life of a Galaxy server administrator easier. The recommended tag to use for this release is now latest_2014.06.02
. This tag will always point to the latest stable version of the 2014.06.02 release (we publish occasional bug fixes to stable releases). If you would like to ensure you always run a static release version with no additional changes since the release, you may use the traditional release_2014.06.02
tag (e.g. hg update release_2014.06.02
). Both release_
and latest_
tags will be available for all releases going forward, and a latest_2014.04.14
tag was created for the latest stable version of the previous release.
# Upgrade Notice: "ucsc_build_sites.txt"
If you have made local modifications to the tool-data/shared/ucsc/ucsc_build_sites.txt
file, you will need to exercise some caution when upgrading to this release (the easiest solution is to make a backup copy of the file prior to upgrading). See Pull Request #340 for more detailed instructions. There is also a related trello card.
# Dataset Collections
Dataset Collections (Technology Preview): Galaxy's data model, API, tool and workflow subsystems have been updated to incorporate the concept of dataset collections. Outlined in these 12 trello cards, dataset collections allow performing complex analyses over lists of dataset, paired datasets, lists of paired datasets, etc....
We are calling these a technology preview in this release because there is currently no rich user interface for creating or viewing dataset collections and there are a number of known issues. Check out this presentation, scheduled to given at this year's Galaxy Community Conference, for the most up to date information on dataset collections and example usages.
The workflow image above (created by Philip Mabon) demonstrates the usage of dataset collections in the context of the [Core Phylogenomics SNP](https://github.com/apetkau/core-phylogenomics) pipeline created by Aaron Petkau, Gary Van Domselaar, Philip Mabon, and Lee Katz.