Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
fixing coverage bug in coverage2cytosine when `--gc_context` was specified
  • Loading branch information
FelixKrueger authored Sep 9, 2023
1 parent 33f031e commit 9bf9f94
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@

Added scripts for merging coverage files (e.g. for when R1 and R2 had been run in single-end mode)

### coverage2cytosine

- set threshold reads to 1 (if it was 0) for `--gc_context` as intended and mentioned in the help text. Fixes [#621](https://github.com/FelixKrueger/Bismark/issues/621)

## Changelog for Bismark v0.24.1 (release on 29 May 2023)

- Added new [documentation website](http://felixkrueger.github.io/Bismark/), built using [Material for Mkdocs](https://squidfunk.github.io/mkdocs-material/). Thanks to @ewels for a great (late-night) effort to break up and restructure what had become a fairly unwieldy monolithic beast
Expand Down

0 comments on commit 9bf9f94

Please sign in to comment.