-
Notifications
You must be signed in to change notification settings - Fork 2
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 parameter_meta section #1
Comments
I think this a great idea and would be a worthy addition to the project. There’s two ways I can see it being done:
I’m pretty happy to build (2) soon, or very happy to take a contribution. And all of this too for the |
Also just following this discussion (openwdl/wdl#359 (comment)), we could add specific options for recognised meta options. |
I think in either case it should allow arbitrary key-value pairs below the root-level keys, since that's what's in the spec. As you say, the question of whether you should have a new top-level key for this, or whether it should be attached to a |
Ideally each input in the generated task could have some sort of annotation in the
parameter_meta
section, for example the description of that input.This is so that the following snippet could be generated with Python:
The text was updated successfully, but these errors were encountered: