Skip to content

Commit 7f4d342

Browse files
merged nf-core#493 PR in local dev
2 parents ba78068 + 643351e commit 7f4d342

File tree

20 files changed

+686
-559
lines changed

20 files changed

+686
-559
lines changed

CHANGELOG.md

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
44
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6-
## v2.2.0dev - 2026-03-14
6+
## v2.2.0dev - [date]
77

88
### Enhancements & fixes
99

@@ -14,10 +14,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
- [[#451](https://github.com/nf-core/chipseq/issues/451)] - Pass `map.single_read` to `SUBREAD_FEATURECOUNTS` as to correctly set parameter `-p`.
1515
- [[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)
1616
- [[#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.
2121

2222
### Parameters
2323

@@ -38,18 +38,9 @@ the last release have been listed below for reference.
3838

3939
### Software updates
4040

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.
48-
49-
### Software update local modules
50-
5141
| Dependency | Old version | New version |
5242
| --------------------------- | ----------- | ----------- |
43+
| macs3 | 3.0.1 | 3.0.4 |
5344
| bamtools | 2.5.2 | 2.5.3 |
5445
| samtools | 1.15.1 | 1.23 |
5546
| pysam | 0.19.0 | 0.23.3 |

0 commit comments

Comments
 (0)