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

Way to specify step dependencies but not include them in the input object #41

Open
1 task
tetron opened this issue Jul 17, 2024 · 0 comments
Open
1 task

Comments

@tetron
Copy link
Member

tetron commented Jul 17, 2024

To help with reshaping inputs, it would be helpful to be able to specify input sources explicitly not propagated to the actual input or output object. This gives the user a way to inform the workflow checker that the input parameter isn't expected to match the signature of the underlying 'run', and doesn't pass through parameters to the underlying 'run' which may be problematic.

I believe it is the case that cwltool already does not pass through input object elements that do not match the signature, but this would make it formally specified.

  • need to decide on the name

Example:

  in:
      render: { source: render, propagate: false }
      source: {valueFrom: $(inputs.render.source)}
      target: {valueFrom: $(inputs.render.target)}
      renderlist: {valueFrom: $(inputs.render.renderlist)}

@tetron tetron changed the title Way to specify step dependencies and output which are not included in the input/output Way to specify step dependencies which are not included in the input object Jul 17, 2024
@tetron tetron changed the title Way to specify step dependencies which are not included in the input object Way to specify step dependencies but not includ them in the input object Jul 17, 2024
@tetron tetron changed the title Way to specify step dependencies but not includ them in the input object Way to specify step dependencies but not include them in the input object Jul 17, 2024
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