Skip to content

Releases: cancerit/cgpJBrowseToolkit

2.3.2

29 Mar 16:40
Compare
Choose a tag to compare

Fixes a couple of bugs:

  1. Full fix for the --highlight option. Good for SNV and insertions, not so useful on large deletions.
  2. --loc file can now be any BED format (3+ columns)

2.3.0 - recover from partial run

28 Feb 14:18
b16152d
Compare
Choose a tag to compare

Skips over images already generated with size > 0

2.2.3 - URL cleaning - bug fix

25 Feb 14:52
Compare
Choose a tag to compare

Fixes bug:

Cannot read property 'ok' of null

Couple of false starts on version increment (sorry)

2.2.0 - auto-protect password files

25 Jun 09:45
536d275
Compare
Choose a tag to compare

Warns users and updates permissions of file passed to --passwdFile when found to allow group/others read access.

Gives warnings that this is not possible for windows.

2.0.0 - Change headless tools

24 Feb 10:14
1779e9a
Compare
Choose a tag to compare

phantomjs has reached end of life so this release switches to a puppeteer/chrome based script.

Items of note:

  • 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.

1.1.1 - Docs and minor fixes

09 May 09:53
093c33b
Compare
Choose a tag to compare
  • Modified docs to indicate tracks backed by multibigwig function with version 0.7.0+
  • Fixed typo in usage
  • Added build of ReadTheDocs into travis-ci

Executable jbrowse_rasterize.js

31 Mar 08:01
64e8333
Compare
Choose a tag to compare

First major release for external consumption. Please try and let us know if there are unknown edge cases (multibigwig is known not to work).

Documentation can be found here on ReadTheDocs