diff --git a/runs/README.md b/runs/README.md new file mode 100644 index 0000000000000000000000000000000000000000..2369b437f4b99e31c578d3c9c54cabbc2a418275 --- /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).