Skip to content

Commit

Permalink
Merge pull request #550 from d4straub/review-suggestions
Browse files Browse the repository at this point in the history
Review suggestions
  • Loading branch information
d4straub authored Mar 2, 2023
2 parents 67cead5 + 4419cc5 commit 40b856a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 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).

## nf-core/ampliseq version 2.4.2 - 2023-03-01
## nf-core/ampliseq version 2.5.0 - 2023-03-02

### `Added`

Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ manifest {
description = """Amplicon sequencing analysis workflow using DADA2 and QIIME2"""
mainScript = 'main.nf'
nextflowVersion = '!>=22.10.1'
version = '2.4.2'
version = '2.5.0'
doi = '10.3389/fmicb.2020.550420'
}

Expand Down
2 changes: 1 addition & 1 deletion workflows/ampliseq.nf
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ workflow AMPLISEQ {
if ( params.sbdiexport ) {
SBDIEXPORT ( ch_dada2_asv, ch_dada2_tax, ch_metadata )
ch_versions = ch_versions.mix(SBDIEXPORT.out.versions.first())
SBDIEXPORTREANNOTATE ( ch_dada2_tax, ch_barrnapsummary )
SBDIEXPORTREANNOTATE ( ch_dada2_tax, ch_barrnapsummary )
}

CUSTOM_DUMPSOFTWAREVERSIONS (
Expand Down

0 comments on commit 40b856a

Please sign in to comment.