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 and export default values on the CWL side #59

Closed
mr-c opened this issue Nov 30, 2024 · 0 comments · Fixed by common-workflow-language/schema_salad#893
Closed
Assignees

Comments

@mr-c
Copy link
Contributor

mr-c commented Nov 30, 2024

See OpenMS/OpenMS#7720

Improvement of schema code generator: common-workflow-language/schema_salad#893
Updated generated code: common-workflow-lab/cwl-cpp-auto#11
Improved TDL: #60

@SGSSGene SGSSGene self-assigned this Dec 2, 2024
SGSSGene added a commit to SGSSGene/schema_salad that referenced this issue Dec 2, 2024
Currently, types of 'any' are simply ignored when generating output.
This improves the handling of 'any' by adding explicit conversions to:

- float
- double
- char
- int8_t
- uint8_t
- int16_t
- uint16_t
- int32_t
- uint32_t
- int64_t
- uint64_t
and
- std::string

required to fix deNBI-cibi/tool_description_lib#59
mr-c pushed a commit to SGSSGene/schema_salad that referenced this issue Dec 4, 2024
Currently, types of 'any' are simply ignored when generating output.
This improves the handling of 'any' by adding explicit conversions to:

- float
- double
- char
- int8_t
- uint8_t
- int16_t
- uint16_t
- int32_t
- uint32_t
- int64_t
- uint64_t
and
- std::string

required to fix deNBI-cibi/tool_description_lib#59
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

Successfully merging a pull request may close this issue.

2 participants