gatk3的最后一个经典版本3.8
 
 
 
 
Go to file
Eric Banks 3724d4e5f3 Various small fixes for CalculateGenotypePosteriors based on feedback from guys in Ben Neale's group.
Note that this tool is still a work in progress and very experimental, so isn't 100% stable.  Most of
the features are untested (both by people and by unit/integration tests) because Chris Hartl implemented
it right before he left, and we're going to need to add tests at some point soon.  I added a first
integration test in this commit, but it's just a start.

The fixes include:

1. Stop having the genotyping code strip out AD values.  It doesn't make sense that it should do this so
I don't know why it was doing that at all.
Updated GenotypeGVCFs so that it doesn't need to manually recover them anymore.
This also helps CalculateGenotypePosteriors which was losing the AD values.
Updated code in LeftAlignAndTrimVariants to strip out PLs and AD, since it wasn't doing that before.
Updated the integration test for that walker to include such data.

2. Chris was calling Math.pow directly on the normalized posteriors which isn't safe.
Instead, the normalization routine itself can revert back to log scale in a safe manner so let's use it.
Also, renamed the variable to posteriorProbabilities (and not likelihoods).

3. Have CGP update the AC/AF/AN counts after fixing GTs.
2014-02-14 13:48:14 -05:00
licensing deleted old license files 2013-07-02 16:36:47 -04:00
protected Various small fixes for CalculateGenotypePosteriors based on feedback from guys in Ben Neale's group. 2014-02-14 13:48:14 -05:00
public Various small fixes for CalculateGenotypePosteriors based on feedback from guys in Ben Neale's group. 2014-02-14 13:48:14 -05:00
settings Switched commited dependency repository from ivy to maven. 2014-02-03 13:50:46 -05:00
.gitignore Rev Picard (public) to 1.107.1676 2014-02-04 22:04:28 -05:00
README.md Update README file for the 2.6 release 2013-06-20 13:08:29 -04:00
ant-bridge.sh Add ability to run *KnowledgeBaseTests to maven 2014-02-11 14:08:24 -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
pom.xml Removed use of rt.jar now that com.sun annotations are no longer used. 2014-02-13 12:16:26 +08:00

README.md

The Genome Analysis Toolkit

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