Question: News Briefs For Galaxy Distribution Updates
0
gravatar for Greg Von Kuster
8.5 years ago by
Penn State University
Greg Von Kuster810 wrote:
Hello Galaxy community, Based on your input at the Galaxy Developers Conference at CSHL last month, we are beginning a new process to improve clarification of the contents of new change sets that are available for upgrading your local Galaxy instances. Our initial approach to accomplish this is to send out a news brief like this one on a regular basis ( about every 2 weeks or so ) to let you know what has been committed since the last news brief. Of course, since htis is the first new brief, it'll be a bit different from those that follow in that we'll just communicate the highlights of the new features / fixes over the past 2 weeks. This process will allow you to decide on which of the following options you'd like to use when updating your local Galaxy instance. 1) Use the same process you've always used ( i.e., update at will, or whenever you see email messages come from the http://lists.bx.psu.edu/listinfo/galaxy-commits distribution list, assuming you have subscribed ) 2) Wait for the next news brief, and decide whether you want to update at that time to the specific change set to which it refers. The news brief will provide instructions for updating to a specific change set. We're treating this process as the beginning of our improved communication to you about what's available in upgrades. Please don't hesitate to provide feedback to help improve this process. So now on to our first news brief! ============================ Here are the highlights of what you will get if you perform the following upgrade - the change set was made available to the distribution on June 8, 2010: hg pull -u -r 837aabec314e New features 1) From the Admin perspective, the library dataset information page ( the page displayed when you click on a dataset link in a library folder ) now includes all of the metadata associated with the dataset, as well as all active links to the dataset ( the undeleted history or library items that point to this dataset's disk file ). Here is an example of a page that displays this new information. Notice that you can click on the History or Library links to see the history or library that contains the item that points to same disk file. 2) The new and vastly improved version of the Galaxy reports webapp. The Galaxy reports are not supported with the sqlite db as they are intended for Galaxy production environments, but postgres will certainly work, and mysql should work as well. The old version of the reports webapp had it's own template path defined in the reports_webapp.ini file, but the new version uses the normal galaxy template location. Due to this change, you should copy reports_webapp.ini.sample to reports_webapp.ini, and change the following setting to be what you want: port = 9001 host = 127.0.0.1 ... # database_connection = postgres:///galaxy_test?user=postgres&password=postgres To start up the reports: %sh run_reports.sh and point your browse at the URL defined by the host and port setting in your config file. The reports are greatly improved, and use the Galaxy grid framework for displaying jobs. You can use the Advanced Search feature to search for a specific job id, and filter by job state, and the various links on the grids allow for other additional filtering and sorting. The new and improved Disk space maintenance report includes a link on each displayed dataset that (when clicked) will display all of the active history items and library datasets that use that specific dataset's disk file. 3) Galaxy now allows for importing and exporting histories. Options for exporting the current history to a file or importing a history from a file are now listed in the history options menu. 4) Add a jar directory / bin which is accessible to tool configurations by specifying e.g. '${GALAXY_DATA_INDEX_DIR}/shared/jars/FOO.jar', where FOO.jar is the desired jar which has been placed in / linked to 'GALAXY_ROOT/tool-data/shared/jars' (by default; $GALAXY_DATA_INDEX_DIR can be configured to point elsewhere [value of 'tool_data_path' configuration variable in universe_wsgi.ini]). The setup.sh script has been modified to create this directory when not present. Existing feature improvements 1) Improvements in Search+Select boxes. 2) Add support for the GFF format to the Galaxy Operation subtract tool 3) Trackster: - Implemented drag-zooming by letting you drag a region in the top label track (where chrom position is shown). Refactored to not use zoom levels anymore. - Can manually set display modes for tracks. - Add text search to trackster dataset selection grid and fix dbkey filtering. - respect block color for bam 4) When use_remote_user = True, still display the logged in user in the User menu 5) Enhancement to the data libraries grid: display the file size of each library dataset in the grid. 6) Enable form builder to build select inputs and (2) enable users to create visualizations via a button on the saved visualizations page. New tools 1) SAM indel filter 2) CBI Rice Mart data source 3) Add tools contributed by Chungoo Park for Principal Component Analysis, Linear Discriminant Analysis, and drawing Receiver Operating Characteristic plots. Bug fixes 1) Fix autocomplete select not closing after dragging text inside, and holding arrow keys not triggering multiple times in firefox. ============================ Greg Von Kuster Galaxy Development Team greg@bx.psu.edu
gff • 1.0k views
ADD COMMENTlink written 8.5 years ago by Greg Von Kuster810
Please log in to add an answer.

Help
Access

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Powered by Biostar version 16.09
Traffic: 165 users visited in the last hour