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

fix: temporary MANIFEST.json is created and combined with file path from --inputsFile

Open sonjand opened this issue 1 year ago • 0 comments

Issue #, if available: 474

Description of Changes

added new function parseAndAddToManifest()that allows users to use a MANIFEST.json file and include a file with the --inputsFile flag without any overriding.

Description of how you validated changes

Various calls of make and workflow run were used to test creation of new file, as well as its eventual deletion.

Checklist

  • [ ] If this change would make any existing documentation invalid, I have included those updates within this PR
  • [x] I have added unit tests that prove my fix is effective or that my feature works
  • [ ] 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

sonjand avatar Oct 10 '22 23:10 sonjand