gatk-3.8/public/java/src/org/broadinstitute/sting/gatk
Mark DePristo b4f482a421 NanoScheduled ActiveRegionTraversal and HaplotypeCaller
-- Made CountReadsInActiveRegions Nano schedulable, confirming identical results for linear and nano results
-- Made Haplotype NanoScheduled, requiring misc. changes in the map/reduce type so that the map() function returns a List<VariantContext> and reduce actually prints out the results to disk
-- Tests for NanoScheduling
  -- CountReadsInActiveRegionsIntegrationTest now does NCT 1, 2, 4 with CountReadsInActiveRegions
  -- HaplotypeCallerParallelIntegrationTest does NCT 1,2,4 calling on 100kb of PCR free data
-- Some misc. code cleanup of HaplotypeCaller
-- Analysis scripts to assess performance of nano scheduled HC
-- In order to make the haplotype caller thread safe we needed to use an AtomicInteger for the class-specific static ID counter in SeqVertex and MultiDebrujinVertex, avoiding a race condition where multiple new Vertex() could end up with the same id.
2013-05-13 11:09:02 -04:00
..
arguments Extended the allele-biased down-sampling functionality to handle reduced reads. 2013-04-26 11:23:17 -04:00
contexts Move BaseUtils back to the GATK by request, along with associated utility methods 2013-01-30 13:09:44 -05:00
datasources Change Long to long 2013-04-30 09:21:10 -04:00
downsampling Extended the allele-biased down-sampling functionality to handle reduced reads. 2013-04-26 11:23:17 -04:00
examples Rarely-occurring logic bugfix for GenotypeConcordance, streamlining and testing of MathUtils 2013-03-28 23:25:28 -04:00
executive NanoScheduled ActiveRegionTraversal and HaplotypeCaller 2013-05-13 11:09:02 -04:00
filters Added check in the MalformedReadFilter for reads without stored bases (i.e. that use '*'). 2013-03-14 17:17:26 -04:00
io Fixed the logic of the @Output annotation and its interaction with 'required'. 2013-03-14 11:58:51 -04:00
iterators Added the functionality to impose a relative ordering on ReadTransformers in the GATK engine. 2013-03-06 12:38:59 -05:00
phonehome Fix more tests that fail when run in parallel on the farm 2013-03-12 16:53:30 -04:00
refdata Detect stuck lock-acquisition calls, and disable file locking for tests 2013-04-24 22:49:02 -04:00
report Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
resourcemanagement Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
samples Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
traversals NanoScheduled ActiveRegionTraversal and HaplotypeCaller 2013-05-13 11:09:02 -04:00
walkers - Fixed a small bug in the printout of molten data in GenotypeConcordance 2013-05-02 09:16:07 -04:00
CommandLineExecutable.java Final cleanup and unit testing for GATKRunReport 2013-02-02 15:06:56 -05:00
CommandLineGATK.java Refactored GATKDocs categories some more ( GSATDG-62 ) 2013-02-13 16:49:18 -05:00
GenomeAnalysisEngine.java Detect stuck lock-acquisition calls, and disable file locking for tests 2013-04-24 22:49:02 -04:00
ReadMetrics.java Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
ReadProperties.java LIBS can now (optionally) track the unique reads it uses from the underlying read iterator 2013-01-11 15:17:16 -05:00
WalkerManager.java Collapse the downsampling fork in the GATK engine 2013-01-28 01:50:30 -05:00
package-info.java Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00