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
+59-4Lines changed: 59 additions & 4 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 - [date]
6
+
## v2.2.0dev - 2026-03-14
7
7
8
8
### Enhancements & fixes
9
9
@@ -14,6 +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
21
18
22
### Parameters
19
23
@@ -27,12 +31,63 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
27
31
28
32
### Software dependencies
29
33
30
-
Note, since the pipeline is now using Nextflow DSL2, each process will be run with its own [Biocontainer](https://biocontainers.pro/#/registry). This means that on occasion it is entirely possible for the pipeline to be using different versions of the same tool. However, the overall software dependency changes compared to the last release have been listed below for reference.
34
+
Note, since the pipeline is now using Nextflow DSL2, each process will be run with its own
35
+
[Biocontainer](https://biocontainers.pro/#/registry). This means that on occasion it is entirely possible for the
36
+
pipeline to be using different versions of the same tool. However, the overall software dependency changes compared to
37
+
the last release have been listed below for reference.
38
+
39
+
### Software updates
31
40
32
41
| Dependency | Old version | New version |
33
42
| ---------- | ----------- | ----------- |
34
-
||||
35
-
||||
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