Skip to content

Commit fe97300

Browse files
committed
Update Wave profile
Signed-off-by: Paolo Di Tommaso <[email protected]>
1 parent d080016 commit fe97300

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

nextflow.config

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,15 @@ profiles {
3434
process.container = 'quay.io/nextflow/rnaseq-nf:v1.2.1'
3535
}
3636

37+
/*
38+
* NOTE: requires nextflow 24.03.0-edge or later
39+
*/
3740
wave {
3841
wave.enabled = true
3942
wave.strategy = 'conda'
4043
wave.freeze = true
44+
apptainer.ociAutoPull = true
45+
singularity.ociAutoPull = true
4146
}
4247

4348
docker {

0 commit comments

Comments
 (0)