| .. |
|
annotator
|
Now, if a dbsnp rod is passed to either the UnifiedGenotyper or VariantAnnotator, a DB=0/1 annotation is added (in addition to filling in the ID field); this is in line with 1KG project calls. If no dbsnp rod is used, the annotation is not added (as opposed to setting every entry to DB=0).
|
2010-01-25 17:27:12 +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
|
Optimizations:
|
2009-12-16 21:39:58 +00:00 |
|
fasta
|
added changes to the code to allow different types of interval merging,
|
2009-12-23 21:59:14 +00:00 |
|
filters
|
Pushed header initialization out of the GenotypeWriter constructors and into a writeHeader method, in preparation for parallelization.
|
2009-12-18 19:16:41 +00:00 |
|
genotyper
|
Now, if a dbsnp rod is passed to either the UnifiedGenotyper or VariantAnnotator, a DB=0/1 annotation is added (in addition to filling in the ID field); this is in line with 1KG project calls. If no dbsnp rod is used, the annotation is not added (as opposed to setting every entry to DB=0).
|
2010-01-25 17:27:12 +00:00 |
|
indels
|
Bug: ExpandedSAMRecord did not treat hard-clipped bases ('H') correctly. Fixed.
|
2010-01-25 19:23:44 +00:00 |
|
qc
|
Made the VCF validator a simple rod walker instead of having it be in a separate package.
|
2010-01-15 06:39:06 +00:00 |
|
recalibration
|
Fixing no platform warning message.
|
2010-01-25 19:46:50 +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
|
In extended event lines, now prints deletions in verbose format as well (e.g. "-AAT")
|
2009-12-30 21:57:20 +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 |