gatk3的最后一个经典版本3.8
 
 
 
 
Go to file
Eric Banks ebd5404124 Fixed the add functionality of GenomeLocSortedSet.
* Fixed GenomeLocSortedSet.add() to ensure that overlapping intervals are detected and an exception is thrown.
 * Fixed GenomeLocSortedSet.addRegion() by merging it with the add() method; it now produces sorted inputs in all cases.
 * Cleaned up duplicated code throughout the engine to create a list of intervals over all contigs.
 * Added more unit tests for add functionality of GLSS.
 * Resolves GSA-775.
2013-02-28 23:31:00 -05:00
licensing Removing the symlink from the private license file 2013-02-09 12:57:44 -05:00
protected Merge pull request #73 from broadinstitute/eb_remove_nested_hashmap_GSA-732 2013-02-28 05:19:56 -08:00
public Fixed the add functionality of GenomeLocSortedSet. 2013-02-28 23:31:00 -05:00
settings Haplotype/Allele based optimizations for the HaplotypeCaller that knock off nearly 20% of the total runtime (multi-sample). 2013-02-21 10:14:11 -05:00
.gitignore Fixing the licensing scripts 2013-01-26 13:42:49 -05:00
build.xml Experimental script to run tests using class-level parallelism on the farm 2013-02-28 16:51:58 -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
ivy.xml Brought all of ReduceReads to fastutils 2013-02-23 22:53:23 -05:00