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
This workflow lints successfully with all tools listed above.
It runs successfully on miniwdl/DNAnexus (after dxCompiler) with or without providing name as an input. On Cromwell, if name is provided, it completes successfully, but without name, it returns the error below.
[2024-11-15 09:46:04,37] [info] WorkflowManagerActor: Workflow b6319060-faec-4206-9fe0-4322f6eb8986 failed (during ExecutingWorkflowState): java.lang.RuntimeException: Failed to evaluate 'wf.workflow_name' (reason 1 of 1): Evaluating "hello~{(" " + name)}" failed: Sorry! Operation + is not supported on empty optional values. You might resolve this using select_first([optional, default]) to guarantee that you have a filled value.
If this syntax is not supported by Cromwell, womtool validate should object.
The text was updated successfully, but these errors were encountered:
Tested/linted on:
womtool validate
v86 and v87cromwell run
v86 and v87 with default configurationminiwdl check/run
v1.12.1 with minimal configurationwdlTools check
v0.17.17This workflow lints successfully with all tools listed above.
It runs successfully on miniwdl/DNAnexus (after dxCompiler) with or without providing
name
as an input. On Cromwell, ifname
is provided, it completes successfully, but withoutname
, it returns the error below.If this syntax is not supported by Cromwell,
womtool validate
should object.The text was updated successfully, but these errors were encountered: