Skip to content

Commit 5ebdf4a

Browse files
committed
reorg
1 parent 05b94a4 commit 5ebdf4a

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33

44
## Changelog for Bismark v0.25.0dev
55

6+
### deduplicate_bismark
7+
8+
- added check to see if the UMI appears to be in the middle of the readID, e.g. if added by `bcl-convert` (prompted in [#699](https://github.com/FelixKrueger/Bismark/issues/699)). Also added new option `--bclconvert` to use this internal UMI instead of the one at the end. Also allowing the `+` symbol now for dual-indexed runs.
9+
610

711

812
### filter_non_conversion
@@ -15,9 +19,9 @@
1519

1620
- removed an `exit 0` that would terminate runs after processing a single (set of) input file(s).
1721

18-
- now using 4 cores for merging multiple BAM files (more details [here](https://github.com/FelixKrueger/Bismark/issues/707)
22+
- now using 4 cores for merging multiple BAM files (more details [here](https://github.com/FelixKrueger/Bismark/issues/707))
1923

20-
- fixed a corner case when reads were aligned in FastA mode with `--parallel` and in addition either `--ambiguous` and/or `--unmapped` (see [#723](https://github.com/FelixKrueger/Bismark/issues/723)
24+
- fixed a corner case when reads were aligned in FastA mode with `--parallel` and in addition either `--ambiguous` and/or `--unmapped` (see [#723](https://github.com/FelixKrueger/Bismark/issues/723))
2125

2226
### deduplicate_bismark
2327

0 commit comments

Comments
 (0)