You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
4
4
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5
5
6
-
## [1.2.2] - 2022-08-22
6
+
## [2.0.0] - 2022-08-11
7
7
8
8
### Enhancements & fixes
9
9
@@ -25,7 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
25
25
-[[280](https://github.com/nf-core/chipseq/issues/280)] - Update `macs_gsize` in `igenomes.config`, create a new `--read_length` parameter and implement the logic to calculate `--macs_gsize` when the parameter is missing
26
26
- Eliminate `if`s conditions from `deseq2_qc` and `macs2_consensus` (local module and use `ext.when` instead)
27
27
- Remove `deseq2` differential binding analysis of consensus peaks.
28
-
-Filter paired-end files produced by `chromap` due to [this](https://github.com/nf-core/chipseq/issues/291)issue
28
+
-[[280](https://github.com/nf-core/chipseq/issues/291)- Filter paired-end files produced by `chromap` since the resulting `BAM` files can not be processed downstream.
29
29
- Remove <ANTIBODY> from the macs2 consensus publish directory since it can not be referred as input from the IGV process (meta.id not resolved at execution time)
0 commit comments