Commit 372e393 1 parent 3deb261 commit 372e393 Copy full SHA for 372e393
File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 3
3
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
4
4
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
5
5
6
- ## v2.1.0dev - [ date]
6
+ ## v2.1.0 - [ date]
7
7
8
8
### Enhancements & fixes
9
9
@@ -31,6 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
31
31
- [[ #347 ] ( https://github.com/nf-core/chipseq/issues/347 )] - Add read group tag to bam files processed by bowtie2.
32
32
- [[ PR #406 ] ( https://github.com/nf-core/chipseq/pull/406 )] - Update metro map to show macs3 instead of macs2.
33
33
- [[ #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.
34
35
35
36
### Software dependencies
36
37
Original file line number Diff line number Diff line change 1
1
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>
3
3
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>.
5
5
6
6
data_format : " yaml"
7
7
Original file line number Diff line number Diff line change @@ -291,7 +291,7 @@ manifest {
291
291
description = """ ChIP-seq peak-calling and differential analysis pipeline."""
292
292
mainScript = ' main.nf'
293
293
nextflowVersion = ' !>=23.04.0'
294
- version = ' 2.1.0dev '
294
+ version = ' 2.1.0 '
295
295
doi = ' '
296
296
}
297
297
You can’t perform that action at this time.
0 commit comments