Skip to content

Releases: PacificBiosciences/pb-CpG-tools

pb-CpG-tools v2.3.2

22 Aug 06:12
Compare
Choose a tag to compare

v2.3.2 - 2023-08-21

Fixed

  • Improve error message when read length is too short for MM tag

pb-CpG-tools v2.3.1

10 May 15:27
Compare
Choose a tag to compare

v2.3.1 - 2023-05-10

Fixed

  • Fix HP tag parse
    • The HP tag parser was not handling all possible binary int representations in BAM format
    • Fixes #47

pb-CpG-tools v2.3.0

02 May 20:16
Compare
Choose a tag to compare

v2.3.0 - 2023-05-02

Added

  • Support alignment input in CRAM format

pb-CpG-tools v2.2.0

14 Apr 19:38
Compare
Choose a tag to compare

v2.2.0 - 2023-04-14

Added

  • Added progress bar to bam processing step

Fixed

  • Clarified error message when an unmapped alignment file is input

Minor update to provide a progress meter for interactive (ie. tty) use. Options and file outputs are unchanged.

pb-CpG-tools v2.1.1

05 Apr 04:10
Compare
Choose a tag to compare

v2.1.1 - 2023-04-04

Fixed

  • Fix parse error in MM/ML methylation tags
    • An infrequent error occurred when a reverse-mapped read ends (in sequenced orientation) with a C base annotated by the MM tag
    • Fixes #41

pb-CpG-tools v2.1.0

27 Mar 23:10
Compare
Choose a tag to compare

v2.1.0 - 2023-03-27

Initial update to the new binary version of aligned_bam_to_cpg_scores, replacing the similarly named python script
with a faster solution that should be simpler to install and run on linux systems. The new version has
near feature parity with the previous python script. See updated README contents for details.

v1.1.0

21 Jun 16:21
afd63e8
Compare
Choose a tag to compare

Includes several new features and addresses previously reported bugs.

v1.0.0

25 Mar 21:31
Compare
Choose a tag to compare

Initial release.