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

Doc/improved example #3

Merged
merged 2 commits into from
Sep 29, 2023
Merged

Conversation

SGSSGene
Copy link
Collaborator

  • Adds minimal readme
  • Extends the cwl_output_example.cpp to include a few more cases
  • Add tests against an example output

The benefits of the additional example output are:

  1. Knowledge about the to expected output
  2. Better understanding of changes:
    If this would have been available earlier we could have seen that
inputs:
  - id: firstOption
    type: long
    inputBinding:
      prefix: --first-option
  - id: inputFile
    type: File
    inputBinding:
      prefix: --input-file

changed to

inputs:
  firstOption:
    type: long
    inputBinding:
      prefix: --first-option
  inputFile:
    type: File
    inputBinding:
      prefix: --input-file

We would also have seen that following fields moved to the beginning of the document:

id: Some id
label: some label
doc: documentation that is brief

@mr-c mr-c merged commit d272d21 into common-workflow-lab:main Sep 29, 2023
1 check passed
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 this pull request may close these issues.

2 participants