aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2024-11-06 00:35:24 +0000
committerArun Isaac2024-11-06 00:37:06 +0000
commit38e282c2df130d6be3a47047d4dff2c623bb2d54 (patch)
tree6d9d654995d6c24734c5b61d1940e36bf51bd614
parente43a3c6f1725d6b209af7d19031c39ad4484bc4f (diff)
downloadravanan-38e282c2df130d6be3a47047d4dff2c623bb2d54.tar.gz
ravanan-38e282c2df130d6be3a47047d4dff2c623bb2d54.tar.lz
ravanan-38e282c2df130d6be3a47047d4dff2c623bb2d54.zip
README: Add ravanan pronunciation.
* README.md: Add ravanan pronunciation.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c71a505..8ac35b5 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
[![Laminar](https://ci.systemreboot.net/badge/ravanan.svg)](https://ci.systemreboot.net/jobs/ravanan)
-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 (pronounced rah-vun-un, IPA: rɑːvʌnʌn, Shavian: 𐑮𐑭𐑝𐑳𐑯𐑳𐑯) 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.