Releases: DECIPHER-genomics/Genoverse
Releases · DECIPHER-genomics/Genoverse
Genoverse v2.4
Changes since 2.3:
- Added support for BAM files
- Added data parameter for tracks, to allow preloading of features (track.data = [ feature1, feature2, feature3 ... ])
- Added support for assembly placeholder to track data URLs
- Added clickTolerance parameter for tracks, to allow fuzziness when clicking on a feature, to make it easier to click on small features when zoomed out
- Clicking on a region containing more than one feature displays a menu with choices of all of those features
- Added support for feature.marginTop
- Added support for partial track.featureMargin (e.g. track.featureMargin = { top: 1 }). Missing values default to 0.
- Added support for feature.clear, allowing a feature to draw a clearRect, rather than a fillRect or strokeRect
- Changed track remove icon to a trashcan (using Font Awesome), to remove confusion over the difference between closing the menu and removing the track
- Added "Focus here" links to highlight region popups
- Added util/createGenome.js, to make genome files using the Ensembl REST API and nodejs
- Updated jQuery to 3.1.0, and jQuery.ui to 1.12.0
- Many bug fixes
Genoverse v2.3
Changes since v2.2:
- Restyling of popup menus and control panel buttons
- Full screen plugin
- Focus region plugin (a quick way to return to your region of interest)
- Highlight regions based on area selection of feature location
- Added dbSNP track
- Allow track sorting from tracks menu
- Tracks are now configurable by default
- Added Track.addLegends function to easily add legends for tracks
- Added Track.Model.sortFeatures function so that tracks can override the default sorting mechanism
- Transcript track drawing bug fixes
Genoverse v2.2
Version of Genoverse as used by Decipher release 8.8 and later
Genoverse v2.0
Version of Genoverse as used by Ensembl release 74 and later
Genoverse v2.1
Version of Genoverse as used by Decipher release 8.5 and later