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
add tests for womtool validate /api/womtool/{version}/describe
add tests for abort /api/workflows/{version}/{id}/abort
cromwell_glob is used in the app - this function (and many others in rcromwell) all use the /api/workflows/{version}/{id}/metadata route - see those various rcromwell fxns for use cases to cover
add tests for jobs /api/workflows/{version}/query
add tests for outputs /api/workflows/{version}/{id}/outputs
submit_wdls
fixture inconftest.py
: speed up submission if possible. Tryasyncio
andhttpx.AsyncClient
#35/api/womtool/{version}/describe
/api/workflows/{version}/{id}/abort
cromwell_glob
is used in the app - this function (and many others inrcromwell
) all use the/api/workflows/{version}/{id}/metadata
route - see those variousrcromwell
fxns for use cases to cover/api/workflows/{version}/query
/api/workflows/{version}/{id}/outputs
cromwell_failures
- uses /metadata w/ query params?includeKey=failures&includeKey=jobId
cromwell_call
- uses /metadata w/ query params?expandSubWorkflows=true
cromwell_labels
/api/workflows/{version}/{id}/labels
The text was updated successfully, but these errors were encountered: