nf-wave @ 1.17.0
nf-wave
This plugin provides integration with the Wave container service for dynamic container building, augmentation, and on-demand software provisioning.
Get Started
To use this plugin, add it to your nextflow.config:
plugins {
id 'nf-wave'
}
Enable Wave in your configuration:
wave {
enabled = true
}
Wave automatically builds containers from Conda packages or Dockerfiles defined in your processes.
Examples
Basic Wave Configuration
plugins {
id 'nf-wave'
}
wave {
enabled = true
}
process {
conda = 'samtools=1.17'
}
Using Wave with Conda Packages
wave {
enabled = true
}
process ALIGN {
conda 'bioconda::bwa=0.7.17 bioconda::samtools=1.17'
script:
'''
bwa mem ref.fa reads.fq | samtools view -bS - > aligned.bam
'''
}
Wave with Fusion File System
wave {
enabled = true
}
fusion {
enabled = true
}
process.executor = 'awsbatch'
workDir = 's3://my-bucket/work'
Container Augmentation
wave {
enabled = true
strategy = 'conda,container'
}
process TOOL {
container 'ubuntu:22.04'
conda 'bioconda::samtools=1.17'
script:
'''
samtools --version
'''
}
Using Private Registries
wave {
enabled = true
}
docker {
registry = 'quay.io'
}
Resources
License
| Nextflow version | >=25.11.0-edge |
|---|---|
| Depends On | - |
| Release Date | 13 Dec 2025 12:54:52 (UTC) |
| Release Notes | - |
| Download URL | https://registry-dev.nextflow.io/api/v1/plugins/nf-wave/1.17.0/download/nf-wave-1.17.0.zip |
| Store URL | https://public.cr.stage-seqera.io/v2/nextflow/plugin-dev/nf-wave/blobs/sha256:7cdb7af26864c830ca2cefb22a5facfdc0025d97e96aefb7eab8bad08f75a4fb |
| Size | 5.0 MB |
| Checksum | cceae42df247f35aee2839299fad85a85abf655b2fe3ff4544eaef24f1bcba1292bd0b7a273cf7e06c7c95aa6fb38e00c2b89e32f6026ded997a102e50cf210c |
| Total downloads | 2 View trends |
| Security Scan |
| Version | Nextflow version | Date | Status | Downloads |
|---|---|---|---|---|
| 1.18.0 | >=25.11.0-edge | 13 Dec 2025 12:58:39 (UTC) | 2 | |
| 1.17.0 | >=25.11.0-edge | 13 Dec 2025 12:54:52 (UTC) | 2 | |
| 1.16.0 | >=25.08.0-edge | 07 Oct 2025 16:22:37 (UTC) | 2 | |
| 1.15.0 | >=25.08.0-edge | 14 Sep 2025 19:39:27 (UTC) | 2 | |
| 1.14.1 | >=25.07.0-edge | 15 Aug 2025 14:37:05 (UTC) | 14 | |
| 1.14.0 | >=25.06.0-edge | 06 Jul 2025 14:01:29 (UTC) | 57 | |
| 1.4.2-patch2 | >=24.04.5 | 06 Jun 2025 12:29:14 (UTC) | 88 | |
| 1.7.5-patch1 | >=24.10.7 | 06 Jun 2025 12:15:14 (UTC) | 225 | |
| 1.13.0 | >=25.05.0-edge | 02 Jun 2025 19:44:49 (UTC) | 49 | |
| 1.12.1 | >=25.03.0-edge | 12 May 2025 08:19:03 (UTC) | 23.1K | |
| 1.7.5 | >=24.10.6 | 23 Apr 2025 17:01:40 (UTC) | 2.6K | |
| 1.12.0 | >=25.03.0-edge | 23 Apr 2025 10:47:53 (UTC) | 275 | |
| 1.11.1 | >=25.02.2-edge | 05 Apr 2025 15:43:52 (UTC) | 61 | |
| 1.11.0 | >=25.02.0-edge | 18 Mar 2025 07:33:58 (UTC) | 60 | |
| 1.10.0 | >=25.01.0-edge | 12 Feb 2025 14:07:58 (UTC) | 395 | |
| 1.9.0 | >=24.12.0-edge | 20 Jan 2025 16:15:37 (UTC) | 55 | |
| 1.8.0 | >=24.04.4 | 03 Dec 2024 10:38:35 (UTC) | 2.8K | |
| 1.7.4 | >=24.04.4 | 27 Nov 2024 21:37:14 (UTC) | 17.5K | |
| 1.7.3 | >=24.04.4 | 18 Nov 2024 14:12:50 (UTC) | 318 | |
| 1.7.2 | >=24.04.4 | 27 Oct 2024 20:20:55 (UTC) | 3.4K | |
| 1.7.1 | >=24.04.4 |