Skip to content

Commit 9aa9797

Browse files
Update Readme
Signed-off-by: Lehmann_Fabian <fabian.lehmann@informatik.hu-berlin.de>
1 parent 6211338 commit 9aa9797

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
# nf-cws plugin
22

33
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.
55

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)
810

911
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).
1213

1314
### Supported Executors
1415

0 commit comments

Comments
 (0)