-- allowMissingVCFHeaders is now part of -U argument. If you want specifically unsafe VCF processing you need -U LENIENT_VCF_PROCESSING. Updated lots of files to use this -- LENIENT_VCF_PROCESSING disables on the fly VCF header cleanup. This is now implemented via a member variable, not a class variable, which I believe was changing the GATK behavior during integration tests, causing some files to fail that pass when run as a single test because the header reading behavior was changing depending on previous failures. |
||
|---|---|---|
| .. | ||
| writer | ||
| AlleleUnitTest.java | ||
| GenotypeLikelihoodsUnitTest.java | ||
| GenotypeUnitTest.java | ||
| GenotypesContextUnitTest.java | ||
| VCFJarClassLoadingUnitTest.java | ||
| VariantContextBenchmark.java | ||
| VariantContextTestProvider.java | ||
| VariantContextUnitTest.java | ||
| VariantContextUtilsUnitTest.java | ||
| VariantJEXLContextUnitTest.java | ||