Skip to content

Commit fb03c87

Browse files
committed
updating minimum required Nextflow version
1 parent c5f1bed commit fb03c87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ manifest {
285285
description = """The best protein annotation pipeline in the world. Protein fasta -> ??? -> Annotations!"""
286286
mainScript = 'main.nf'
287287
defaultBranch = 'master'
288-
nextflowVersion = '!>=25.04.0'
288+
nextflowVersion = '!>=25.10.0'
289289
version = '1.0.0dev'
290290
doi = ''
291291
}

0 commit comments

Comments
 (0)