Add CWLFloatInput to the available annotations#34
Closed
gfenoy wants to merge 1 commit intocommon-workflow-lab:masterfrom
Closed
Add CWLFloatInput to the available annotations#34gfenoy wants to merge 1 commit intocommon-workflow-lab:masterfrom
gfenoy wants to merge 1 commit intocommon-workflow-lab:masterfrom
Conversation
Member
|
Thank you @gfenoy ! Do you have time to add the relevant GitHub Actions CI setup, so we can see the tests passing? Or I can copy in a template from another CWL project. |
Member
|
Since this repo hasn't seem much attentions recently, I would be happy to make you and/or @csajedi maintainers |
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces support for float input variables in the CWL tool extraction workflow. The main change is the addition of the
CWLFloatInputtype, which allows users to annotate float inputs in their scripts and ensures they are properly handled and represented in the generated CWL tool definitions and command-line interfaces.