v0.7.0
GW v0.7.0
Improvements:
- Near-constant memory use when drawing static images (reads are no longer buffered unless needed). This allows plotting of whole chromosomes in parallel. To plot the genome use
gw hg38 -b your.bam -n -t 16 -o chrom_plots
; chromosome information is extracted from the fasta.fai file. - Region information is encoded in filenames by default, so static images can be later opened and explored dynamically.
- Default 1x1 image grid if only single image provided