gatk-3.8/public/java/test/org/broadinstitute/sting
Eric Banks b6839b3049 Added checking in the GATK for mis-encoded quality scores.
The check is performed by a Read Transformer that samples (currently set to once
every 1000 reads so that we don't hurt overall GATK performance) from the input
reads and checks to make sure that none of the base quals is too high (> Q60). If
we encounter such a base then we fail with a User Error.

* Can be over-ridden with --allow_potentially_misencoded_quality_scores.
* Also, the user can choose to fix his quals on the fly (presumably using PrintReads
  to write out a fixed bam) with the --fix_misencoded_quality_scores argument.

Added unit tests.
2012-12-03 11:18:41 -05:00
..
commandline Refactored argument matching to support other plugins in addition to file lists. 2012-10-15 15:10:45 -04:00
gatk Reads are required to be sorted 2012-11-28 13:59:58 -05:00
jna Updated hard limit MathUtils.MAXN number of samples from 11,000 to 50,000. 2012-05-29 11:18:22 -04:00
utils Added checking in the GATK for mis-encoded quality scores. 2012-12-03 11:18:41 -05:00
BaseTest.java Extensive unit tests, contacts, and documentation for RecalDatum 2012-07-31 08:11:03 -04:00
MD5DB.java Finalizing BCF2 mark III commit 2012-06-21 15:16:27 -04:00
MD5Mismatch.java Final updates to integration tests for BCF2 2012-05-24 10:58:59 -04:00
StingTextReporter.java Reorganized the codebase beneath top-level public and private directories, 2011-06-28 06:55:19 -04:00
TestNGTestTransformer.java Add custom TestNGTestTransformer that adds a maximum test runtime of 10 minutes to all testng tests 2012-11-01 15:34:12 -04:00
WalkerTest.java Renaming -cnt to -nct for consistency 2012-09-05 21:13:19 -04:00