| .. |
|
annotator
|
moved hard-coded file paths to the oneKGLocation, validationDataLocation, and seqLocation variables setup in the BaseTest.
|
2009-12-29 07:40:48 +00:00 |
|
concordance
|
Removed the VCF "NS" annotation (which wasn't working for pooled calls anyways) since it's ambiguous and not useful.
|
2009-12-29 17:30:47 +00:00 |
|
fasta
|
moved hard-coded file paths to the oneKGLocation, validationDataLocation, and seqLocation variables setup in the BaseTest.
|
2009-12-29 07:40:48 +00:00 |
|
filters
|
moved hard-coded file paths to the oneKGLocation, validationDataLocation, and seqLocation variables setup in the BaseTest.
|
2009-12-29 07:40:48 +00:00 |
|
genotyper
|
Removed the VCF "NS" annotation (which wasn't working for pooled calls anyways) since it's ambiguous and not useful.
|
2009-12-29 17:30:47 +00:00 |
|
indels
|
moved hard-coded file paths to the oneKGLocation, validationDataLocation, and seqLocation variables setup in the BaseTest.
|
2009-12-29 07:40:48 +00:00 |
|
recalibration
|
Recalibrator now uses NestedHashMap instead of NHashMap. The keys are now nested hash maps instead of Lists of Comparables. These results in a big speed up (thanks Tim!). There is still a little bit of clean up to do, but everything works now.
|
2009-12-29 21:01:32 +00:00 |
|
DepthOfCoverageIntegrationTest.java
|
moved hard-coded file paths to the oneKGLocation, validationDataLocation, and seqLocation variables setup in the BaseTest.
|
2009-12-29 07:40:48 +00:00 |
|
PileupWalkerIntegrationTest.java
|
moved hard-coded file paths to the oneKGLocation, validationDataLocation, and seqLocation variables setup in the BaseTest.
|
2009-12-29 07:40:48 +00:00 |
|
PrintReadsWalkerTest.java
|
A big fix for MergingSamRecordIterator, where we weren't correctly handling the comparisons of SAMRecords correctly (we weren't applying the new reference index first, so sometimes the MT contig would be ID 23, sometimes 24 in different records).
|
2009-10-02 19:35:35 +00:00 |