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

Add test workflow motivations and examples to docs #149

Open
michaeltneylon opened this issue Sep 18, 2020 · 0 comments
Open

Add test workflow motivations and examples to docs #149

michaeltneylon opened this issue Sep 18, 2020 · 0 comments

Comments

@michaeltneylon
Copy link
Contributor

A test workflow is a WDL workflow written for use in testing that imports from workflows or tasks intended for general use. They can be used for:

  • Testing a single task with an executor that cannot run a task directly
  • Asserting outputs from a workflow that you do not want declared as outputs the same way in your published workflow
  • Adding test helper WDL Tasks to the workflow before asserting outputs:
    • sort
    • extract or convert a binary format (see plugins)
    • summarize or extract a sub-portion of output(s)
@michaeltneylon michaeltneylon changed the title Add test workflow motivations and examples Add test workflow motivations and examples to docs Sep 18, 2020
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