gatk
gatk copied to clipboard
Official code repository for GATK versions 4 and up
This is a possible workaround for #7938. This isnt a finished PR, but I'm opening this to kick off tests.
Recently for Mutect a new class of `JumboInfoFieldAnnotations` and `JumboGenotypeAnntations` were introduced into GATK and their names are somewhat misleading and confusing on first pass. I would suggest renaming them...
This method and a couple others in this class don't appear to have good test coverage,
Currently: // TODO NOTE this test is disabled. That is because currently it is difficult to generate ArtificialFlowBasedReads from scratch... @Test (enabled = false)
Codecov indicates that this new method is not covered by tests -- needs a test in IOUtilsUnitTes
Coverage analysis indicates that the new --assembly-complexity-reference-mode argument is not covered by tests.
* Added MinGqVariantFilterBase * * loads VCF, pedigree, UCSC genome tract, and truth data * * calculates variant overlap with genome tracts * * forms matrices, tensors, and other helping...
# Bug Report ### Affected tool(s) or class(es) _Mutect2_ ### Affected version(s) - [ ] 4.1.5.0 - [x] 4.1.8.0 ### Description INFO | 4.1.5 | 4.1.8 -----|-------|------- AS_SB_TABLE | ❌...