| .. |
|
CNV
|
Nope, loads of integration tests had to be changed.
|
2012-05-07 14:30:42 -04:00 |
|
annotator
|
Nope, loads of integration tests had to be changed.
|
2012-05-07 14:30:42 -04:00 |
|
beagle
|
Minor tweaks to T2D-related qscripts. Replacing old md5s from the BeagleIntegrationTest. All differences boiled down either to the accounting of genotypes changed (./. --> 0/0 is no longer a "changed" genotype, and original genotypes that were ./. are represented as OG=. rather than OG=./. .)
|
2012-01-23 08:25:34 -05:00 |
|
bqsr
|
Removed old GATKReport code and moved the new stuff in its place.
|
2012-05-18 01:44:31 -04:00 |
|
coverage
|
DoC now properly handles reference N bases + misc. additional cleanups
|
2012-02-25 11:32:50 -05:00 |
|
diagnostics
|
Extensive refactoring of the GATKReports. This was a beast.
|
2012-05-18 01:11:26 -04:00 |
|
diffengine
|
Has anyone else ever noticed that the DiffEngine outputs were always doubled for some reason? That no longer happens with the new reports.
|
2012-05-18 02:32:20 -04:00 |
|
fasta
|
Removing the legacy -L "interval1;interval2" syntax
|
2011-11-21 13:18:53 -05:00 |
|
filters
|
Again, fixing the add call when we really mean replace
|
2011-11-21 19:15:56 -05:00 |
|
genotyper
|
a) Fully functional and working multiallelic exact model for pools. Needs cleanup/more testing. b) Better unit test for pool genotype likelihoods - it now optionally generates actual noisy pileups that can be used for assessing GL accuracy, c) Totally experimental, hidden option in VariantsToTable to output genotype fields. Specifying -GF will output columns of form Sample.FieldName - needs also more testing
|
2012-05-14 10:55:35 -04:00 |
|
indels
|
Revving Picard to pick up new SamFileHeaderMerger.
|
2012-05-02 16:47:28 -04:00 |
|
phasing
|
- Added option to output the father's allele first in phased child haplotypes - BUG corrected causing wrong phasing of child/father pairs
|
2012-05-03 10:36:49 -04:00 |
|
qc
|
First version of VariantContextBuilder
|
2011-11-18 11:06:15 -05:00 |
|
recalibration
|
Patching special case in the adaptor clipping
|
2012-01-11 17:47:44 -05:00 |
|
validation
|
Nope, loads of integration tests had to be changed.
|
2012-05-07 14:30:42 -04:00 |
|
varianteval
|
Extensive refactoring of the GATKReports. This was a beast.
|
2012-05-18 01:11:26 -04:00 |
|
variantrecalibration
|
Nope, loads of integration tests had to be changed.
|
2012-05-07 14:30:42 -04:00 |
|
variantutils
|
Forgot that the VCFStreamingOntegrationTest uses VE
|
2012-05-18 02:51:53 -04:00 |
|
BAQIntegrationTest.java
|
merge master
|
2011-10-25 16:08:39 -04:00 |
|
ClipReadsWalkersIntegrationTest.java
|
Updating MD5s for updated BAM with read groups
|
2011-10-06 12:15:48 -07:00 |
|
FlagStatIntegrationTest.java
|
Adding integration test for Flag Stat
|
2012-04-10 22:40:38 -04:00 |
|
PileupWalkerIntegrationTest.java
|
Had some free time, so I unplugged extended events from the walkers. Now they exist only in LocusIteratorByState, but ReadProperties.generateExtendedEvents() always returns false so that block is never actually executed anymore. I don't want to touch LIBS because I think David is in there right now.
|
2012-04-02 14:27:36 -04:00 |
|
PrintReadsIntegrationTest.java
|
Bug fix for: https://getsatisfaction.com/gsa/topics/problem_with_indelrealigner_and_l_unmapped
|
2012-04-27 09:58:38 -04:00 |
|
PrintReadsUnitTest.java
|
Better location for the downsampling of reads in PrintReads
|
2012-01-14 14:06:09 -05:00 |