Skip to content

Commit 7aac00d

Browse files
committed
docs: usage with new nf-k8s plugin for >=25.03.0
1 parent d3a2cd8 commit 7aac00d

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,17 @@ see the [scheduler repository](https://github.com/CommonWorkflowScheduler/Kubern
1717

1818
### How to use
1919

20-
To run Nextflow with this plugin, you need version >=`24.04.0` and <=`25.02.3-edge`
21-
(because Nextflow's Kubernetes refactor in `25.03.0-edge` is not supported *yet*).
22-
To activate the plugin, add `-plugins nf-cws` to your `nextflow` call or add the following to your `nextflow.config`:
20+
To run Nextflow with this plugin, you need version >=`24.04.0` and the nf-k8s plugin is required for Nextflow versions >=`25.03.0`.
21+
To activate the plugin, add `-plugins nf-k8s nf-cws` (or just `-plugins nf-cws` in older versions) to your `nextflow` call,
22+
or add the following to your `nextflow.config`:
2323

24+
```
25+
plugins {
26+
id 'nf-k8s'
27+
id 'nf-cws'
28+
}
29+
```
30+
or in older versions just:
2431
```
2532
plugins {
2633
id 'nf-cws'

0 commit comments

Comments
 (0)