nf-cloudcache @ 0.6.0
Summary
The Cloud cache plugin provides cloud-based caching support for Nextflow pipelines. It enables 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')
}
}
License
Apache License 2.0
| Nextflow version | >=25.08.0-edge |
|---|---|
| Depends On | - |
| Release Date | 11 Feb 2026 20:40:08 (UTC) |
| Release Notes | - |
| Download URL | https://registry.nextflow.io/api/v1/plugins/nf-cloudcache/0.6.0/download/nf-cloudcache-0.6.0.zip |
| Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/nf-cloudcache/blobs/sha256:852a979adac1b57e47a09ceeacd8bf525d6747a33383f1c96ff02d150d326860 |
| Size | 11.9 KB |
| Checksum | 7ebafd641a7d7243301c2ee92973b9ed72ebe551d38244534d79504b141f0d92c5cb99d8a21b7b2f19189afaebf4640367dd79b82c389638b3fdccbd0605c5ac |
| Total downloads | 57 View trends |
| Security Scan |
| Version | Nextflow version | Date | Status | Downloads |
|---|---|---|---|---|
| 0.6.0 | >=25.08.0-edge | 11 Feb 2026 20:40:08 (UTC) | 57 | |
| 0.5.0 | >=25.08.0-edge | 14 Sep 2025 20:20:41 (UTC) | 16.6K | |
| 0.4.3 | >=24.04.4 | 20 Jan 2025 16:14:44 (UTC) | 15.6K | |
| 0.4.2 | >=24.04.4 | 05 Aug 2024 21:15:43 (UTC) | 41.9K | |
| 0.3.0-patch1 | >=23.10.2 | 28 May 2024 14:09:57 (UTC) | 1.7K | |
| 0.4.1 | >=24.01.0-edge | 10 Mar 2024 20:04:51 (UTC) | 30.0K | |
| 0.4.0 | >=24.01.0-edge | 05 Feb 2024 23:26:44 (UTC) | 437 | |
| 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) | 24.4K | |
| 0.2.0 | >=23.04.0 | 17 Aug 2023 15:31:48 (UTC) | 3.1K | |
| 0.1.0 | >=23.04.0 | 22 Jul 2023 16:03:58 (UTC) | 409 |