From b5e1452e236190b06158aaef7c3f8c6659a46a34 Mon Sep 17 00:00:00 2001 From: Wirawan Purwanto Date: Mon, 18 Mar 2024 18:00:05 -0400 Subject: [PATCH] * Added initial stub note concerning various workflow tools available out there (a subset thereof). --- workflow/20231012.workflow-tools.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 workflow/20231012.workflow-tools.md diff --git a/workflow/20231012.workflow-tools.md b/workflow/20231012.workflow-tools.md new file mode 100644 index 0000000..2921cb9 --- /dev/null +++ b/workflow/20231012.workflow-tools.md @@ -0,0 +1,24 @@ +Survey of Workflow Tools +======================== + +DAGMan - Built-in workflow tool for HTCondor +-------------------------------------------- +Built for high-throughput computing. + + +Nextflow +-------- + +Supposedly very popular! + + +Snakemake +--------- + +Supposedly easy to understand and learn for the first time. + + +Common Workflow Language (CWL) +------------------------------ + +Aiming to be the common standard of expressing workflows.