Skip to content

Latest commit

 

History

History
60 lines (40 loc) · 2.24 KB

ChangeLog.md

File metadata and controls

60 lines (40 loc) · 2.24 KB
  • Add ability to set fixBounds:false in multixyplot config to disable rounding of the Y-scale bar. Option exists in jbrowse for normal XYPlot
  • Remove usage of deferreds to allow things like JBrowse/Store/SeqFeature/REST compatibility
  • Add useStdDev option for using 3 standard deviations above the mean instead of absolute scoreMax as the maximum for autoscaling
  • Add ability to specify lineWidth on subtracks
  • Add lint config for source code styling
  • Add ability to specify a whole storeClass config instead of just bigwig URL

Version 0.9.1

  • Add border collapse
  • Important fix for JBrowse 1.14+ (old versions of MultiBigWig will fail if used on JBrowse 1.14+)

Version 0.9.0

  • Add normalizing all bigwigs to same scale using global stats on chromosome
  • Add REAPR example that is useful for normalizing all bigwigs in test/reapr

Version 0.8.0

  • Fix off-by-one error in the MultiXYPlot. Thanks to @nathanhaigh for the report

Version 0.7.0

  • Fix phantomjs and old browsers with polyfill for Array.prototype.find

Version 0.6.0

  • Fix global and local autoscaling
  • Fix mouseover tooltip bug from 0.5.0
  • Make colorizeAbout append to about box instead of replace contents

Version 0.5.0

  • Remove TooltipDialog class
  • Add example of tooltips without labels

Version 0.4.0

  • Fix missing randomizeColors option
  • Add clickTooltips option for click instead of mouseover tooltips
  • Make lines more continuous around block boundaries

Version 0.3.0

  • Add randomizeColors option
  • Add basic travis-ci testing
  • Allow specifying "nonCont" attribute on urlTemplates to use "dotted" instead of continuous lines. Thanks to @keiranmraine for contributing
  • Fix plotting negative values from BigWigs in continuous mode. Thanks again to @keiranmraine for reporting
  • Add ability to specify labelWidth to keep a consistent width on subtrack labels. Thanks to @carrere for reporting

Version 0.2.0

  • Calculate global and local stats so that autoscale global/local work
  • Add new track type called MultiXYPlot to render multiple BigWigs

Version 0.1.0

  • Allow specifying a list of BigWig to render in a single track called MultiDensity
  • Allow specifying tooltips or labels to display over the "subtracks"
  • Fix some bugs so that rendering happens properly when page is loaded