- bump igv.js (#21)
- handle empty lines in --sites file
- bump igv.js to 2.12.2
- warn when no genome or fasta is specified
- better for BED, e.g. show a bar for each bed region
- always output header for --annotation files (fixes VCF)
- breaking: change
--template
to--prefix
- add
--template
option to allow for each variant or site to be written to a separte js (or base64) file. this allows a user to scale to as many variants as they like.
- handle and report weird AD values
- expose --flank option so user can specify size of flanking region to extract
- allow linking by chrom:pos:ref:alt (in addition to region chrom:start-stop)
- if no --sample use first affected sample from pedigree file
- support BED as input
- rewrite so no server is needed
- show help when run with no args (#7)
- allow injection of custom javascript to affect
options
andoption.tracks
(#4)
- css from @brwnj
- better positioning of variant within window when using ->, <- arrow keys for SVs
- more concise popover for alignment track click
- given a VCF and no
--region
specified, the viewer will open at the first variant - alignment track-height is larger when fewer tracks.
- more fixes for custom reference+cram
- styling and left/right buttons by Joe Brown
- better aesthetics (sized to fit a trio of bams +variant track in a laptop screen)
- update readme to include directions on how to generate screenshots
- fix for custom reference + cram
- bump igv.js version to 2.4.1
- navigation along VCF variants with left/right arrows.
- color alignments by strand and set height to 10 by default
- guess type by file extension for remote files