From 178ac697251c1a494e7d18e80d0dcdd491404224 Mon Sep 17 00:00:00 2001 From: Marco Mascheroni Date: Fri, 17 Jul 2026 11:42:54 +0200 Subject: [PATCH 1/2] Fix typo in Dirac Transformation submission description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3474671..f59b67b 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Once the workflow passes local testing, the user can choose from 3 options for s > - Dirac description (site, priority): Dirac-specific attributes related to scheduling > - Metadata (job type): Dirac-specific attributes related to scheduling + execution -2. **Submission as Dirac Transformation**: For workflows requiring continuous, real-time input data or large-scale execution, CWL tasks can be submitted as transformations. As new input data becomes available, jobs are automatically generated and executed as jobs. This method is ideal for ongoing data processing and scalable operations. +2. **Submission as Dirac Transformation**: For workflows requiring continuous, real-time input data or large-scale execution, CWL tasks can be submitted as transformations. As new input data becomes available, CWL workflows are automatically generated and executed as jobs. This method is ideal for ongoing data processing and scalable operations. > - CWL task (inputs already described within it) > - Dirac description (site, priority) From e298732359f96827db920133a042c288635171cb Mon Sep 17 00:00:00 2001 From: aldbr Date: Fri, 17 Jul 2026 11:49:33 +0200 Subject: [PATCH 2/2] chore: update README Clarify the description of CWL task submissions as transformations. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f59b67b..e2764a8 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Once the workflow passes local testing, the user can choose from 3 options for s > - Dirac description (site, priority): Dirac-specific attributes related to scheduling > - Metadata (job type): Dirac-specific attributes related to scheduling + execution -2. **Submission as Dirac Transformation**: For workflows requiring continuous, real-time input data or large-scale execution, CWL tasks can be submitted as transformations. As new input data becomes available, CWL workflows are automatically generated and executed as jobs. This method is ideal for ongoing data processing and scalable operations. +2. **Submission as Dirac Transformation**: For workflows requiring continuous, real-time input data or large-scale execution, CWL tasks can be submitted as transformations, serving as job templates. As new input data becomes available, CWL tasks are then automatically reused and submitted along with the inputs as jobs. This method is ideal for ongoing data processing and scalable operations. > - CWL task (inputs already described within it) > - Dirac description (site, priority)