Skip to content

Releases: epi2me-labs/modbam2bed

v0.6.1

01 Jul 19:30
Compare
Choose a tag to compare

Fixed

  • ChEBI codes not cast correctly in Python API.

Added

  • Support ambiguous modified bases as listed in HTS tags specification.

v0.6.0

27 Jun 22:36
Compare
Choose a tag to compare

Changed

  • Sites with no coverage now report "nan" methylation frequency and score.

Added

  • Option --aggregate to pair information from two strands and output additional files.
  • Support for ChEBI codes in C and Python pileup API.

v0.5.3

10 May 13:19
Compare
Choose a tag to compare

Added

  • Python 3.9 and 3.10 wheel builds.

v0.5.2

14 Apr 15:26
Compare
Choose a tag to compare

Changed

  • Use commit e51f72f of htslib for ? and . parsing of Mm tag.

v0.5.1

23 Mar 17:32
Compare
Choose a tag to compare

Added

  • --max_depth argument, and do not limit by default.
  • --chh and --chg filter options.

v0.5.0

01 Mar 00:50
Compare
Choose a tag to compare

Changed

  • Decouple file opening from read iteration.
  • Move Python pileup function to method of ModBam class.

v0.4.6

22 Feb 16:26
Compare
Choose a tag to compare

Changed

  • Reworked compilation to remove argparser from Python module.

Fixed

  • Memory leak in modbampy.

v0.4.5

14 Feb 12:31
Compare
Choose a tag to compare

Fixed

  • Unmasking of reference sites (again).

Added

  • Option --mask/-k to respect reference soft-masking.

v0.4.4

11 Feb 17:53
Compare
Choose a tag to compare

Fixed

  • Logic error in filtering CpG sites for masked bases.

v0.4.3

11 Feb 09:15
Compare
Choose a tag to compare

Changed

  • Update modbampy version to match C code.