Skip to content

Releases: igvteam/igv.js

2.9.3

26 Jul 06:24
Compare
Choose a tag to compare

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

26 Jul 06:21
Compare
Choose a tag to compare

Bug Fixes

  • Various htsget bugs

New Features

  • Extend color-by options for variants (VCF tracks)

2.9.1

15 Jul 18:27
Compare
Choose a tag to compare

Bug Fix

  • Round genomic coordinates to integers before querying htsget server to avoid "400" error

2.9.0

15 Jul 17:45
Compare
Choose a tag to compare

New Features

  • Add support for htsget BAM and VCF endpoints.

2.8.6

11 Jun 21:33
Compare
Choose a tag to compare

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

04 Jun 02:58
Compare
Choose a tag to compare

Bug Fix

  • Feature labels not always visible when zoomed in.

2.8.4

24 May 16:55
Compare
Choose a tag to compare

Bug Fix

  • Error in alignment popup text when read sequence is null

2.8.3

24 May 16:53
Compare
Choose a tag to compare

Bug Fix

  • Empty feature list (e.g. no features on particular chromosome) causes error

2.8.2

11 May 23:33
Compare
Choose a tag to compare

Bug Fix

  • Remove runtime dependency on the node 'btoa' package

2.8.1

23 Apr 16:27
Compare
Choose a tag to compare

Bug Fix

  • Skip unparseable bed records rather than throw an error (#1314).