Skip to content

Commit d080016

Browse files
committed
Bump Wave freeze config
Signed-off-by: Paolo Di Tommaso <[email protected]>
1 parent 8253a58 commit d080016

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nextflow.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
manifest {
1414
description = 'Proof of concept of a RNA-seq pipeline implemented with Nextflow'
1515
author = 'Paolo Di Tommaso'
16-
nextflowVersion = '>=23.04.0'
16+
nextflowVersion = '>=23.10.0'
1717
}
1818

1919
/*
@@ -36,8 +36,8 @@ profiles {
3636

3737
wave {
3838
wave.enabled = true
39-
wave.strategy = ['conda']
40-
conda.channels = 'seqera,conda-forge,bioconda,defaults'
39+
wave.strategy = 'conda'
40+
wave.freeze = true
4141
}
4242

4343
docker {

0 commit comments

Comments
 (0)