Releases: epi2me-labs/ezcharts
Releases · epi2me-labs/ezcharts
v0.7.1
Fixed
barplot()
failing with numerical group names (i.e. values of categorical axis).
v0.6.8
Fixed
- Error in importing clinvar-annotated VCFs with multiple
GENEINFO
entries.
v0.6.7
Changed
- Now uses static JS asset for Nextclade table.
- Now uses Bokeh as plotting backend for
barplot()
. - Parameters of
fastcat.read_length_plot()
: removedmin_len
andmax_len
and addedquantile_limits
.
v0.6.6
Fixed
clinvar.load_vcf
crashes with empty clinvar vcf files.
v0.6.5
Fixed
- Regression of
fastcat.SeqSummary
no longer being able to load a list of fastcat / bamstats input files.
v0.6.4
Fixed
- Fix conda build missing dependencies
v0.6.3
Added
- bcfstats loader from aplanat.
v0.6.2
Added
- ClinVar vcf table loader.
v0.6.1
Fixed
- Update license name in meta.yaml required for conda.
v0.6.0
Fixed
- Modkit summary loader converting canonical C counts to modC.
Changed
- Improve modkit bedMethyl to account both spacers or a single one.
- Read length plot in
SeqSummary
now also displays the minimum read length in the title sub-text.
Added
- Bokeh as alternative plotting utility.