From e4378d4d633b0e952fcb587916f0a46248dbb589 Mon Sep 17 00:00:00 2001 From: Dominik Brilhaus <brilhaus@nfdi4plants.org> Date: Wed, 17 Apr 2024 09:24:17 +0200 Subject: [PATCH] add readme with cwl example --- runs/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 runs/README.md diff --git a/runs/README.md b/runs/README.md new file mode 100644 index 0000000..2369b43 --- /dev/null +++ b/runs/README.md @@ -0,0 +1,13 @@ + +# CWL example with a docker container + +:bulb: Requires installation of a CWL runner and docker +checkout CWL guides in the [DataPLANT Knowledge Base](https://nfdi4plants.org/nfdi4plants.knowledgebase/docs/guides/ComputationalWorkflows/index.html) + +```bash +cd runs/fsResult1 + +cwltool ../../workflows/FixedScript/FSharpArcCapsule.cwl ../FSharpArcCapsule.yml +``` + +This workflow creates the file [fsResult1/result.csv](fsResult1/result.csv). -- GitLab