Skip to content

Commit e5b4ed5

Browse files
authored
Add nf version check
1 parent cc0fec3 commit e5b4ed5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

nextflow.config

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
manifest {
2+
mainScript = 'main.nf'
3+
nextflowVersion = '>=21.04.0'
4+
}
5+
16
params {
27

38
help = false
@@ -58,4 +63,4 @@ params {
5863

5964
}
6065

61-
workDir = params.workdir
66+
workDir = params.workdir

0 commit comments

Comments
 (0)