about summary refs log tree commit diff
diff options
context:
space:
mode:
authorArun Isaac2025-11-30 02:10:04 +0000
committerArun Isaac2025-11-30 02:10:04 +0000
commita0b7e7ab6de830182ab30a0e417eefb56a07fd2f (patch)
treeae73f0d04fb4e7955993ffac5e8bf86570aef9cc
parentf59cbf8498bd070b03910211f9a8a423446d227e (diff)
downloadravanan-a0b7e7ab6de830182ab30a0e417eefb56a07fd2f.tar.gz
ravanan-a0b7e7ab6de830182ab30a0e417eefb56a07fd2f.tar.lz
ravanan-a0b7e7ab6de830182ab30a0e417eefb56a07fd2f.zip
README: Move ravanan options before workflow and inputs files. HEAD main
This order is more conventional.
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1eb635b..b65c8a3 100644
--- a/README.md
+++ b/README.md
@@ -56,7 +56,7 @@ ravanan requires a running Guix daemon. ravanan maintains its own *store* (this
 
 You can run a workflow `hello-world.cwl` with inputs in `hello-world-inputs.yaml` using
 ```
-ravanan hello-world.cwl hello-world-inputs.yaml --store=store --guix-manifest=manifest.scm
+ravanan --store=store --guix-manifest=manifest.scm hello-world.cwl hello-world-inputs.yaml
 ```
 `--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.
 
@@ -76,7 +76,7 @@ Jobs run by ravanan do not directly write to the store. Instead, they operate on
 
 Putting it all together, a typical ravanan invocation on a slurm HPC might look like
 ```
-ravanan hello-world.cwl hello-world-inputs.json --store=store --guix-manifest=manifest.scm --batch-system=slurm-api --scratch=/scratch --slurm-jwt=jwt
+ravanan --store=store --guix-manifest=manifest.scm --batch-system=slurm-api --scratch=/scratch --slurm-jwt=jwt hello-world.cwl hello-world-inputs.json
 ```
 
 ## Using a specific version of Guix