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
I use Array[Pair[X,Y]] = zip(Array[X], Array[Y]) in my wdl workflow at line
Using dxCompiler gives an illegal expression failure error. Is there a workaround for this?
[31m[error] failure executing Workflow action 'run'
wdlTools.eval.EvalException: member access (left) in expression is illegal at 1:0-1:22 in <string>
The text was updated successfully, but these errors were encountered:
I use
Array[Pair[X,Y]] = zip(Array[X], Array[Y])
in my wdl workflow at lineUsing dxCompiler gives an illegal expression failure error. Is there a workaround for this?
The text was updated successfully, but these errors were encountered: