gatk3的最后一个经典版本3.8
 
 
 
 
Go to file
Eric Banks 5d1454c6b0 Several improvements to the NA12878 knowledge base.
1. All NA12878DBWalkers that export/emit sites need to do so in order; also one should be able
to use -L with them and not have it iterate over all possible sites.
Updated ExportReviews and ExtractConsensusSites to adhere to these constraints.

2. Added the option to AssessNA12878 to have it ignore FNs that overlap with a provided VCF.
This is useful if you have a list of sites from reviews that are okay to be missed in
particular techs only (because for some reason there is coverage but no evidence of the
alternate allele in them) - intended to be used with Jenkins.

3. Hooked up the logic of complex events all the way through the KB.
Now the consensus incorporates whether a call is complex and the assessor does not penalize for them.

4. Fixed long-standing bug that I managed to find accidentally:
AssessNA12878 was closing its DB connection before its final call to includeMissingCalls().

5. Hooked up the per-call confidences through the KB.
We no longer have a 2-tiered priority system in the KB (reviews and everything else) but instead
use a quasi-Bayesian estimator (will update to proper Bayesian treatment if needed).
Now ImportCallset and ImportReviews assigns confidences as appropriate.
Also needed to fix up the consensus logic for calls with UNKNOWN status.
2013-07-18 11:05:36 -04:00
licensing deleted old license files 2013-07-02 16:36:47 -04:00
protected - Added per-sample AlleleBiasedDownsampling capability to HaplotypeCaller 2013-07-12 16:22:02 -04:00
public SAMReaderID: fix bug with hash code and equals() method 2013-07-15 13:57:00 -04:00
settings Rev picard, sam-jdk, tribble, and variant to version 1.91.1453 2013-05-07 14:21:15 -04:00
.gitignore Detect stuck lock-acquisition calls, and disable file locking for tests 2013-04-24 22:49:02 -04:00
README.md Update README file for the 2.6 release 2013-06-20 13:08:29 -04:00
build.xml Fail gracefully in the packaging system when bcel is not installed 2013-07-02 15:50:51 -04: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 Brought all of ReduceReads to fastutils 2013-02-23 22:53:23 -05:00

README.md

The Genome Analysis Toolkit

See http://www.broadinstitute.org/gatk/