diff options
-rw-r--r-- | README.md | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/README.md b/README.md index f511d61..601bfe1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[](https://ci.systemreboot.net/jobs/ravanan) +[](https://ci.systemreboot.net/jobs/ravanan) [](#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. @@ -19,6 +19,7 @@ ravanan currently runs on single machines and on slurm via its [API](https://slu - [On HPC using slurm](#on-hpc-using-slurm) - [Using a specific version of Guix](#using-a-specific-version-of-guix) - [Referencing local scripts](#referencing-local-scripts) +- [CWL conformance](#cwl-conformance) - [License](#license) - [The Name](#the-name) @@ -151,6 +152,16 @@ Thanks to Guix, a better way is possible. Guix, in its magnificent elegance, doe Please send questions, feedback, bug reports and patches to [ravanan@systemreboot.net](mailto:ravanan@systemreboot.net). You may also browse the [archives](https://lists.systemreboot.net/ravanan) of previous conversations. We do not accept issues or pull requests on GitHub. Thank you! +# CWL conformance + +CWL conformance is a work in progress. We're getting there! + +## [CWL v1.2 conformance](https://ci.systemreboot.net/jobs/ravanan-cwl-v1.2-conformance) + + + +                            + # License ravanan is free software released under the terms of the [GNU General Public License](https://www.gnu.org/licenses/gpl.html), either version 3 of the License, or (at your option) any later version. |