Skip to content

Commit 18b8df8

Browse files
committed
Bump pipeline version to 2.0.0
1 parent 9e39ea2 commit 18b8df8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 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-
## [1.2.2] - 2022-08-22
6+
## [2.0.0] - 2022-08-11
77

88
### Enhancements & fixes
99

@@ -25,7 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2525
- [[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
2626
- Eliminate `if`s conditions from `deseq2_qc` and `macs2_consensus` (local module and use `ext.when` instead)
2727
- 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.
2929
- 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)
3030
- Add bytesize link to readme.
3131

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ manifest {
218218
description = 'ChIP-seq peak-calling and differential analysis pipeline.'
219219
mainScript = 'main.nf'
220220
nextflowVersion = '!>=21.10.3'
221-
version = '1.3.0dev'
221+
version = '2.0.0'
222222
}
223223

224224
// Load modules.config for DSL2 module specific options

0 commit comments

Comments
 (0)