* ReadTransformers can say they must be first, must be last, or don't care.
* By default, none of the existing ones care about ordering except BQSR (must be first).
* This addresses a bug reported on the forum where BAQ is incorrectly applied before BQSR.
* The engine now orders the read transformers up front before applying iterators.
* The engine checks for enabled RTs that are not compatible (e.g. both must be first) and blows up (gracefully).
* Added unit tests.
|
||
|---|---|---|
| .. | ||
| commandline | ||
| gatk | ||
| jna | ||
| utils | ||
| BaseTest.java | ||
| ExampleToCopyUnitTest.java | ||
| MD5DB.java | ||
| MD5Mismatch.java | ||
| StingTextReporter.java | ||
| TestNGTestTransformer.java | ||
| WalkerTest.java | ||