Skip to content

Commit a266448

Browse files
committed
Bump versions
1 parent 0d93da5 commit a266448

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
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-
## v3.15.0dev - [date]
6+
## [[3.15.0](https://github.com/nf-core/rnaseq/releases/tag/3.15.0)] - 2024-09-04
77

88
### Credits
99

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ manifest {
340340
description = """RNA sequencing analysis pipeline for gene/isoform quantification and extensive quality control."""
341341
mainScript = 'main.nf'
342342
nextflowVersion = '!>=23.04.0'
343-
version = '3.15.0dev'
343+
version = '3.15.0'
344344
doi = 'https://doi.org/10.5281/zenodo.1400710'
345345
}
346346

workflows/rnaseq/assets/multiqc/multiqc_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
report_comment: >
2-
This report has been generated by the <a href="https://github.com/nf-core/rnaseq/tree/dev" target="_blank">nf-core/rnaseq</a> analysis pipeline. For information about how to interpret these results, please see the <a href="https://nf-co.re/rnaseq/dev/docs/output" target="_blank">documentation</a>.
2+
This report has been generated by the <a href="https://github.com/nf-core/rnaseq/releases/tag/3.15.0" target="_blank">nf-core/rnaseq</a> analysis pipeline. For information about how to interpret these results, please see the <a href="https://nf-co.re/rnaseq/3.15.0/docs/output" target="_blank">documentation</a>.
33
report_section_order:
44
# Important checks and failures
55
sample-status:

0 commit comments

Comments
 (0)