|
1 | | -v1.2.0 |
2 | | - |
3 | | -- Soft and hard clipped regions are now included in the calculation of an appropriate row for a read. Without that, clipped regions would often overlap with other reads |
4 | | -- New option `maxTileWidth` that controls when the "Zoom to see details" message is shown |
5 | | -- New option `collapseWhenMaxTileWidthReached`. When this is set, the track height will be set to 20 when `maxTileWidth` is reached. This can be useful when there are a lot of tracks and you want to zoom out. With this option the pileup track will only take minimal space as long as you are zoomed out, so that it is easier to look at the other tracks. |
6 | | -- Resolved some issues with a flickering "Zoom to see details" message. |
7 | | - |
8 | | -v1.0.1 |
9 | | - |
10 | | -- Render BAM file tiles returned by resgen server |
11 | | - |
12 | | -v1.0.0 |
13 | | - |
14 | | -- Added small example files to check non-standard reads (deletions, soft/hard clipping) |
15 | | -- Build out `es` modules when `npm run build` is executed |
16 | | -- Add option `workerScriptLocation`. This is needed when the worker script is not in the same folder as the pileup script |
17 | | -- The client side data fetcher now accepts `bamUrl` and `baiUrl`. `url` is still supported |
18 | | -- Added options `plusStrandColor` and `minusStrandColor`. When set, the reads are colored according to their strand. |
19 | | -- Added the option `showCoverage` and `coverageHeight`, which displays read coverage information on top of the track |
20 | | -- Improved mouseovers for reads and coverage |
21 | | -- Bumped version of GMOD/bam-js. New version allows to retrieve the read sequence |
22 | | -- Variants are now correctly colored based on the read sequence. |
23 | | -- Added visualization of reads that contain hard clipping |
24 | | -- Fixed a bug where MD strings would not be correctly parsed, when a deletion is present, e.g., `85^A16` |
25 | | -- Added vertical stripes to represent deletions. |
26 | | -- When there is soft clipping at the beginning of a read, substitutions that are following are now correctly extracted |
27 | | -- Reads have been shifted by one. It now lines up with the sequence track and the bam file |
28 | | - |
29 | | -v0.4.0 |
30 | | - |
31 | | -- Added customizeable color scheme |
32 | | - |
33 | | -v0.3.5 |
34 | | - |
35 | | -- Added label position options |
36 | | - |
37 | | -v0.3.4 |
38 | | - |
39 | | -- Highlight reads on mouseOver |
40 | | -- Show nearest mismatch in mouseover popup |
41 | | -- Enabled the showMousePosition option |
42 | | - |
43 | | -v0.2.2 |
44 | | - |
45 | | -- Implemented exportAsSvg |
46 | | - |
47 | | -v0.2.1 |
48 | | - |
49 | | -- Column higlass server format |
50 | | -- Warning when zoomed out beyond `max_tile_width` |
51 | | - |
52 | 1 | v0.2.0 |
53 | 2 |
|
54 | | -- Support for higlass server-served tiles |
55 | | - |
56 | | -v0.1.1 |
57 | | - |
58 | | -- Upgraded threads.js and added getThisScriptLocation so that the worker is pulled from the same location as the main script |
59 | | - |
60 | | -v0.1.0 |
61 | | - |
62 | | -- First working version |
| 3 | +- Added dynseq track |
| 4 | +- Fixed higlass-pileup import |
0 commit comments