- Actually fixes the highlight bug #18
- Relaxes input file to accept BED with more than just required fields (#19)
- Fixes
--highlight
option.
- Automatically skip over images already generated (with size>0)
- Increase initial viewport to ensure images aren't truncated
- forgot to update package-lock.json - reports wrong version when this occurs
- URL cleanup patterns corrected
- Warn and change file permissions if password file has permissive access.
- Display warning when Windows as can't do it.
- Missing package in dependencies
--throw-deprecations
can't be in#!
line for linux- Added programatic handling
- Formalise to allow install via
npm
. - Remove RTD, large overhead when README and linked docs are adequate.
- Updated email and group name in license and docs.
- Switched to puppeteer.
- Lost bmp support.
- Height param no longer needed.
- Utilise 'highres' option of JBrowse via
--quality
param. - Added ability to extend timeout.
- Added
--highlight
option. - baseUrl can be defined inline within locs bed file to change during execution.
- Can force alignments2 tracks to different display mode.
- Zoom available for small b.p. ranges
- Ability to use multiple baseUrls via bed file comments added.
- Update RTD entry to indicate multibigwig has been fixed.
- Add sphinx rtd build to travis-ci.
- Correct typo in usage.
- Makes jbrowse_rasterize.js executable
- Corrections to build badges
- Cleaned up RTD pages
- Monitors the track divs to confirm track loading/rendering is complete.
- Adds option to turn off the navigation elements.
- Automatically disables the
tracklist
andfullviewlink
elements. - Tested with JBrowse 1.12.3 rc1
- Alignments2, VCF, XYplot, CanvasFeatures and Sequence view all appear to honor the load complete tests.
- multibigwig seems to have some issue which needs tracking down.
- Added ReadTheDocs integration.
Initial release of base project