Skip to content

Commit 372e393

Browse files
committed
Bump version 2.1.0 of the pipeline
1 parent 3deb261 commit 372e393

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

+2-1
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.1.0dev - [date]
6+
## v2.1.0 - [date]
77

88
### Enhancements & fixes
99

@@ -31,6 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3131
- [[#347](https://github.com/nf-core/chipseq/issues/347)] - Add read group tag to bam files processed by bowtie2.
3232
- [[PR #406](https://github.com/nf-core/chipseq/pull/406)] - Update metro map to show macs3 instead of macs2.
3333
- [[#409](https://github.com/nf-core/chipseq/issues/409)] - Bulk modules and subworkflows update.
34+
- [[PR #415](https://github.com/nf-core/chipseq/pull/415)] - Get rid of `oras` in modules.
3435

3536
### Software dependencies
3637

assets/multiqc_config.yml

+2-2
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/tree/dev" target="_blank">nf-core/chipseq</a>
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>
33
analysis pipeline. For information about how to interpret these results, please see the
4-
<a href="https://nf-co.re/chipseq/dev/docs/output" target="_blank">documentation</a>.
4+
<a href="https://nf-co.re/chipseq/2.1.0/docs/output" target="_blank">documentation</a>.
55
66
data_format: "yaml"
77

nextflow.config

+1-1
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.0dev'
294+
version = '2.1.0'
295295
doi = ''
296296
}
297297

0 commit comments

Comments
 (0)