Skip to content

Commit

Permalink
Bump version 2.1.0 of the pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseEspinosa committed Sep 30, 2024
1 parent 3deb261 commit 372e393
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v2.1.0dev - [date]
## v2.1.0 - [date]

### Enhancements & fixes

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

### Software dependencies

Expand Down
4 changes: 2 additions & 2 deletions assets/multiqc_config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
report_comment: >
This report has been generated by the <a href="https://github.com/nf-core/chipseq/tree/dev" target="_blank">nf-core/chipseq</a>
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>
analysis pipeline. For information about how to interpret these results, please see the
<a href="https://nf-co.re/chipseq/dev/docs/output" target="_blank">documentation</a>.
<a href="https://nf-co.re/chipseq/2.1.0/docs/output" target="_blank">documentation</a>.
data_format: "yaml"

Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ manifest {
description = """ChIP-seq peak-calling and differential analysis pipeline."""
mainScript = 'main.nf'
nextflowVersion = '!>=23.04.0'
version = '2.1.0dev'
version = '2.1.0'
doi = ''
}

Expand Down

0 comments on commit 372e393

Please sign in to comment.