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
These are debugging helpers for problematic CWL inputs, helping with
ongoing work debugging CWL Toil runs on AWS.
- Avoids failing on LineCol inputs that do not have file and
position references. Without this in place the missing `filename` and
None attributes for `line` and `col` obscure the real error message.
Fixes#264
- Prints out value of a CWL data item that is not an expected list.
0 commit comments