Skip to content

Commit a136627

Browse files
authored
Merge pull request #647 from d4straub/prepare-2.7.0-release
Prepare 2.7.0 release
2 parents 0227a31 + fcba556 commit a136627

16 files changed

+18
-23
lines changed

CHANGELOG.md

Lines changed: 2 additions & 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.7.0dev
6+
## nf-core/ampliseq version 2.7.0 - 2023-10-20
77

88
### `Added`
99

@@ -37,6 +37,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3737
- [#630](https://github.com/nf-core/ampliseq/pull/630) - ASV rRNA (barrnap), length, and codon filter now work with ASV fasta file input
3838
- [#633](https://github.com/nf-core/ampliseq/pull/633) - UNIFRAC in QIIME2_DIVERSITY_CORE is now prevented from using a GPU to avoid errors
3939
- [#643](https://github.com/nf-core/ampliseq/pull/643) - Fix using `--skip_dada_addspecies` without `--dada_ref_tax_custom_sp` which was broken in 2.6.0 & 2.6.1
40+
- [#647](https://github.com/nf-core/ampliseq/pull/647) - Update of credits
4041

4142
### `Dependencies`
4243

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,7 @@ nf-core/ampliseq was originally written by Daniel Straub ([@d4straub](https://gi
9696

9797
We thank the following people for their extensive assistance in the development of this pipeline (in alphabetical order):
9898

99-
- [Adam Bennett](https://github.com/a4000)
100-
- [Diego Brambilla](https://github.com/DiegoBrambilla)
101-
- [Emelie Nilsson](https://github.com/emnilsson)
102-
- [Jeanette Tångrot](https://github.com/jtangrot)
103-
- [Lokeshwaran Manoharan](https://github.com/lokeshbio)
104-
- [Marissa Dubbelaar](https://github.com/marissaDubbelaar)
105-
- [Sabrina Krakau](https://github.com/skrakau)
99+
[Adam Bennett](https://github.com/a4000), [Diego Brambilla](https://github.com/DiegoBrambilla), [Emelie Nilsson](https://github.com/emnilsson), [Jeanette Tångrot](https://github.com/jtangrot), [Lokeshwaran Manoharan](https://github.com/lokeshbio), [Marissa Dubbelaar](https://github.com/marissaDubbelaar), [Sabrina Krakau](https://github.com/skrakau), [Sam Minot](https://github.com/sminot), [Till Englert](https://github.com/tillenglert)
106100

107101
## Contributions and Support
108102

assets/multiqc_config.yml

Lines changed: 2 additions & 2 deletions
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/ampliseq/releases/tag/dev" target="_blank">nf-core/ampliseq</a>
2+
This report has been generated by the <a href="https://github.com/nf-core/ampliseq/releases/tag/2.7.0" target="_blank">nf-core/ampliseq</a>
33
analysis pipeline. For information about how to interpret these results, please see the
4-
<a href="https://nf-co.re/ampliseq/dev/docs/output" target="_blank">documentation</a>.
4+
<a href="https://nf-co.re/ampliseq/2.7.0/docs/output" target="_blank">documentation</a>.
55
report_section_order:
66
"nf-core-ampliseq-methods-description":
77
order: -1000

assets/report_template.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ if ( !isFALSE(params$report_abstract) ) {
172172
# Abstract
173173
174174
The bioinformatics analysis pipeline [nfcore/ampliseq](https://nf-co.re/ampliseq) is used for amplicon sequencing,
175-
supporting denoising of any amplicon and supports a variety of taxonomic databases for taxonomic assignment of 16S, ITS, CO1 and 18S amplicons.
175+
supporting denoising of any amplicon and supports a variety of taxonomic databases for taxonomic assignment including 16S, ITS, CO1 and 18S.
176176
"))
177177
}
178178
```

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ manifest {
329329
description = """Amplicon sequencing analysis workflow using DADA2 and QIIME2"""
330330
mainScript = 'main.nf'
331331
nextflowVersion = '!>=23.04.0'
332-
version = '2.7.0dev'
332+
version = '2.7.0'
333333
doi = '10.5281/zenodo.1493841'
334334
}
335335

tests/pipeline/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/pipeline/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/pipeline/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.

tests/pipeline/multi.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/pipeline/novaseq.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/pipeline/pacbio_its.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/pipeline/pplace.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/pipeline/reftaxcustom.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/pipeline/single.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/pipeline/sintax.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/pipeline/test.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)