File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
4
4
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
5
5
6
- ## v2 .0.0dev - [ date ]
6
+ ## nf-core/ampliseq version 2 .0.0 "Blue Copper Kangaroo" - 2021
7
7
8
8
Re-wrote whole pipeline in nextflow [ DSL2] ( https://www.nextflow.io/docs/latest/dsl2.html ) instead of DSL1
9
9
Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ manifest {
202
202
description = ' Amplicon sequencing analysis workflow using DADA2 and QIIME2'
203
203
mainScript = ' main.nf'
204
204
nextflowVersion = ' !>=21.04.0'
205
- version = ' 2.0.0dev '
205
+ version = ' 2.0.0 '
206
206
}
207
207
208
208
// Function to ensure that resource requirements don't go beyond
@@ -236,4 +236,4 @@ def check_max(obj, type) {
236
236
return obj
237
237
}
238
238
}
239
- }
239
+ }
You can’t perform that action at this time.
0 commit comments