Skip to content

Commit 6707199

Browse files
authored
Merge pull request #938 from d4straub/bump-version
bump version to 2.16.0
2 parents f4e4197 + 1efbc92 commit 6707199

19 files changed

+42
-45
lines changed

.nf-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ template:
2020
outdir: .
2121
skip_features:
2222
- igenomes
23-
version: 2.16.0dev
23+
version: 2.16.0
2424
update:
2525
https://github.com/nf-core/modules.git:
2626
nf-core:

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-
## nf-core/ampliseq version 2.16.0dev
6+
## nf-core/ampliseq version 2.16.0 - 2025-12-19
77

88
### `Added`
99

assets/multiqc_config.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
report_comment: >
2-
This report has been generated by the <a href="https://github.com/nf-core/ampliseq/tree/dev"
3-
target="_blank">nf-core/ampliseq</a> analysis pipeline. For information about how
4-
to interpret these results, please see the <a href="https://nf-co.re/ampliseq/dev/docs/output"
5-
target="_blank">documentation</a>.
2+
This report has been generated by the <a href="https://github.com/nf-core/ampliseq/releases/tag/2.16.0" target="_blank">nf-core/ampliseq</a> analysis pipeline. For information about how to interpret these results, please see the <a href="https://nf-co.re/ampliseq/2.16.0/docs/output" target="_blank">documentation</a>.
63
report_section_order:
74
"nf-core-ampliseq-methods-description":
85
order: -1000

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ manifest {
415415
mainScript = 'main.nf'
416416
defaultBranch = 'master'
417417
nextflowVersion = '!>=25.04.0'
418-
version = '2.16.0dev'
418+
version = '2.16.0'
419419
doi = '10.5281/zenodo.1493841,10.3389/fmicb.2020.550420'
420420
}
421421

ro-crate-metadata.json

Lines changed: 24 additions & 24 deletions
Large diffs are not rendered by default.

tests/default.nf.test.snap

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/doubleprimers.nf.test.snap

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/failed.nf.test.snap

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/fasta.nf.test.snap

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/iontorrent.nf.test.snap

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)