gatk3的最后一个经典版本3.8
 
 
 
 
Go to file
Mark DePristo 5b0ade67c8 Updates to VCF processing for better BCF processing
-- getMetaData now split into getMetaDataInSortedOrder() [old functionality] and getMetaDataInOriginalOrder() [according to the header order].  Important as BCF uses the order of elements in the header in the offsets to keys, and we were automatically sorting the BCF2 header which is out of order in samtools and the whole system was going crazy
-- Updating GATK code to use the appropriate header function (this is why so many files have changed)
-- BCF2 code was busted in not differentiating PASS from . from FILTER in VC (tests coming that will actually stress this)
-- Bugfix for adding contig lines to BCF2 header dictionary
-- VCFHeader metaData no longer sorted internally.  The system now maintains the data in header order, and only sorts output as requested in API
-- VCFWriter and BCF2Writer now explictly sort their header lines
-- Don't allow filters to be added that are PASS in the contract
2012-07-08 15:44:33 -07:00
licensing Remove old licensing 2012-04-25 12:23:08 -04:00
protected/java Moving ReduceReads into protected 2012-06-25 17:01:33 -04:00
public Updates to VCF processing for better BCF processing 2012-07-08 15:44:33 -07:00
settings Rev tribble to 110. Log is: 2012-06-26 15:28:32 -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 ant fasttest: for when you just can't wait 2012-06-01 15:17:18 -04:00
ivy.xml Navel -> GXDB 2012-06-28 13:38:00 -04:00