Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support ZIP output #726

Open
5 tasks
Tracked by #727
fmigneault opened this issue Oct 5, 2024 · 0 comments
Open
5 tasks
Tracked by #727

Support ZIP output #726

fmigneault opened this issue Oct 5, 2024 · 0 comments
Assignees
Labels
triage/feature New requested feature.

Comments

@fmigneault
Copy link
Collaborator

Description

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?

References

@fmigneault fmigneault added the triage/feature New requested feature. label Oct 5, 2024
@fmigneault fmigneault self-assigned this Oct 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage/feature New requested feature.
Projects
None yet
Development

No branches or pull requests

1 participant