Skip to content

Commit 643351e

Browse files
Merge pull request #493 from JoseEspinosa/fixes
Follow up to 487
2 parents 3ca264a + e548d1f commit 643351e

19 files changed

Lines changed: 689 additions & 582 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 39 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 |
@@ -64,30 +55,10 @@ the last release have been listed below for reference.
6455
| r-tidyverse | 1.3.0 | 2.0.0 |
6556
| bioconductor-complexheatmap | 2.6.2 | 2.26.1 |
6657
| star | 2.6.1d | 2.7.11b |
67-
| | | |
68-
69-
### Local modules refactoring and topic channels update
70-
71-
| Module | Updated to wave containers | Topic channel added | refactoring (adding .yml files) |
72-
| ----------------------------------- | -------------------------- | ------------------- | ------------------------------- |
73-
| annotate_boolean_peaks | | | |
74-
| bam_remove_orphans | x | x | x |
75-
| bamtools_filter | x | x | x |
76-
| deseq2_qc | | | |
77-
| frip_score | x | x | x |
78-
| genome_blacklist_regions | x | x | x |
79-
| gtf2bed | | | |
80-
| igv | | | |
81-
| macs3_consensus | x | x | x |
82-
| multiqc | | | |
83-
| multiqc_custom_peaks | | | |
84-
| multiqc_custom_phantompeakqualtools | | | |
85-
| plot_homer_annotatepeaks | x | x | x |
86-
| plot_macs3_qc | x | x | x |
87-
| samplesheet_check | | | |
88-
| star_align | x | x | x |
89-
| star_genomegenerate | x | x | x |
90-
| | | | |
58+
59+
> **NB:** Dependency has been **updated** if both old and new version information is present.
60+
> **NB:** Dependency has been **added** if just the new version information is present.
61+
> **NB:** Dependency has been **removed** if version information isn't present.
9162
9263
## [[2.1.0](https://github.com/nf-core/chipseq/releases/tag/2.1.0)] - 2024-10-07
9364

0 commit comments

Comments
 (0)