| .. |
|
annotator
|
Two new annotations:
|
2010-01-29 23:23:00 +00:00 |
|
concordance
|
Added a walker to the vcf tools compilation: one that combines vcf records. Both merges and unions are supported (see documentation... when it gets written this week).
|
2010-01-10 06:45:11 +00:00 |
|
coverage
|
Fix for overflow issues
|
2010-01-27 13:37:16 +00:00 |
|
fasta
|
Ups, I did it again. Fixing the bug introduced in a previous commit: use correct length of the indel event.
|
2010-01-27 21:51:54 +00:00 |
|
filters
|
VariantFiltration now accepts any number of --name --filter expressions, and annotates the VCF file with each name that matches. Very useful
|
2010-01-29 12:13:08 +00:00 |
|
genotyper
|
The UG calculations are now driven by an independent engine.
|
2010-02-01 20:57:31 +00:00 |
|
indels
|
More plumbing: if after the shift window contains indel(s) at the first position, do not throw an exception, just print the warning (we can not deal with this situation!!) and discard those indels without trying to call them. This situation will most probably arise after forced shift over a messy region anyway.
|
2010-02-04 21:06:28 +00:00 |
|
qc
|
1. Added functionality to the data sources to allow engine to get mapping from input files to (merged) read group ids from those files.
|
2010-02-04 04:12:49 +00:00 |
|
recalibration
|
Added -name argument to AnalyzeAnnotations that allows one to specify the name of the annotation to be used on the plots. Instead of seeing AB and DP, one can add -name AB,AlleleBalance -name DP,Depth
|
2010-01-29 20:48:53 +00:00 |
|
varianteval
|
Moved VariantEval to core. Updated integration test md5s to reflect new Analysis class names.
|
2010-02-02 00:22:15 +00:00 |
|
Allows.java
|
@Required / @Allows flags for main arguments.
|
2009-05-19 23:26:17 +00:00 |
|
By.java
|
Switch TraverseByLoci over to new sharding system, and cleanup some code in passing read files along
|
2009-05-15 21:02:12 +00:00 |
|
ClipReadsWalker.java
|
Enhance the I/O management system to support custom headers and set the presorted flag
|
2010-01-12 18:21:42 +00:00 |
|
DataSource.java
|
Framework for ROD walkers -- totally experiment and not working right now
|
2009-09-12 19:13:15 +00:00 |
|
DuplicateWalker.java
|
Removed used routines in duputils; duplicatequals to archive; docs for new duplicate traversal code; general code cleanup; bug fixes for combineduplicates; integration tests for combine duplicates walker
|
2009-12-29 19:46:29 +00:00 |
|
FixBAMSortOrderTag.java
|
More documentation for walkers that I'm familiar with in the collection of core walkers.
|
2009-12-11 18:02:33 +00:00 |
|
FlagStatWalker.java
|
More documentation for walkers that I'm familiar with in the collection of core walkers.
|
2009-12-11 18:02:33 +00:00 |
|
LocusWalker.java
|
Cleaned division of responsibilities between arguments to map function. Reference has been changed
|
2009-08-04 21:01:37 +00:00 |
|
LocusWindowWalker.java
|
ReadBackedPileup in all its glory. Documented, aligned with the output of LocusIteratorByState, and caching common outputs for performance
|
2009-11-25 20:54:44 +00:00 |
|
PileupWalker.java
|
Refactoring and migration of new allele/variantcontext/genotype code into oneoffprojects. NOT FOR USE. PlinkRod commented out due to dependence on this new, rapidly changing interface.
|
2010-01-26 13:53:29 +00:00 |
|
PrintRODsWalker.java
|
More documentation for walkers that I'm familiar with in the collection of core walkers.
|
2009-12-11 18:02:33 +00:00 |
|
PrintReadsWalker.java
|
More documentation for walkers that I'm familiar with in the collection of core walkers.
|
2009-12-11 18:02:33 +00:00 |
|
RMD.java
|
Windowed access to the reference.
|
2009-08-05 16:29:15 +00:00 |
|
ReadFilters.java
|
Better support for specifying read filters to apply directly from the walkers.
|
2009-07-09 23:59:53 +00:00 |
|
ReadWalker.java
|
Cleaned division of responsibilities between arguments to map function. Reference has been changed
|
2009-08-04 21:01:37 +00:00 |
|
RefWalker.java
|
Added REFERENCE_BASES required annotation for performance
|
2009-06-18 21:03:57 +00:00 |
|
Reference.java
|
Windowed access to the reference.
|
2009-08-05 16:29:15 +00:00 |
|
Requires.java
|
@Required / @Allows flags for main arguments.
|
2009-05-19 23:26:17 +00:00 |
|
RodWalker.java
|
Framework for ROD walkers -- totally experiment and not working right now
|
2009-09-12 19:13:15 +00:00 |
|
SplitSamFileWalker.java
|
More documentation for walkers that I'm familiar with in the collection of core walkers.
|
2009-12-11 18:02:33 +00:00 |
|
TreeReducible.java
|
N-way parallelism. Works for small test cases. Untested for large test cases.
|
2009-05-01 19:34:09 +00:00 |
|
Walker.java
|
Reads now have new traversal flag: generateExtendedEvents(). Support added to GenomeAnalysisEngine and Walker. This is a silent and transparent framework change that no existing code is going to see. The actual code that makes use of the new flag (which is false by default) will be committed separately...
|
2009-12-28 19:52:44 +00:00 |
|
WalkerName.java
|
Make command-line arguments available in walker constructor, provide back door from
|
2009-03-26 20:45:27 +00:00 |
|
Window.java
|
Windowed access to the reference.
|
2009-08-05 16:29:15 +00:00 |
|
package-info.java
|
Turn javadoc comments for packages and classes into key/value pairs in a properties file. Embed the properties file
|
2009-12-04 20:08:41 +00:00 |