| .. |
|
annotator
|
In retrospect, it wasn't a good idea to have FisherStrand handle reduced reads since they are always on the forward strand. For now, FS ignores reduced reads but I've added a note (and JIRA) to make this work once the RR het compression is enabled (since we will have directionality in reads then).
|
2012-12-05 02:00:35 -05:00 |
|
beagle
|
FindBugs 'Efficiency' fixes
|
2012-08-16 15:40:52 -04:00 |
|
bqsr
|
Merged bug fix from Stable into Unstable
|
2012-11-25 21:55:55 -05:00 |
|
compression/reducereads
|
Co-Reduction implementation in ReduceReads
|
2012-11-14 10:33:21 -05:00 |
|
coverage
|
Keep SNPs and indels separately for batch merging; Add options to DepthOfCoverage to count fragments (to not double-count overlapping reads of same fragment); DepthOfCoverage should now support ReducedReads; Replace recusrion with loop in DoC/package.scala (for lists longer than 5000 elements)
|
2012-11-21 15:56:53 -05:00 |
|
diagnostics
|
Bugfix for GSA-647 HaplotypeCaller misses good variant because the active region doesn't trigger for an exome
|
2012-11-01 15:34:04 -04:00 |
|
diffengine
|
Tests didn't like my note to Geraldine in the output logs; apparently it's tested in integration tests
|
2012-11-27 14:40:49 -05:00 |
|
fasta
|
Update docs
|
2012-11-27 08:24:41 -05:00 |
|
filters
|
Adding extraDocs tag per Mauricio's request
|
2012-07-25 18:23:18 -04:00 |
|
genotyper
|
Fix for GSA-615: UnifiedGenotyperEngine.getGLModelsToUse takes 5% of the runtime of UG, should be optimized away.
|
2012-12-12 20:25:45 +00:00 |
|
indels
|
Bug fix for indel HMM: protect against situation where long reads (e.g. Sanger) in a pileup can lead to a read starting after the haplotype end for a given haplotype.
|
2012-12-09 02:09:34 -05:00 |
|
phasing
|
Fix for PBT bug reported on the forum: the AD is actually output correctly now (rather than with 'null' or some gibberish memory pointer).
|
2012-12-13 23:28:30 +00:00 |
|
qc
|
ReduceReads is now scattered by contig
|
2012-12-10 15:25:27 -05:00 |
|
validation
|
Fix GenotypeAndValidate to handle SNPs and indels as reported on the forum. Recent changes to the UnifiedArgumentCollection made this stop working. Adding in JIRA to create integration tests for this tool.
|
2012-10-25 10:06:13 -04:00 |
|
varianteval
|
Merged bug fix from Stable into Unstable
|
2012-11-27 10:27:08 -05:00 |
|
variantrecalibration
|
introduce a level of indirection for the forum URLs - this new function will allow me a place to morph the URL into something that is supported by Confluence
|
2012-12-03 22:33:02 -05:00 |
|
variantutils
|
Continue to fix the case where PRIORITIZE is used but no priority list is given. While fixing that case I also removed unnecessary sorting, when the prioeity list is not provied. When the priority list is not provided, it will continue to be null. Thus, the number of original Variant Contexts should be given as a new parameter to simpleMerge (since priority might be null). This new parameter is used for checking if there are filtered VC, when annotationOrigin is true.
|
2012-12-10 22:23:58 -05: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
|
Add ActiveRegionReadState handling
|
2012-11-28 13:59:57 -05:00 |
|
Allows.java
|
Removed support for RMD in @Requires and @Allows
|
2011-08-03 15:36:55 -04:00 |
|
Attribution.java
|
…
|
|
|
BAQMode.java
|
General infrastructure for ReadTransformers
|
2012-08-31 13:42:41 -04:00 |
|
By.java
|
…
|
|
|
ClipReads.java
|
Part II of GSA-462: Consistent RODBinding access across Ref and Read trackers
|
2012-08-30 10:15:10 -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
|
Downsampling: experimental engine integration
|
2012-09-06 15:03:27 -04:00 |
|
DuplicateWalker.java
|
GATKSAMRecord refactor
|
2011-11-03 15:43:26 -04:00 |
|
FlagStat.java
|
GSA-515 Nanoscheduler GSA-550 ThreadSafeMapReduce shouldn't be super interface of TreeReducible
|
2012-09-05 17:37:56 -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
|
…
|
|
|
NanoSchedulable.java
|
Revert "Separated out the DoC calculations from the XHMM pipeline, so that CalcDepthOfCoverage can be used for calculating joint coverage on a per-base accounting over multiple samples (e.g., family samples)"
|
2012-09-10 15:52:39 -04:00 |
|
PartitionBy.java
|
…
|
|
|
PartitionType.java
|
Better default partition types for walkers
|
2011-11-01 19:47:10 -04:00 |
|
Pileup.java
|
GSA-515 Nanoscheduler GSA-550 ThreadSafeMapReduce shouldn't be super interface of TreeReducible
|
2012-09-05 17:37:56 -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
|
GSA-515 Nanoscheduler GSA-550 ThreadSafeMapReduce shouldn't be super interface of TreeReducible
|
2012-09-05 17:37:56 -04:00 |
|
RMD.java
|
…
|
|
|
ReadFilters.java
|
gatkdoc now generalized to use @Annotation. Multiple subsystems now use annotation to receive docs
|
2011-07-23 20:00:35 -04:00 |
|
ReadPairWalker.java
|
…
|
|
|
ReadWalker.java
|
Part II of GSA-462: Consistent RODBinding access across Ref and Read trackers
|
2012-08-30 10:15:10 -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
|
Part II of GSA-462: Consistent RODBinding access across Ref and Read trackers
|
2012-08-30 10:15:10 -04:00 |
|
TreeReducible.java
|
GSA-515 Nanoscheduler GSA-550 ThreadSafeMapReduce shouldn't be super interface of TreeReducible
|
2012-09-05 17:37:56 -04:00 |
|
Walker.java
|
General infrastructure for ReadTransformers
|
2012-08-31 13:42:41 -04:00 |
|
WalkerName.java
|
…
|
|
|
Window.java
|
…
|
|
|
package-info.java
|
…
|
|