Skip to content

Releases: oicr-gsi/bam-qc-metrics

Version 0.2.5

03 Mar 19:38
a9887ea
Compare
Choose a tag to compare

Support upstream filtering/downsampling in previous workflow tasks:

  • Can supply an additional BAM file as input to slow metrics
  • Extra metadata fields to record upstream filtering

Version 0.2.4

24 Jan 20:35
0f59bd1
Compare
Choose a tag to compare

Additional metadata fields for merged BAM files

Version 0.2.3

15 Jan 15:14
8db10a3
Compare
Choose a tag to compare
  • GP-2234 Export picard2 duplication metrics histograms
  • GR-968 Aggregate and export picard duplication metrics calculated from merged libraries.
  • GR-986 Run a fast subset of metrics for RNASeqQC

Version 0.2.2

04 Dec 14:15
71897bc
Compare
Choose a tag to compare

Add support for picard MarkDuplicates metrics input that is missing ROI histogram.

Added:

  • GR-908 Support missing ROI histogram

Version 0.2.1

27 Nov 18:39
f4156fd
Compare
Choose a tag to compare

Add support for picard 2.21.2 MarkDuplicates metrics histogram input.

Added:

  • GR-883 Support picard 2.21.2 input

Version 0.2.0

19 Sep 17:58
3d1435e
Compare
Choose a tag to compare
  • Increment minor version as we deploy bam-qc-metrics for production testing
  • GP-2126 bugfix for location of VERSION file

Version 0.1.8

12 Sep 21:07
8e54eb3
Compare
Choose a tag to compare
  • Bugfixes GP-2115
  • Correctly update "undetermined reads" dictionaries
  • Run samtools in subprocess instead of pysam.stats; enables error handling

Version 0.1.7

11 Sep 14:41
e493d57
Compare
Choose a tag to compare
  • Complete set of metrics for first production release
  • Additional bedtools coverage metrics
  • Downsample to absolute target number of reads (instead of relative proportion)
  • Added logging and profiling, and improved tmpdir handling

Version 0.1.6

16 Aug 19:44
Compare
Choose a tag to compare

Bugfix; copy the VERSION file to the installation directory in setup.py

Version 0.1.5

16 Aug 16:13
Compare
Choose a tag to compare
  • GP-2040 Extensive refactoring; clear separation of fast/slow metrics
  • GP-2038 Report software versions in output
  • GP-2037 Count mismatches by cycle using samtools stats instead of the CIGAR string
  • Placeholders for additional bedtools metrics
  • Various minor bugfixes; see CHANGELOG.md