gatk3的最后一个经典版本3.8
 
 
 
 
Go to file
Mark DePristo 4281498c2c Improvements to NA12878KnowledgeBase system
-- Cleaned up code for SiteIterator.
-- Added a generic error handling system for the SiteIterator.  Created approaches to simply throw errors when invalid records are found, to log them, and to remove them from the sites collection.
-- By default getCalls() produces a SiteIterator that removes incorrectly formatted records from the DB
-- Created NA12878KnowledgeBaseServer GATK walker that (1) continually finds newly added records to the sites database and rebuilds the consensus as needed and (2) archives the reviewed sites to a VCF file upon server termination
-- More, better unit tests everywhere
-- Adding infrastructure to find only newly added sites to the NA12878KnowledgeBase.  Uses mongos ordering of _id to obtain the records (and the sites) of variants newly added to the sites collection.  This is essential infrastructure to write a NA12878KnowledgeBase server that continually keeps the consensus records updated as new sites are added to the database
2012-11-27 14:26:23 -05:00
licensing Final final final version of the license. 2012-07-20 18:00:02 -04:00
protected/java Merging latest CMI updates with UNSTABLE 2012-11-27 09:08:00 -05:00
public Equal overlap should match right/later region 2012-11-27 13:03:13 -05:00
settings Final r119 tribble jar 2012-11-02 14:30:33 -04:00
.gitignore adding some directories to gitignore 2012-09-27 11:09:41 -04:00
build.xml Merging CMI-0.5.0 and GATK-2.2 together. 2012-11-14 10:42:03 -05:00
intellij_example.tar.bz2 Removed the intellij files from the root and made an example package for new users. This allows users to start at the same page and then change it as they see fit without interfering with the repo (thanks guillermo!) 2012-09-27 11:04:56 -04:00
ivy.xml Updated google reflections due to stale slf4j version conflicting with other projects also trying to use Queue as a component. 2012-10-16 02:22:30 -04:00