You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In general, Cromwell works best when run in server mode, which means that users run a Cromwell server as a job on our local SLURM cluster that can connect to a database specifically for Cromwell workflow tracking. This Cromwell server job then behaves as the workflow coordinator for that user, allowing a user to send workflow instructions for multiple workflows running simultaneously. The Cromwell server will then parse these workflow instructions, find and copy the relevant input files, send the tasks to either `Gizmo` to be processed, coordinate the results of those tasks and record all of the metadata about what is happening in its database.
The phrase "either Gizmo" implies either that there is more than one gizmo, or that there is an alternative to gizmo (AWS?) but it is not mentioned.
The text was updated successfully, but these errors were encountered:
FH_WDL101_Cromwell/01-intro.Rmd
Line 20 in 7bc6e99
The phrase "either Gizmo" implies either that there is more than one gizmo, or that there is an alternative to gizmo (AWS?) but it is not mentioned.
The text was updated successfully, but these errors were encountered: