gatk-3.8/java/test/org/broadinstitute/sting/gatk/datasources/shards
hanna b19bb19f3d First successful test of new sharding system prototype. Can traverse over reads from a single
BAM file.


git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@2587 348d0f76-0448-11de-a6fe-93d51630548a
2010-01-15 03:35:55 +00:00
..
IntervalShardStrategyTest.java more fixes for the empty interval list problem; you can now run LocusWindow traversals with an empty interval list, but the GATK will give you a warning (unless you're running in unsafe mode). 2010-01-12 18:47:43 +00:00
IntervalShardTest.java fixed two tests affected by my previous commit 2009-08-11 17:57:50 +00:00
LinearLocusShardStrategyTest.java Aaron: 1, GenomeLoc: 0. I changed our GenomeLoc class, seperating the creation of a genome loc (with the reference setup) to a parser class. GenomeLoc now just represents the actual genomic postion. The constructors are now package-protected (to enforce using the parser), but we may want to expose some constructors in the future. 2009-06-22 14:39:41 +00:00
ShardStrategyFactoryTest.java First successful test of new sharding system prototype. Can traverse over reads from a single 2010-01-15 03:35:55 +00:00