Skip to content

Releases: hammerlab/pileup.js

Release 0.7.0

07 Mar 17:01
Compare
Choose a tag to compare
  • Updated react to 17.0.1, using refs instead of string refs
  • Fixes for coverage visualization

Release 0.6.13

26 Nov 08:04
006635e
Compare
Choose a tag to compare
  • added options in label sidebar for features and coverage
  • can change feature colors from UI
  • functions to zoom and take SVGs programmatically
  • added Idiogram Track and data sources for Idiogram

Release 0.6.12

27 Jun 22:19
Compare
Choose a tag to compare
  • fixed feature height issue where 0 features -> height of 0px
  • fixed variant json issue which fails when no variants are available
  • works with bigbed files with >256 contigs
  • removed deprecated phantomjs dependencies
  • updated styles for controls
  • added a zoom slider
  • recentered genome track letters

v0.6.11

17 Mar 23:18
a1d78b0
Compare
Choose a tag to compare
  • Added a new GenotypeTrack visualization, using GA4GH or VCFDataSource.
  • Fixed GenomeTrack letter display for flexible devices
  • Updated Genes to read from GA4GH JSON

v0.6.10

09 Oct 18:17
1acc8cb
Compare
Choose a tag to compare
  • fixes null gene labels
  • updated flow version to pass in travis
  • FeatureTrack supports bigBed files
  • generic cache for multi-line Track visualizations

v0.6.9

24 Jan 17:07
2c36d99
Compare
Choose a tag to compare
Merge pull request #467 from akmorrow13/update-version

updated version to 0.6.9

v0.6.8

14 Sep 16:25
Compare
Choose a tag to compare

v0.6.7

05 Jul 19:15
Compare
Choose a tag to compare

v0.6.6

17 Jun 16:47
Compare
Choose a tag to compare

This release includes new improvements and fixes by @piotr-gawron:

  • better handle BigBed ranges (issue #417)
  • support for loading VCF from a local string variable (PR #420)
  • destroy method now cleans up listener after being called (issue #415)
  • reference genome now handles zooming events better when initialized with a relatively bigger range (issue #416)

v0.6.5

09 May 17:08
Compare
Choose a tag to compare
  • better handle 2bit files with large headers (fixes #410)