gatk3的最后一个经典版本3.8
 
 
 
 
Go to file
Alex Baumann 024ec69e97 Modify GATK command line header for unique keys
The GATK command line header keys were being repeated in the VCF and
subsequently lost to a single key value by HTSJDK.  This resolves
the issue by appending the name of the walker after the text
"GATKCommandLine" and a number after that if the same walker was
used more than once in the form: GATKCommandLine.(walker name) for
the first occurrence of the walker, and GATKCommandLine.(walker name).#
where # is the number of the occurrence of the walker (e.g.
GATKCommandLine.SomeWalker.2 for the second occurrence of SomeWalker).
Integration test added to EngineFeaturesIntegrationTest to verify
two runs of same walker follow expected form.

Resolves #909
See also: HTSJDK #43
2015-04-02 13:56:11 -04:00
licensing Updated license information 2014-10-14 17:10:12 -04:00
protected Merge pull request #904 from broadinstitute/pd_orig_dp 2015-03-30 09:01:33 -04:00
public Modify GATK command line header for unique keys 2015-04-02 13:56:11 -04:00
settings/helpTemplates Output JSON version of docs for Galaxy 2014-10-09 06:42:25 -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 Added faster built executable, non-packaged jars. 2014-11-05 00:30:46 +08: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 Faster builds, with updates to documentation generation. 2014-11-05 00:32:23 +08:00

README.md

The Genome Analysis Toolkit

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