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

Return multiple files from the same output entry in a single local directory #464

Open
paoloviviani opened this issue May 21, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@paoloviviani
Copy link
Contributor

paoloviviani commented May 21, 2024

Currently when multiple files are requested as an output, i.e., with glob

 multiple_output_files:
    type: File
    outputBinding:
      glob:
        - "*.nc"

they are returned to the local StreamFlow machine as multiple folders with UUID names. This is not very practical, in particular when multiple runs of the same workflow coexist.
I would suggest to return all the files belonging to the same output entry (.e.g, "multiple_output_files") in the same local directory.
Also, adding a top level directory for each WF execution would improve the usability, but that would be an additional step. nevermind, this is already supported!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants