From f21d02e72e4f1a02db2023760327562a2203d2a3 Mon Sep 17 00:00:00 2001 From: "Michael R. Crusoe" <1330696+mr-c@users.noreply.github.com> Date: Mon, 26 Oct 2020 15:27:58 +0100 Subject: [PATCH] Explain what sort of workflows CWL is for. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c7b01f0..49afa3c 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,11 @@ src="https://github.com/common-workflow-language/cwl-website/raw/main/openstand- The Common Workflow Language (CWL) is an open standard for describing analysis workflows and tools in a way that makes them portable and scalable across a variety of software and hardware environments, from workstations to cluster, -cloud, and high performance computing (HPC) environments. CWL is designed to +cloud, and high performance computing (HPC) environments. + +CWL is for dataflow style batch analysis, where the units of processing are command line programs. + +CWL is designed to meet the needs of data-intensive science, such as Bioinformatics, Medical Imaging, Astronomy, High Energy Physics, and Machine Learning.