forked from igvteam/igv.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Release Notes
helgathorv edited this page Sep 13, 2016
·
7 revisions
All releases can be found at igv.org/web/release
September 2016
- Fixed error which could cause parsers for WIG and annotation formats to be applied incorrectly (Issue #266).
September 2016
- Fixed problem affecting small (<65kb) tabix-indexed files.
September 2016
Misc bug fixes and minor improvements:
- The autoHeight track property is now disabled if height is set. (Issue #243)
- Track height property is no longer ignored for WIG and BED tracks. (Issue #243)
- Account for coverage track height when displaying alignments. (Issue #216)
- Limit canvas height to max size of 32,000 pixels. (Issue #234)
- Set limit on alignment sampling depth to 2500
- Combining GFF features now enabled for indexed files. (Issue #246)
- Check file extension against known file types if format is not specified. (Issue #239)
- Enable toggling karyotype panel display. (Issue #223)
- Chromosome ideogram display is now optional. (Issue #217)
- Allow HTML in track labels. (Issue #235)
- Constrain view to minimum width of 40bp. (Issue #180)
- Loading some BAM files failed (specifically, BAM index files that used optional psuedo bin “37450”). (Issue #242)
- Displaying tabix indexed files failed for regions at the end of the file. (Issue #254)
- The track color picker was sometimes showing the wrong default color. (Issue #253)
June 2016
- Improved feature label placement on features partially out-of-view.
- Deletions were not being rendered properly in GA4GH alignment tracks.
- GA4GH calls with authentication were failing with CORS errors.
June 2016
- Initial release