Conversation
535b997 to
7bc1e3a
Compare
|
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
724fff6 to
6438780
Compare
This reverts commit d89fd65.
|
all tests passing 🎉 |
| String stringency_arg = if index_validation_stringency_less_exhaustive | ||
| then "--INDEX_VALIDATION_STRINGENCY LESS_EXHAUSTIVE" | ||
| else "" |
There was a problem hiding this comment.
I don't recall what this parameter does. Why are we removing the argument?
|
Note to self: GATK4 tests work locally |
This PR is for demonstration purposes of the RFC document herethis PR has morphed from a demonstration into a real PR for swapping our test infra from pytest to Sprocket. Still a WIP as not all the tests are written yet and it has not been hooked into CI yet