Difference between revisions of "Galaxy Upgrade Highlights"

From UFRC
Jump to navigation Jump to search
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
[[Category:Software]][[Category:Galaxy]]
 
[[Category:Software]][[Category:Galaxy]]
 
__NOTOC__
 
__NOTOC__
===New features in Galaxy 2018 update===
+
==List of new features in Galaxy 2018 upgrade==
 +
===Performance and User Experience Improvements===
 +
We made Galaxy more lively and responsive. Homepage, published workflows, published/saved histories, and data libraries should all load much faster now. Importing data from FTP will also take less of your time. We achieved this by optimizing database queries, implementing the cache, rethinking presentation, and adding progress bars and loading indicators where needed.
 
====Interactive Tours====
 
====Interactive Tours====
 
The interactive tours framework allows developers and deployers to build interactive tutorials for users superimposed on the actual Galaxy web front end. Unlike video tutorials, these will not become stale and are truly interactive (allowing users to actually navigate and interact with Galaxy).
 
The interactive tours framework allows developers and deployers to build interactive tutorials for users superimposed on the actual Galaxy web front end. Unlike video tutorials, these will not become stale and are truly interactive (allowing users to actually navigate and interact with Galaxy).
  
 
====Nested Workflows====
 
====Nested Workflows====
Workflows may now run other workflows as a single abstract step in the parent workflow. This allows for reusing or sub workflows in your analyses.
+
Workflows may now run other workflows as a single abstract step in the parent workflow. This allows for reusing or sub-workflows in your analyses.
  
====New chemical datatypes====
+
====Security and stability====
Galaxy now detects and supports many molecular datatypes.
+
There are numerous security and stability improvements in this release.
  
 
====Workflow run form replaced====
 
====Workflow run form replaced====
Line 16: Line 18:
 
====New interface for user preferences====
 
====New interface for user preferences====
 
User preferences menu has been reworked for clarity and consistency.
 
User preferences menu has been reworked for clarity and consistency.
 
====Support for compressed FASTQ formats====
 
You can now upload compressed (with gzip or bzip2) FASTQ files without them being unpacked automatically (as it was until now). For this, to work you have to select the proper type when uploading (e.g. instead of fastqsanger you select fastqsanger.gz or fastqsanger.bz2 for compressed files). Existing tools will work as before and future tools will be able to consume archives and save space in your quota.
 
  
 
====Tag your data with propagating hashtags====
 
====Tag your data with propagating hashtags====
Line 25: Line 24:
 
====Drag & Drop datasets into tool inputs====
 
====Drag & Drop datasets into tool inputs====
 
The interface now allows dragging datasets from history panel into the content selectors of the tool form.
 
The interface now allows dragging datasets from history panel into the content selectors of the tool form.
 
====Upload directly to a collection====
 
You can now bypass the history manipulation and upload your data straight into a collection for convenience.
 
 
====Singularity====
 
Tool execution using the HPC-friendly container technology Singularity is now supported. Custom containers can be specified by the Galaxy admin on a per job destination basis or standardized containers corresponding to Conda requirements can be built or downloaded automatically using the mulled toolkit built into Galaxy (just like is possible for Docker).
 
 
====Download entire collection====
 
Downloading whole collections is now possible from the history interface.
 
  
 
====Switch tool versions in workflows====
 
====Switch tool versions in workflows====
 
You can now select exactly what version of the tool you want to use when building workflows.
 
You can now select exactly what version of the tool you want to use when building workflows.
  
====Performance and User Experience Improvements====
+
===Collections===
We made Galaxy more lively and responsive. Homepage, published workflows, published/saved histories, and data libraries should all load much faster now. Importing data from FTP will also take less of your time. We achieved this by optimizing database queries, implementing the cache, rethinking presentation, and adding progress bars and loading indicators where needed.
 
 
 
 
====Dataset Collection Usability====
 
====Dataset Collection Usability====
 
This release has significantly improved the usability of Galaxy dataset collections.
 
This release has significantly improved the usability of Galaxy dataset collections.
 +
====Upload directly to a collection====
 +
You can now bypass the history manipulation and upload your data straight into a collection for convenience.
 +
====Download entire collection====
 +
Downloading whole collections is now possible from the history interface.
  
 +
===Data types===
 +
====Support for compressed FASTQ formats====
 +
You can now upload compressed (with gzip or bzip2) FASTQ files without them being unpacked automatically (as it was until now). For this, to work you have to select the proper type when uploading (e.g. instead of fastqsanger you select fastqsanger.gz or fastqsanger.bz2 for compressed files). Existing tools will work as before and future tools will be able to consume archives and save space in your quota.
 
====New BAM datatypes====
 
====New BAM datatypes====
 
Previously Galaxy only supported coordinate sorted BAM files by default (the bam datatype).
 
Previously Galaxy only supported coordinate sorted BAM files by default (the bam datatype).
 
+
====New chemical datatypes====
====Security and stability====
+
Galaxy now detects and supports many molecular datatypes.
There are also numerous security and stability improvements in this release.
 

Latest revision as of 20:34, 18 April 2018


List of new features in Galaxy 2018 upgrade

Performance and User Experience Improvements

We made Galaxy more lively and responsive. Homepage, published workflows, published/saved histories, and data libraries should all load much faster now. Importing data from FTP will also take less of your time. We achieved this by optimizing database queries, implementing the cache, rethinking presentation, and adding progress bars and loading indicators where needed.

Interactive Tours

The interactive tours framework allows developers and deployers to build interactive tutorials for users superimposed on the actual Galaxy web front end. Unlike video tutorials, these will not become stale and are truly interactive (allowing users to actually navigate and interact with Galaxy).

Nested Workflows

Workflows may now run other workflows as a single abstract step in the parent workflow. This allows for reusing or sub-workflows in your analyses.

Security and stability

There are numerous security and stability improvements in this release.

Workflow run form replaced

The workflow run form has been replaced by one backed by the new tool form and the API. Nicer, faster, standardized.

New interface for user preferences

User preferences menu has been reworked for clarity and consistency.

Tag your data with propagating hashtags

Large Galaxy histories used to be messy. Hashtags make it easy to track dataset (and collection) relationships.

Drag & Drop datasets into tool inputs

The interface now allows dragging datasets from history panel into the content selectors of the tool form.

Switch tool versions in workflows

You can now select exactly what version of the tool you want to use when building workflows.

Collections

Dataset Collection Usability

This release has significantly improved the usability of Galaxy dataset collections.

Upload directly to a collection

You can now bypass the history manipulation and upload your data straight into a collection for convenience.

Download entire collection

Downloading whole collections is now possible from the history interface.

Data types

Support for compressed FASTQ formats

You can now upload compressed (with gzip or bzip2) FASTQ files without them being unpacked automatically (as it was until now). For this, to work you have to select the proper type when uploading (e.g. instead of fastqsanger you select fastqsanger.gz or fastqsanger.bz2 for compressed files). Existing tools will work as before and future tools will be able to consume archives and save space in your quota.

New BAM datatypes

Previously Galaxy only supported coordinate sorted BAM files by default (the bam datatype).

New chemical datatypes

Galaxy now detects and supports many molecular datatypes.