From f59cbf8498bd070b03910211f9a8a423446d227e Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Sun, 30 Nov 2025 02:09:12 +0000 Subject: README: Describe Hello World example in doc directory. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index df90800..1eb635b 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,12 @@ You can run a workflow `hello-world.cwl` with inputs in `hello-world-inputs.yaml ``` ravanan hello-world.cwl hello-world-inputs.yaml --store=store --guix-manifest=manifest.scm ``` -`--store` specifies a directory to use as ravanan's store. `--guix-manifest` specifies a Guix manifest file that lists the dependencies required for the workflow. An example `hello-world.cwl` and `hello-world-inputs.json` are provided in the `doc` directory of this repository. +`--store` specifies a directory to use as ravanan's store. `--guix-manifest` specifies a Guix manifest file that lists the dependencies required for the workflow. + +An example `hello-world.cwl` and `hello-world-inputs.json` are provided in the `doc` directory of this repository. You can run it like so: +``` +ravanan --store=store --guix-manifest=doc/hello-world-manifest.scm doc/hello-world.cwl doc/hello-world-inputs.yaml +``` ## On HPC using slurm -- cgit 1.4.1