We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b2b107 commit 531ce95Copy full SHA for 531ce95
1 file changed
nextflow.config
@@ -282,7 +282,7 @@ manifest {
282
version = '2.1.0dev'
283
description = 'A fully reproducible ancient and modern DNA pipeline in Nextflow and with cloud support.'
284
mainScript = 'main.nf'
285
- nextflowVersion = '!>=19.10.0'
+ nextflowVersion = '>=19.10.0'
286
}
287
// Function to ensure that resource requirements don't go beyond
288
// a maximum limit
0 commit comments