You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,15 @@
1
1
# nf-cws plugin
2
2
3
3
This plugin enables Nextflow to communicate with a Common Workflow Scheduler instance and transfer the required
4
-
information, which simplifies development of scheduling algorithms.
4
+
information.
5
5
6
-
Additionally, this plugin also provides scheduling algorithms for:
7
-
- dynamic task resizing
6
+
Together with the Common Workflow Scheduler, the plugin enables you:
7
+
- to use more sophisticated scheduling strategies [(More information)](https://arxiv.org/pdf/2302.07652.pdf)
8
+
- automatically resize the memory of your memory if your estimation is too high [(More information)](https://arxiv.org/pdf/2408.00047.pdf)
9
+
- keep your intermediate data locally at the worker node - this saves 18% of makespan for RNA-Seq, and 95% of makespan for I/O intensive task chaining [(More information)](https://arxiv.org/pdf/2503.13072.pdf)
8
10
9
11
For more information on the scheduling,
10
-
see the [scheduler repository](https://github.com/CommonWorkflowScheduler/KubernetesScheduler) and the [respective
11
-
papers](#citation).
12
+
see the [scheduler repository](https://github.com/CommonWorkflowScheduler/KubernetesScheduler).
0 commit comments