gatk-3.8/java/test/org/broadinstitute/sting
depristo 86df10ec09 UnitTests for ConsensusSpan infrastructure
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@5929 348d0f76-0448-11de-a6fe-93d51630548a
2011-06-02 22:44:52 +00:00
..
alignment Quick fix for Danny Lieber: flesh out the additional functionality required 2011-01-31 05:28:37 +00:00
commandline Fixed long-standing bug reported by Mauricio where @Arguments assigned to 2011-01-12 22:18:24 +00:00
datasources/pipeline Removed deprecated getDbsnpFile. 2011-02-08 21:12:15 +00:00
gatk Adding integration test to cover the case of a read that only covers an insertion (i.e. no M in the CIGAR string). 2011-06-02 21:02:47 +00:00
jna Added pipeline for calling FCP in batches called MultiFullCallingPipeline. 2011-02-15 18:26:14 +00:00
oneoffprojects/walkers Incorporating old feedback from eric: @deprecated methods should not be @deprecated, but rather protected, and the test's package moved to where it can access those test methods. 2011-05-23 18:06:05 +00:00
playground/gatk/walkers UnitTests for ConsensusSpan infrastructure 2011-06-02 22:44:52 +00:00
utils Stop running away from my commits, test modules. 2011-06-02 13:05:53 +00:00
BaseTest.java Added pipeline for calling FCP in batches called MultiFullCallingPipeline. 2011-02-15 18:26:14 +00:00
StingTextReporter.java Cleanup testng listener configuration. 2010-11-15 23:43:14 +00:00
WalkerTest.java The previous version of the UG was always creating BAQ'd pileups for the underlying site QUAL calculation. This resulted in some slowdown in the code. But as far as I can tell, the code actually didn't apply the BAQ'd base quality anywhere when the BAQ field wasn't in the read, so this just saves us 20% of the runtime when BAQ isn't enabled from heading into the BAQ subsystem when we don't actually want to get the BAQ'd base qualities. 2011-05-27 14:00:52 +00:00