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

CWLProv: no trace of secondaryFiles for workflow activity #1879

Open
simleo opened this issue Jul 20, 2023 · 0 comments
Open

CWLProv: no trace of secondaryFiles for workflow activity #1879

simleo opened this issue Jul 20, 2023 · 0 comments

Comments

@simleo
Copy link
Contributor

simleo commented Jul 20, 2023

See grepsort-run-1 (generated with an older cwltool version, but I've verified the problem is still present in version 3.1.20230624081518). The problem is that a cwlprov:SecondaryFile record is generated only for the activity corresponding to the relevant tool run (greptool.cwl), but not for the activity corresponding to the workflow run. In runcrate, the result is that the workflow action ends up being assigned a single file as input instead of a Collection of the single file + the secondary file, so after parameter conversion is done this hack is run to replace it with the Collection generated for the tool run. The hack, however, does not work if different landing directories are used for different activities (see this comment).

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

No branches or pull requests

1 participant