gatk3的最后一个经典版本3.8
 
 
 
 
Go to file
Valentin Ruano-Rubio 31e58ae4ec Refactored AFCalc to remove unecessary capability limits allowing to deal
with mixed ploidies and max-alt-allele number changes dynamically.

Changes:
--------

* Moved the AFCalcFactory.Calculation enum in a top level class
    AFCalculatorImplementation.
* Given more reponsabilities to the enum like resolving the constructor
    method once per implementation and the best-model selection algorithm.
* Removed test-code only fields and methods from AFCalc; just used to perform
    unit-testing and not any actual functionality of this component.
* Removed the fixed ploidy constraint of GeneralPloidyExactAFCalc
    implementation... now can deal with mixed ploidies that may change
    per site and sample.
* Removed the fixed maxAltAllele restriction by allowing resizing of
    the stateTracker structures.
* Due to previous two points now call the the AFCalc object are passed
    the default-ploidy to assume in case some genotype in the input
    VC does not have it and the max-alt-allele.
* Also due to those changes, removed the now totally useless 3 int
    parameters from all AFCalc constructors.
* Cleaned the code a bit from no further used components and methods.
2014-09-12 14:17:36 -04:00
licensing deleted old license files 2013-07-02 16:36:47 -04:00
protected Refactored AFCalc to remove unecessary capability limits allowing to deal 2014-09-12 14:17:36 -04:00
public Moved arguments controlling options in output files into the engine 2014-09-05 21:18:11 -04:00
settings/helpTemplates changed the GATKDocs format to PHP 2014-08-18 18:04:07 -04:00
.gitignore Fixed bug using GraphBased due to infinite likelihoods resulting from the calculation of alignment cost of very long insertion or deletions (done in linear scale) 2014-04-01 16:14:52 -04:00
README.md Update README file for the 2.6 release 2013-06-20 13:08:29 -04:00
ant-bridge.sh Refactored maven directories and java packages replacing "sting" with "gatk". 2014-05-19 17:36:39 -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
pom.xml Now passing in the path to the GATK directory to tests. 2014-09-02 01:40:59 +08:00

README.md

The Genome Analysis Toolkit

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