aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorArun Isaac2024-10-02 02:00:08 +0100
committerArun Isaac2024-10-02 02:14:57 +0100
commitae39d01c2f6dbdd4b144484fe15dac8e831d8393 (patch)
tree35a5b1fa73619428e61b9d730fe0e9a49937b4a0 /README.md
parent1cd44d048a5bad9361dc70b1b9cd007dd687ac3a (diff)
downloadravanan-ae39d01c2f6dbdd4b144484fe15dac8e831d8393.tar.gz
ravanan-ae39d01c2f6dbdd4b144484fe15dac8e831d8393.tar.lz
ravanan-ae39d01c2f6dbdd4b144484fe15dac8e831d8393.zip
README: Mention "work reuse".
"Work reuse" is the term used by the CWL specification for caching. Use it to keep things familiar. * README.md: Mention "work reuse" in introduction.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 52756f5..f19c75e 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-ravanan is a [Common Workflow Language (CWL)](https://www.commonwl.org/) implementation that is powered by [GNU Guix](https://guix.gnu.org/) and provides strong reproducibility guarantees. ravanan provides strong foolproof caching so you never run the same steps of your workflow twice, nor do you have to keep track of which steps were run and with what parameters: ravanan remembers everything for you. ravanan captures logs from every step of your workflow so you can always trace back in case of job failures.
+ravanan is a [Common Workflow Language (CWL)](https://www.commonwl.org/) implementation that is powered by [GNU Guix](https://guix.gnu.org/) and provides strong reproducibility guarantees. ravanan provides strong foolproof caching ([work reuse](https://www.commonwl.org/v1.2/CommandLineTool.html#WorkReuse)) so you never run the same steps of your workflow twice, nor do you have to keep track of which steps were run and with what parameters: ravanan remembers everything for you. ravanan captures logs from every step of your workflow so you can always trace back in case of job failures.
ravanan currently runs on single machines and on slurm via its [API](https://slurm.schedmd.com/rest_api.html). Other HPC backends will be implemented in the future based on demand.