Skip to content

Commit 24be48a

Browse files
committed
Bump version 2.2.0dev
1 parent 76e2382 commit 24be48a

File tree

3 files changed

+26
-3
lines changed

3 files changed

+26
-3
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@
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+
## [[2.2.0dev] - [date]
7+
8+
### Enhancements & fixes
9+
10+
### Parameters
11+
12+
| Old parameter | New parameter |
13+
| ------------- | -------------------------------- |
14+
| | |
15+
16+
> **NB:** Parameter has been **updated** if both old and new parameter information is present.
17+
> **NB:** Parameter has been **added** if just the new parameter information is present.
18+
> **NB:** Parameter has been **removed** if parameter information isn't present.
19+
20+
### Software dependencies
21+
22+
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.
23+
24+
| Dependency | Old version | New version |
25+
| ---------- | ----------- | ----------- |
26+
| | | |
27+
| | | |
28+
629
## [[2.1.0](https://github.com/nf-core/chipseq/releases/tag/2.1.0)] - 2024-10-07
730

831
### Credits

assets/multiqc_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
report_comment: >
2-
This report has been generated by the <a href="https://github.com/nf-core/chipseq/releases/tag/2.1.0" target="_blank">nf-core/chipseq</a>
2+
This report has been generated by the <a href="https://github.com/nf-core/chipseq/tree/dev" target="_blank">nf-core/chipseq</a>
33
analysis pipeline. For information about how to interpret these results, please see the
4-
<a href="https://nf-co.re/chipseq/2.1.0/docs/output" target="_blank">documentation</a>.
4+
<a href="https://nf-co.re/chipseq/dev/docs/output" target="_blank">documentation</a>.
55
66
data_format: "yaml"
77

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ manifest {
291291
description = """ChIP-seq peak-calling and differential analysis pipeline."""
292292
mainScript = 'main.nf'
293293
nextflowVersion = '!>=23.04.0'
294-
version = '2.1.0'
294+
version = '2.2.0dev'
295295
doi = 'https://doi.org/10.5281/zenodo.3240506'
296296
}
297297

0 commit comments

Comments
 (0)