Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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, 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)
Expand Down
Loading