gatk-3.8/public/java/src/org/broadinstitute/sting/gatk/walkers
Ryan Poplin 63213e8eb5 Expanding the HaplotypeCaller integration tests to cover a wider range of data 2012-08-22 14:18:44 -04:00
..
annotator Expanding the HaplotypeCaller integration tests to cover a wider range of data 2012-08-22 14:18:44 -04:00
beagle FindBugs 'Efficiency' fixes 2012-08-16 15:40:52 -04:00
bqsr Merge branch 'master' of ssh://gsa2.broadinstitute.org/humgen/gsa-scr1/gsa-engineering/git/unstable 2012-08-21 10:21:47 -04:00
coverage Added category docs for the remaining public walkers (I think I got them all). I removed a couple of totally unnecessary walkers. 2012-07-25 21:40:28 -04:00
diagnostics FindBugs 'Maintainability' fixes 2012-08-16 15:53:06 -04:00
diffengine FindBugs 'Maintainability' fixes 2012-08-16 15:53:06 -04:00
fasta Fixed bug in FastaAlternateReferenceMaker when input VCF has overlapping deletions as reported a while back on GS 2012-08-01 10:45:04 -04:00
filters Adding extraDocs tag per Mauricio's request 2012-07-25 18:23:18 -04:00
genotyper Fixing merge conflicts 2012-08-20 20:38:25 -04:00
indels Fix merge conflicts 2012-08-16 20:45:52 -04:00
phasing Hmm, not good. Fixing the math in PBT resulted in changed MD5s for integration tests that look like significant changes. I am reverting and will report this to Laurent. 2012-08-16 21:41:18 -04:00
qc Adding categories for the remaining uncategorized walkers 2012-07-30 11:35:08 -04:00
validation Bugfix for incorrect allele counting in IndelSummary 2012-08-01 15:45:12 -04:00
varianteval Thanks to Guillermo I was able to isolate an instance of where the MLEAC > AN. It turns out that this is valid, e.g. when PLs are all 0s for a sample we no-call it but it's allowed to factor into the MLE (since that's the contract with the exact model). Removing the check in UG and instead protecting for it in the AlleleCount stratification. 2012-08-20 01:16:23 -04:00
variantrecalibration Updating the checkType() function to include the new StructuralIndel variant type. Fixes outstanding broken integration test. 2012-08-22 07:33:10 -07:00
variantutils Docs for --keepOriginalAC were wrong in SelectVariants 2012-08-22 13:07:13 -04:00
ActiveRegionExtension.java Refactoring/fixing up UG HMM code: a) Make code use PairHMM class instead of having duplicated code. That way UG and HaplotypeCaller now use same core code. Changes to be able to do this: 1. Compute context-dependent GOP as a function of read, not of haplotype, b) Extracted code to initialize HMM arrays into separate method, c) Move PairHMM class and unit test to public, d) Reenable banded code in PairHMM, inverted sense of flag (true=enable feature) but leave off in HaplotypeCaller. 2012-04-17 14:22:48 -04:00
ActiveRegionWalker.java Fix GSA-137: Having both DataSource.REFERENCE and DataSource.REFERENCE_BASES is confusing to end users. 2012-08-17 14:55:38 -04:00
Allows.java
Attribution.java
BAQMode.java
By.java
ClipReads.java Quick pass of FindBugs 'should be static inner class' fixes. 2012-08-08 14:42:06 -04:00
DataSource.java Fix GSA-137: Having both DataSource.REFERENCE and DataSource.REFERENCE_BASES is confusing to end users. 2012-08-17 14:55:38 -04:00
Downsample.java
DuplicateWalker.java
FlagStat.java Added category docs for the remaining public walkers (I think I got them all). I removed a couple of totally unnecessary walkers. 2012-07-25 21:40:28 -04:00
LocusWalker.java Fix GSA-137: Having both DataSource.REFERENCE and DataSource.REFERENCE_BASES is confusing to end users. 2012-08-17 14:55:38 -04:00
Multiplex.java
Multiplexer.java
PartitionBy.java
PartitionType.java
Pileup.java Better docs for verbose output of Pileup 2012-08-15 21:55:08 -04:00
PrintRODs.java Added category docs for the remaining public walkers (I think I got them all). I removed a couple of totally unnecessary walkers. 2012-07-25 21:40:28 -04:00
PrintReads.java Adding extraDocs tag per Mauricio's request 2012-07-25 18:23:18 -04:00
RMD.java
ReadFilters.java
ReadPairWalker.java
ReadWalker.java Fix GSA-137: Having both DataSource.REFERENCE and DataSource.REFERENCE_BASES is confusing to end users. 2012-08-17 14:55:38 -04:00
RefWalker.java Fix GSA-137: Having both DataSource.REFERENCE and DataSource.REFERENCE_BASES is confusing to end users. 2012-08-17 14:55:38 -04:00
Reference.java
RemoveProgramRecords.java Add a RemoveProgramRecords annotation 2012-08-03 09:54:16 -04:00
Requires.java
RodWalker.java
SplitSamFile.java Added category docs for the remaining public walkers (I think I got them all). I removed a couple of totally unnecessary walkers. 2012-07-25 21:40:28 -04:00
TreeReducible.java
Walker.java Few category changes 2012-07-25 17:23:02 -04:00
WalkerName.java
Window.java
package-info.java