nf-cloudcache @ 0.6.0
nf-cloudcache
This plugin provides cloud-based caching support for Nextflow pipelines, enabling workflow resume capability when using cloud storage as the work directory.
Get Started
To use this plugin, add it to your nextflow.config:
plugins {
id 'nf-cloudcache'
}
The plugin is automatically activated when using cloud storage (S3, GS, Azure Blob) as the work directory with resume enabled.
workDir = 's3://my-bucket/work'
Run your pipeline with the -resume flag:
nextflow run main.nf -resume
Examples
AWS S3 Cache
plugins {
id 'nf-amazon'
id 'nf-cloudcache'
}
workDir = 's3://my-bucket/work'
aws {
region = 'us-east-1'
}
Google Cloud Storage Cache
plugins {
id 'nf-google'
id 'nf-cloudcache'
}
workDir = 'gs://my-bucket/work'
google {
project = 'my-project'
location = 'us-central1'
}
Azure Blob Storage Cache
plugins {
id 'nf-azure'
id 'nf-cloudcache'
}
workDir = 'az://my-container/work'
azure {
storage {
accountName = 'mystorageaccount'
accountKey = System.getenv('AZURE_STORAGE_KEY')
}
}
Resources
License
| Nextflow version | >=25.08.0-edge |
|---|---|
| Depends On | - |
| Release Date | 13 Dec 2025 12:58:39 (UTC) |
| Release Notes | - |
| Download URL | https://registry-dev.nextflow.io/api/v1/plugins/nf-cloudcache/0.6.0/download/nf-cloudcache-0.6.0.zip |
| Store URL | https://public.cr.stage-seqera.io/v2/nextflow/plugin-dev/nf-cloudcache/blobs/sha256:1afa8759cdd2e879c209f6c603dfdd41445ac757d90993ee0e4a34da815d3fa8 |
| Size | 10.1 KB |
| Checksum | 1aed93c0db8f8fd493c08546786de088ea5790ab6401cb17283f50521368d3c8b580919d117f5db53f579f4dc958c6ff48c547a4d99b141f86dc519dcd5b0746 |
| Total downloads | 2 View trends |
| Security Scan |
| Version | Nextflow version | Date | Status | Downloads |
|---|---|---|---|---|
| 0.6.0 | >=25.08.0-edge | 13 Dec 2025 12:58:39 (UTC) | 2 | |
| 0.5.0 | >=25.08.0-edge | 14 Sep 2025 19:39:28 (UTC) | 2 | |
| 0.4.3 | >=24.04.4 | 20 Jan 2025 16:14:44 (UTC) | 23.9K | |
| 0.4.2 | >=24.04.4 | 05 Aug 2024 21:15:43 (UTC) | 55.6K | |
| 0.3.0-patch1 | >=23.10.2 | 28 May 2024 14:09:57 (UTC) | 1.9K | |
| 0.4.1 | >=24.01.0-edge | 10 Mar 2024 20:04:51 (UTC) | 33.8K | |
| 0.4.0 | >=24.01.0-edge | 05 Feb 2024 23:26:44 (UTC) | 473 | |
| 0.3.1 | >=23.11.0-edge | 24 Nov 2023 21:39:43 (UTC) | 1.8K | |
| 0.3.0 | >=23.04.0 | 10 Oct 2023 10:05:23 (UTC) | 26.7K | |
| 0.2.0 | >=23.04.0 | 17 Aug 2023 15:31:48 (UTC) | 3.5K | |
| 0.1.0 | >=23.04.0 | 22 Jul 2023 16:03:58 (UTC) | 438 |