gatk-3.8/java/src/org/broadinstitute/sting/gatk
ebanks f874e548aa Shame on us. FlagStat used ints instead of longs, so we ended up getting negative read counts
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@4022 348d0f76-0448-11de-a6fe-93d51630548a
2010-08-13 03:00:57 +00:00
..
arguments Removing used --enable_overlap_filters argument; Eric assures me this won't break the currently broken tests 2010-08-09 22:27:13 +00:00
contexts fix for a problem in readNextRecord() of BFS, where we'd go looking for the next record far into in the next contig because (f.getEnd() >= start) was never true once we cycled to a new conitg. Added a check for contig identity. Also, removed duplicate HW calculation classes in the GATK and Tribble. 2010-08-11 17:01:38 +00:00
datasources Massive cleanup of read filtering. 2010-08-11 20:17:11 +00:00
examples Bug fixes for interval batching in sharding system. Sharding system now batches intervals and passes 2010-02-05 21:47:54 +00:00
executive Massive cleanup of read filtering. 2010-08-11 20:17:11 +00:00
filters Massive cleanup of read filtering. 2010-08-11 20:17:11 +00:00
io Unit, integration, and performance tests are all busted, so this is a good time to make a big commit... 2010-08-10 04:18:29 +00:00
iterators Massive cleanup of read filtering. 2010-08-11 20:17:11 +00:00
refdata moving tests over from the GATK to Tribble, and added a speed-up to the readNextRecord() that Mark suggested. Also removed the contained flag from the queries to Tribble in the GATK. 2010-08-10 17:54:59 +00:00
traversals Massive cleanup of read filtering. 2010-08-11 20:17:11 +00:00
walkers Shame on us. FlagStat used ints instead of longs, so we ended up getting negative read counts 2010-08-13 03:00:57 +00:00
CommandLineExecutable.java merging now very close to working. Bug todo in writer and vcf infrastructure. Can almost create merged snp and indel files 2010-07-02 20:09:25 +00:00
CommandLineGATK.java Changed logging level to default at INFO instead of WARN. 2010-08-09 16:42:48 +00:00
DownsampleType.java We're unable to make the naive deduper more worldly, so we're killing it instead. 2010-06-18 13:54:27 +00:00
DownsamplingMethod.java We're unable to make the naive deduper more worldly, so we're killing it instead. 2010-06-18 13:54:27 +00:00
GATKErrorReport.java The copyright tag that I copied/pasted from a LaTeX document into IntelliJ had 2010-04-20 15:26:32 +00:00
GenomeAnalysisEngine.java Massive cleanup of read filtering. 2010-08-11 20:17:11 +00:00
ReadMetrics.java Massive cleanup of read filtering. 2010-08-11 20:17:11 +00:00
ReadProperties.java Massive cleanup of read filtering. 2010-08-11 20:17:11 +00:00
WalkerManager.java Exposed CommandLineFunction defaults to the Queue.jar command line (see -help). 2010-08-11 21:58:26 +00:00
package-info.java Put a major.minor version into the GATK Javadoc for reading. Also, 2010-01-15 21:48:30 +00:00