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
Synthesize a new step to compute a static value for each dynamic input, something like _calc_{inputname}: _calc_Outfile with a single output named result
Rewrite all references to the original dynamic input to this static value: basically connecting _calc_OutFile/result instead of Outfile in all of the WorkflowStep.in sections
The text was updated successfully, but these errors were encountered:
Example:
wdl-cwl-translator/wdl2cwl/tests/wdl_files/blast.wdl
Line 12 in 1fff15b
_calc_{inputname}
:_calc_Outfile
with a single output namedresult
_calc_OutFile/result
instead ofOutfile
in all of theWorkflowStep.in
sectionsThe text was updated successfully, but these errors were encountered: