Skip to content

Commit bf13a31

Browse files
authored
Merge pull request #288 from d4straub/dev
bump version to 2.0.0
2 parents aa27156 + 2fd4428 commit bf13a31

File tree

2 files changed

+3
-3
lines changed

2 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-
## v2.0.0dev - [date]
6+
## nf-core/ampliseq version 2.0.0 "Blue Copper Kangaroo" - 2021
77

88
Re-wrote whole pipeline in nextflow [DSL2](https://www.nextflow.io/docs/latest/dsl2.html) instead of DSL1
99

nextflow.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ manifest {
202202
description = 'Amplicon sequencing analysis workflow using DADA2 and QIIME2'
203203
mainScript = 'main.nf'
204204
nextflowVersion = '!>=21.04.0'
205-
version = '2.0.0dev'
205+
version = '2.0.0'
206206
}
207207

208208
// Function to ensure that resource requirements don't go beyond
@@ -236,4 +236,4 @@ def check_max(obj, type) {
236236
return obj
237237
}
238238
}
239-
}
239+
}

0 commit comments

Comments
 (0)