Releases: igvteam/igv.js
Releases · igvteam/igv.js
2.9.3
Bug Fixes
- Add standard alignment filters for CRAM files (including filter duplicates). Fixes #1323
New Features
- Add "sort by read name" to alignment track menus
2.9.2
Bug Fixes
New Features
- Extend color-by options for variants (VCF tracks)
2.9.1
Bug Fix
- Round genomic coordinates to integers before querying htsget server to avoid "400" error
2.9.0
New Features
- Add support for htsget BAM and VCF endpoints.
2.8.6
Bug Fixes
- Fix cytoband rendering problem affecting igv-reports. Issue #1338
- Convert bam binary type "c" tags correctly. Issue #1328
- Fix center guid positionin error
- Include oAuth tokens with htsget requestions. Issue #1344
- Expose function to globally set oAuth access token. Issue #1344
2.8.5
Bug Fix
- Feature labels not always visible when zoomed in.
2.8.4
Bug Fix
- Error in alignment popup text when read sequence is null
2.8.3
Bug Fix
- Empty feature list (e.g. no features on particular chromosome) causes error
2.8.2
Bug Fix
- Remove runtime dependency on the node 'btoa' package
2.8.1
Bug Fix
- Skip unparseable bed records rather than throw an error (#1314).