amazon-genomics-cli icon indicating copy to clipboard operation
amazon-genomics-cli copied to clipboard

test: added words with vowels workflow to CWL

Open markjschreiber opened this issue 2 years ago • 0 comments

Issue #, if available:

Description of Changes

Added a port of words-with-vowels workflow in CWL

Description of how you validated changes

  • agc context deploy myContext
  • agc workflow run -c myContext words-with-vowels
  • agc workflow status ensure workflow completed
  • agc logs workflow words-with-vowels -c run-1782e7f0bd404642968577801975a18a confirm tasks ran as expected
  • agc workflow output -r run-1782e7f0bd404642968577801975a18a obtain location of s3 output
  • ensure output file has expected content

Checklist

  • [ ] If this change would make any existing documentation invalid, I have included those updates within this PR
  • [ ] I have added unit tests that prove my fix is effective or that my feature works
  • [x] I have linted my code before raising the PR
  • [x] Title of this Pull Request follows Conventional Commits standard: https://www.conventionalcommits.org/en/v1.0.0/

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

markjschreiber avatar May 19 '22 20:05 markjschreiber