Skip to content

Releases: rust-bio/rust-bio-tools

rust-bio-tools v0.23.0

07 Jul 19:56
237ad22
Compare
Choose a tag to compare

Features

  • New subcommand for plotting bam files (#156) (707ef77)

Version 0.22.0

08 Jun 09:03
Compare
Choose a tag to compare

Changed

  • Revised rbt collapse-reads-to-fragments bam, CIGAR strings will now considered when merging reads (@FelixMoelder).

Version 0.21.1

20 May 12:17
Compare
Choose a tag to compare

Changed

Version 0.21.0

02 May 10:04
Compare
Choose a tag to compare

Changed

  • Small fixes for rbt vcf-report, e.g. for handling unexpected multiple canonical transcripts and eliminating the potential risk of receiving plots without any reads overlaying the variant when using --max-read-depth.

Version 0.20.5

19 Apr 22:10
Compare
Choose a tag to compare

Changed

  • Bugfix for rbt vcf-report that stops displaying undefined values in the table-report.

Added

  • New parameter --pin-until for rbt csv-report. --pin-until pins the table until the given column such that scrolling to the right does not hide the given column and those before.

Version 0.20.4

15 Apr 08:58
Compare
Choose a tag to compare

Changed

  • Fixed a JS bug in VCF report leading to an error with empty annotation fields.

Version 0.20.3

31 Mar 12:40
Compare
Choose a tag to compare

Changed

  • Cosmetic changes and bug fixes for rbt csv-report.

Version 0.20.2

22 Mar 09:48
Compare
Choose a tag to compare

Changed

  • Cleaned up histogram presentation for pathologic columns.

Version 0.20.1

22 Mar 09:48
Compare
Choose a tag to compare

Changed

  • Added button to highlight numeric values in column histogram (rbt csv-report).

Version 0.20.0

22 Mar 09:47
Compare
Choose a tag to compare

Added

  • New parameter --formatter for rbt csv-report.
  • --formatter allows the specification of custom formatting functions for one or multiple columns of the given csv file.