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
When requested by Accept (and maybe f/format query?), a ZIP, TAR.GZ, etc. could be supported.
Resolution can be done the same way as the "multipart" branch in get_job_results_response, since all conditions leading to this result are similar (ZIP must be requested explicitly).
Given that ZIP or other similar containers would have to be requested explicitly, they do not necessarily need to be multi-value. They could contain a single file.
Tests
Accept, f, format requesting ZIP (or others) returns them
Single-output also returns it because requested explicitly
Disambiguation of an output already producing ZIP (from the CWL)
does not cause nested ZIP for single value
(to consider) merges the contents for multi-value or should nest the ZIP?
Description
When requested by
Accept
(and maybef
/format
query?), a ZIP, TAR.GZ, etc. could be supported.Resolution can be done the same way as the "multipart" branch in
get_job_results_response
, since all conditions leading to this result are similar (ZIP must be requested explicitly).Given that ZIP or other similar containers would have to be requested explicitly, they do not necessarily need to be multi-value. They could contain a single file.
Tests
Accept
,f
,format
requesting ZIP (or others) returns themReferences
The text was updated successfully, but these errors were encountered: