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
+6-15Lines changed: 6 additions & 15 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
-
## v2.2.0dev - 2026-03-14
6
+
## v2.2.0dev - [date]
7
7
8
8
### Enhancements & fixes
9
9
@@ -14,10 +14,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
14
-[[#451](https://github.com/nf-core/chipseq/issues/451)] - Pass `map.single_read` to `SUBREAD_FEATURECOUNTS` as to correctly set parameter `-p`.
15
15
-[[PR #462](https://github.com/nf-core/chipseq/pull/462)] - Updated pipeline template to [nf-core/tools 3.2.1](https://github.com/nf-core/tools/releases/tag/3.2.1)
16
16
-[[#468](https://github.com/nf-core/chipseq/issues/468)] - Changed bigWig generation to use `-bga` option instead of `-bg` in `bedtools genomecov` for lower background levels and better IGV visualization. Users can revert to previous behavior using configuration. See [documentation](https://nf-co.re/chipseq/dev/docs/output/#normalised-bigwig-files) for details.
17
-
-[[#484](https://github.com/nf-core/chipseq/issues/484)] - Updated modules and subworkflows
18
-
-[[#483](https://github.com/nf-core/chipseq/issues/483)] - Updated nf-core related things to topics, still a few nf-core modules are pending and the local modules
19
-
need to be fixed.
20
-
-[[#489](https://github.com/nf-core/chipseq/issues/489)]CUSTOM_GETCHROMSIZES was changed to SAMTOOLS_FAIDX instead, since CUSTOM_GETCHROMSIZES is deprecated.
17
+
-[[#483](https://github.com/nf-core/chipseq/issues/483)] - Partial update to topics channel.
18
+
-[[#484](https://github.com/nf-core/chipseq/issues/484)] - Bulk, updated of modules and subworkflows.
19
+
-[[#489](https://github.com/nf-core/chipseq/issues/489)] - Replace deprecated `CUSTOM_GETCHROMSIZES` with `SAMTOOLS_FAIDX`.
20
+
-[[PR #493](https://github.com/nf-core/chipseq/pull/493)] - Follow up to #487.
21
21
22
22
### Parameters
23
23
@@ -38,18 +38,9 @@ the last release have been listed below for reference.
38
38
39
39
### Software updates
40
40
41
-
| Dependency | Old version | New version |
42
-
| ---------- | ----------- | ----------- |
43
-
| macs3 | 3.0.1 | 3.0.4 |
44
-
45
-
> **NB:** Dependency has been **updated** if both old and new version information is present.
46
-
> **NB:** Dependency has been **added** if just the new version information is present.
47
-
> **NB:** Dependency has been **removed** if version information isn't present.
0 commit comments