gatk3的最后一个经典版本3.8
 
 
 
 
Go to file
Mark DePristo bd7ed0d028 Enable efficient parallel output of BCF2
-- Previous IO stub was hardcoded to write VCF.  So when you ran -nt 2 -o my.bcf you actually created intermediate VCF files that were then encoded single threaded as BCF.  Now we emit natively per thread BCF, and use the fast mergeInfo code to read BCF -> write BCF.  Upcoming optimizations to avoid decoding genotype data unnecessarily will enable us to really quickly process BCF2 in parallel
-- VariantContextWriterStub forces BCF output for intermediate files
-- Nicer debug log message in BCF2Codec
-- Turn off debug logging of BCF2LazyGenotypesDecoder
-- BCF2FieldWriterManager now uses .debug not .info, so you won't see all of that field manager debugging info with BCF2 any longer
-- VariantContextWriterFactory.isBCFOutput now has version that accepts just a file path, not path + options
2012-08-15 21:13:15 -04:00
licensing Revert unintentional license change 2012-08-09 17:10:47 -04:00
protected/java Expanded the BQSR reporting script 2012-08-12 13:45:14 -04:00
public Enable efficient parallel output of BCF2 2012-08-15 21:13:15 -04:00
settings Updating cofoja to the latest version 2012-08-09 16:36:18 -04:00
.gitignore Minor additions to the shared .gitignore file, now that Mark has checked one in. 2011-10-26 12:24:28 -04:00
build.xml Fix an issue with the classpath for external builds in build.xml 2012-08-15 16:08:21 -04:00
ivy.xml Updating cofoja to the latest version 2012-08-09 16:36:18 -04:00