File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff 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```
2532plugins {
2633 id 'nf-cws'
You can’t perform that action at this time.
0 commit comments