Skip to content

Commit

Permalink
Update Wave profile
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <[email protected]>
  • Loading branch information
pditommaso committed May 12, 2024
1 parent d080016 commit fe97300
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,15 @@ profiles {
process.container = 'quay.io/nextflow/rnaseq-nf:v1.2.1'
}

/*
* NOTE: requires nextflow 24.03.0-edge or later
*/
wave {
wave.enabled = true
wave.strategy = 'conda'
wave.freeze = true
apptainer.ociAutoPull = true
singularity.ociAutoPull = true
}

docker {
Expand Down

0 comments on commit fe97300

Please sign in to comment.