| .. |
|
annotator
|
A brief implementation of a QD calculation that is not quite so bimodal for known variants (multiplicatively penalizes QD by (n variant samples)/(n variant alleles) ). Not sure how helpful this will be (which is why it is in oneoffs). Seems nice on MCKD1, but I'm still playing with the optimization.
|
2010-08-13 15:42:37 +00:00 |
|
varianteval
|
Occasionally if a JEXL expression results in no variants being captured (like "QD > 20.0" on filtered variants) the per-sample mapping from samples to eval objects can be empty. This semi-hacky fix prevents null pointer exceptions in setting up the resulting empty table (by jumping straight to it in this case)
|
2010-08-13 15:37:45 +00:00 |
|
AlignedReadsHistoWalker.java
|
Modifications to the output system for better interaction with @Output. Multiplexed arguments. More details in the Monday meeting.
|
2010-08-22 14:27:05 +00:00 |
|
AlleleBalanceHistogramWalker.java
|
Modifications to the output system for better interaction with @Output. Multiplexed arguments. More details in the Monday meeting.
|
2010-08-22 14:27:05 +00:00 |
|
AnnotationByAlleleFrequencyWalker.java
|
VariantContext has now moved over to Tribble, and the VCF4 parser is now the only VCF parser in town. Other changes include:
|
2010-08-05 18:47:53 +00:00 |
|
BaseTransitionTableCalculatorJavaWalker.java
|
Modifications to the output system for better interaction with @Output. Multiplexed arguments. More details in the Monday meeting.
|
2010-08-22 14:27:05 +00:00 |
|
BeagleOutputByDepthWalker.java
|
Modifications to the output system for better interaction with @Output. Multiplexed arguments. More details in the Monday meeting.
|
2010-08-22 14:27:05 +00:00 |
|
CountIntervals.java
|
Modifications to the output system for better interaction with @Output. Multiplexed arguments. More details in the Monday meeting.
|
2010-08-22 14:27:05 +00:00 |
|
CreateTiTvTrack.java
|
Modifications to the output system for better interaction with @Output. Multiplexed arguments. More details in the Monday meeting.
|
2010-08-22 14:27:05 +00:00 |
|
DSBWalkerV3.java
|
Modifications to the output system for better interaction with @Output. Multiplexed arguments. More details in the Monday meeting.
|
2010-08-22 14:27:05 +00:00 |
|
DbSNPWindowCounter.java
|
Modifications to the output system for better interaction with @Output. Multiplexed arguments. More details in the Monday meeting.
|
2010-08-22 14:27:05 +00:00 |
|
DesignFileGeneratorWalker.java
|
Modifications to the output system for better interaction with @Output. Multiplexed arguments. More details in the Monday meeting.
|
2010-08-22 14:27:05 +00:00 |
|
DownsamplingValidationWalker.java
|
A downsampling validator. Compares the generated pileup passed in from the alignment context to the reads,
|
2010-05-23 21:49:54 +00:00 |
|
ErrorRatePerReadPosition.java
|
Modifications to the output system for better interaction with @Output. Multiplexed arguments. More details in the Monday meeting.
|
2010-08-22 14:27:05 +00:00 |
|
GCCalculatorWalker.java
|
Modifications to the output system for better interaction with @Output. Multiplexed arguments. More details in the Monday meeting.
|
2010-08-22 14:27:05 +00:00 |
|
IOCrusherWalker.java
|
Restructuring of ReferenceContext and ReadWalkers to accept a ReferenceContext. Now ReferenceContext is byte[] backed not char[]. Please no more chars for the reference. All of the tests pass now. Coming check-ins are going to clean up the char / byte problems in the GATK
|
2010-05-19 23:27:55 +00:00 |
|
IndelAnnotator.java
|
Modifications to the output system for better interaction with @Output. Multiplexed arguments. More details in the Monday meeting.
|
2010-08-22 14:27:05 +00:00 |
|
IndelConsistencyReadCounter.java
|
Useful tool for calculating the perentage of misaligned reads at homozygous non-ref indel sites
|
2010-08-11 17:57:44 +00:00 |
|
IndelDBRateWalker.java
|
Modifications to the output system for better interaction with @Output. Multiplexed arguments. More details in the Monday meeting.
|
2010-08-22 14:27:05 +00:00 |
|
IndelErrorRateWalker.java
|
Modifications to the output system for better interaction with @Output. Multiplexed arguments. More details in the Monday meeting.
|
2010-08-22 14:27:05 +00:00 |
|
MendelianViolationClassifier.java
|
Modifications to the output system for better interaction with @Output. Multiplexed arguments. More details in the Monday meeting.
|
2010-08-22 14:27:05 +00:00 |
|
MismatchCounterWalker.java
|
Modifications to the output system for better interaction with @Output. Multiplexed arguments. More details in the Monday meeting.
|
2010-08-22 14:27:05 +00:00 |
|
MismatchHistoWalker.java
|
Modifications to the output system for better interaction with @Output. Multiplexed arguments. More details in the Monday meeting.
|
2010-08-22 14:27:05 +00:00 |
|
NeighborhoodQualityWalker.java
|
Modifications to the output system for better interaction with @Output. Multiplexed arguments. More details in the Monday meeting.
|
2010-08-22 14:27:05 +00:00 |
|
PairedQualityScoreCountsWalker.java
|
Modifications to the output system for better interaction with @Output. Multiplexed arguments. More details in the Monday meeting.
|
2010-08-22 14:27:05 +00:00 |
|
QualityScoreByStrandWalker.java
|
The copyright tag that I copied/pasted from a LaTeX document into IntelliJ had
|
2010-04-20 15:26:32 +00:00 |
|
ReadErrorRateWalker.java
|
Modifications to the output system for better interaction with @Output. Multiplexed arguments. More details in the Monday meeting.
|
2010-08-22 14:27:05 +00:00 |
|
ReadQualityScoreWalker.java
|
Modifications to the output system for better interaction with @Output. Multiplexed arguments. More details in the Monday meeting.
|
2010-08-22 14:27:05 +00:00 |
|
RealignedReadCounter.java
|
VariantContext has now moved over to Tribble, and the VCF4 parser is now the only VCF parser in town. Other changes include:
|
2010-08-05 18:47:53 +00:00 |
|
ReplaceQuals.java
|
Modifications to the output system for better interaction with @Output. Multiplexed arguments. More details in the Monday meeting.
|
2010-08-22 14:27:05 +00:00 |
|
TestReadFishingWalker.java
|
Modifications to the output system for better interaction with @Output. Multiplexed arguments. More details in the Monday meeting.
|
2010-08-22 14:27:05 +00:00 |
|
TestVariantContextWalker.java
|
Modifications to the output system for better interaction with @Output. Multiplexed arguments. More details in the Monday meeting.
|
2010-08-22 14:27:05 +00:00 |
|
VCF4WriterTestWalker.java
|
Modifications to the output system for better interaction with @Output. Multiplexed arguments. More details in the Monday meeting.
|
2010-08-22 14:27:05 +00:00 |
|
ValidateRODForReads.java
|
Modifications to the output system for better interaction with @Output. Multiplexed arguments. More details in the Monday meeting.
|
2010-08-22 14:27:05 +00:00 |