gatk-3.8/java/test/org/broadinstitute/sting
ebanks 1ec305cd15 Fix for running the cleaner at the lane-level for known indels only: instead of relying on the reads to get the reference sequence, we now use an IndexedFastaSequenceFile in all cases and pad the reference with bases on either end. This allows us to deal with cases in which we are trying to clean just a single deletion-containing read with tiny LOD (so the read needs to be pushed off the seen reference; @Reference doesn't yet work for Read Walkers) and has the added benefit of allowing us now to get much larger known indels that aren't completely covered with reads.
Thanks to Matt for the advice.

Also, for Guillermo: while I was at it, I changed the .stats debug output to emit the original interval instead of the cleaned region.



git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@4058 348d0f76-0448-11de-a6fe-93d51630548a
2010-08-19 11:31:13 +00:00
..
alignment Disabled AlignerIntegrationTest while addressing build machine memory issues. 2010-08-14 01:23:21 +00:00
commandline The copyright tag that I copied/pasted from a LaTeX document into IntelliJ had 2010-04-20 15:26:32 +00:00
gatk Fix for running the cleaner at the lane-level for known indels only: instead of relying on the reads to get the reference sequence, we now use an IndexedFastaSequenceFile in all cases and pad the reference with bases on either end. This allows us to deal with cases in which we are trying to clean just a single deletion-containing read with tiny LOD (so the read needs to be pushed off the seen reference; @Reference doesn't yet work for Read Walkers) and has the added benefit of allowing us now to get much larger known indels that aren't completely covered with reads. 2010-08-19 11:31:13 +00:00
oneoffprojects/walkers fixing a bug that Eric found with RODs for reads, where some records could be omitted. Sorry Eric! 2010-06-29 21:38:55 +00:00
playground remove testing code from tribble track builder, set the command line program in walker test to null to reclaim memory in integration tests, and removed some orphaned intergration tests. 2010-08-16 23:52:01 +00:00
utils Getting rid of GenotypeWriter interface. Of note: 2010-08-13 16:33:22 +00:00
BaseTest.java Moving pointer to b36 reference from /broad/1KG to /humgen/1kg 2010-08-13 00:54:34 +00:00
WalkerTest.java remove testing code from tribble track builder, set the command line program in walker test to null to reclaim memory in integration tests, and removed some orphaned intergration tests. 2010-08-16 23:52:01 +00:00