diff options
| author | Arun Isaac | 2026-09-04 16:16:38 +0100 |
|---|---|---|
| committer | Arun Isaac | 2026-09-04 16:18:13 +0100 |
| commit | a052cadb0cdff6e056c4565d1e31e23859494d55 (patch) | |
| tree | eac3a1b14ee8c8ba895e38c861c129022f624e0b | |
| parent | c21495083daab57a3eaffa49b3d8caf1ef2824b6 (diff) | |
| download | ravanan-a052cadb0cdff6e056c4565d1e31e23859494d55.tar.gz ravanan-a052cadb0cdff6e056c4565d1e31e23859494d55.tar.lz ravanan-a052cadb0cdff6e056c4565d1e31e23859494d55.zip | |
README: Use voiced retroflex nasal ɳ in ravanan IPA pronunciation.
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 8c1e9fc..a4fd911 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [](https://ci.systemreboot.net/jobs/ravanan) [](https://ci.systemreboot.net/jobs/ravanan-end-to-end-tests) [](#cwl-v1.2-conformance) -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 bullet-proof caching ([work reuse](https://www.commonwl.org/v1.2/CommandLineTool.html#WorkReuse)) so you never run the same step 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, 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 bullet-proof caching ([work reuse](https://www.commonwl.org/v1.2/CommandLineTool.html#WorkReuse)) so you never run the same step 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. Salient features of ravanan include: - Bullet-proof caching; never run the same computation again and never fear that the cache is stale (no kidding, we're serious!). This is especially useful when developing a workflow and you want to iterate by repeatedly running slightly modified workflows. |
