Releases: IPK-BIT/divbrowse
Releases · IPK-BIT/divbrowse
DivBrowse 1.1.0
Changelog
New Features
- X-axis (variants axis) can be now zoomed out to display more variants at the same time (depending on the available screen width), the Y-axis (samples/genotypes axis) can be zoomed out independently from the X-axis
- Added heatmap indicator for heterozygosity of variants
- Added "Clustergram" feature to "Data Analysis and Export" dialogue
- CSV-export of variants calls with alleles encoded directly as nucleotides (as alternative to the VCF-export with its integer-based encoding of alleles)
Improvements:
- The frontend now uses Shadow-DOM to avoid CSS inheritance conflicts with other parts of a HTML document when using DivBrowse as a plugin in already existing data portals
- General improvements regarding the server-side performance
- Decreased RAM usage due to memory usage optimizations
- Faster JSON serialization performance in the backend part due to the use of orjson package (https://github.com/ijl/orjson)
- Improved configuration options for BLAST feature: blastn and tblastn can be now configured separately
- UMAP algorithm in the "Data Analysis"-dialogue can be now deactivated in the divbrowse.config.yml
- BLAST via Galaxy: History items on Galaxy server are now getting deleted after the BLAST is done
Bugfixes:
- Some minor bugs have been fixed
DivBrowse 1.0.0
Full Changelog: https://github.com/IPK-BIT/divbrowse/commits/v1.0.0