Releases: rust-bio/rust-bio-tools
Releases · rust-bio/rust-bio-tools
Version 0.19.7
Changed
- Performance improvements for
rbt csv-report
.
Version 0.19.6
Changed
- Fixed a JSON syntax error in rbt vcf-report
Version 0.19.5
Changed
- Fixed internal file naming in order to avoid too long filenames.
Version 0.19.4
Changed
- Fixed further bugs in the csv-report.
Version 0.19.3
Changed
- Improved fasta sequence length retrieval in
rbt vcf-report
(@fxwiegand). - Better error messages (@fxwiegand).
- Add check for empty values in
rbt csv-report
(@fxwiegand). - Removed unused dependencies (@fxwiegand).
Version 0.19.2
Changed
- Various small bug fixes in
rbt vcf-report
(@fxwiegand)
Version 0.19.1
Changed
- Fix for javascript import order problem in
rbt vcf-report
.
Version 0.19.0
Added
- New subcommand csv-report that allows to generate an interactive HTML report from a CSV/TSV table.
Changed
- Some polishing for vcf-report.
Version 0.18.1
Changed
- If CANONICAL field is not present in ANN of bcf,
rbt vcf-report
now assumes that transcript is not the canonical one.
Version 0.18.0
Added
- Parameter
--plot-info
forrbt vcf-report
that allows to plot arbitrary info fields next to the oncoprint matrix. - Ability to display intergenic variants at the primary stage of
rbt vcf-report
.