gatk3的最后一个经典版本3.8
 
 
 
 
Go to file
David Roazen 8eab59419d Ant-based walker dependency analyzer
-Given a list of walkers and a pair of git commits, determines whether each of the
 walkers has compile-time dependencies on the Java classes changed between the two
 commits.

-Output is in the form of a Java properties file, and can be easily loaded via
 the Properties class. Example output:

 org.broadinstitute.sting.gatk.walkers.bed.MergeIntervalLists=true
 org.broadinstitute.sting.gatk.walkers.genotyper.UnifiedGenotyper=false
 org.broadinstitute.sting.gatk.walkers.haplotypecaller.HaplotypeCaller=false
 org.broadinstitute.sting.gatk.walkers.na12878kb.NA12878DBWalker=true
 org.broadinstitute.sting.gatk.walkers.readutils.PrintReads=false

 "true" indicates that the walker does have compile-time dependencies on one or
 more of the changed Java classes, "false" indicates no dependencies

-Considers classes within changed jar files as well, provided the jars are stored
 in our git repository (as they are with tribble, picard, etc.)

-Ant-based solution with a shell script frontend. The previous Java-based solution
 had several issues and introduced problematic dependencies into the GATK.
2013-07-02 13:49:04 -04:00
licensing Removing the symlink from the private license file 2013-02-09 12:57:44 -05:00
protected Merge pull request #298 from broadinstitute/md_likelihood_rank_sum 2013-06-27 11:14:25 -07:00
public Update licenses for new PbsEngine* classes 2013-07-01 15:50:20 -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 Restore scala compilation by default in build.xml 2013-05-31 11:28:29 -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/