| .. |
|
cmdLine
|
Update gsadevelopers -> gsahelp.
|
2009-09-20 23:36:54 +00:00 |
|
containers
|
A priority-queue-like container that allows you to add a specified number of elements. When the limit has been reached, new additions replace the lower scoring elements.
|
2009-06-24 15:39:47 +00:00 |
|
duplicates
|
Cleanup emergency fixes for out-of-bounds issues in reference retrieval. Fix spelling mistakes.
|
2009-07-06 15:41:30 +00:00 |
|
fasta
|
Better handling of fasta files with non-standard extensions.x
|
2009-07-09 18:18:48 +00:00 |
|
fastq
|
Improvements to make this work with uncompressed fastq files. Pulled the fastq parser out into it's own SAMFileReader-like entity.
|
2009-09-03 17:20:16 +00:00 |
|
genotype
|
little fixes; also fixed a tyPo
|
2009-09-18 22:38:51 +00:00 |
|
io
|
Package level documentation -- helps new users get acclimated to the codebase more quickly.
|
2009-06-17 16:27:48 +00:00 |
|
sam
|
General-purpose management of output streams.
|
2009-08-23 00:56:02 +00:00 |
|
threading
|
Package level documentation -- helps new users get acclimated to the codebase more quickly.
|
2009-06-17 16:27:48 +00:00 |
|
AlignmentUtils.java
|
the life in the magical kingdom of fully spec-conforming SAM files would be so... magical. For now, however, there are plenty of ways to end up with inconsistent SAM records. For instance, a SAM file with missing header will result in SAM records with ref. name set, but getReferenceIndex() returning null. This, in turn, was tripping isReadUnmapped(). The method is now fixed, so that it suffices to have *either* reference name *or* reference index set for the read to be considered mapped (the flag is still checked)
|
2009-09-14 16:04:19 +00:00 |
|
BaseUtils.java
|
N reference base fix for SSG
|
2009-09-09 21:19:36 +00:00 |
|
BasicPileup.java
|
-deal with offsets that can be -1
|
2009-09-16 16:44:57 +00:00 |
|
ComparableSAMRecord.java
|
only compare pair position for paired end reads
|
2009-07-08 04:07:08 +00:00 |
|
ExpandingArrayList.java
|
Now uses expanding array list for coverage histograms. No hard limit on maximum depth now
|
2009-09-16 23:27:25 +00:00 |
|
GenomeLoc.java
|
Easier to print GenomeLoc compareTo()
|
2009-09-12 19:10:35 +00:00 |
|
GenomeLocParser.java
|
changes to make GenomeLoc string parsing 25% faster
|
2009-09-21 22:37:47 +00:00 |
|
GenomeLocSortedSet.java
|
added a big speed-up for interval list input processing. With large interval sets this was taking way too long...
|
2009-07-13 22:00:00 +00:00 |
|
GenotypeUtils.java
|
Changes to switch Variant Eval over to the new Variation system.
|
2009-09-14 05:34:33 +00:00 |
|
JVMUtils.java
|
Support for specifying SAMFileReaders and SAMFileWriters as @Arguments directly. *Very*
|
2009-07-29 16:11:45 +00:00 |
|
ListUtils.java
|
@ListUtils - Bugfix in getQScoreOrderStatistic: method would attempt to access an empty list fed into it. Now it checks for null pointers and returns 0.
|
2009-08-27 19:31:53 +00:00 |
|
LogisticRegressor.java
|
Several changes to CovariateCounter walker to print more tables (called vs. observed Q scores), bug fixes to LogisticRecalibrationWalker and LogisticRegressor, and print string functionality added to Pair.
|
2009-04-28 00:37:48 +00:00 |
|
MalformedGenomeLocException.java
|
A fix for the 'rod blows up when it hits a GenomeLoc outside the reference' issu
|
2009-06-02 18:14:46 +00:00 |
|
MathUtils.java
|
@ListUtils - Bugfix in getQScoreOrderStatistic: method would attempt to access an empty list fed into it. Now it checks for null pointers and returns 0.
|
2009-08-27 19:31:53 +00:00 |
|
MergingIterator.java
|
General purpose merging iterator implementation
|
2009-09-12 19:06:15 +00:00 |
|
PackageUtils.java
|
Switched to Reflections (http://code.google.com/p/reflections/) project for
|
2009-07-21 18:32:22 +00:00 |
|
Pair.java
|
The building blocks for segmenting covariate counting data by read group.
|
2009-06-04 19:55:24 +00:00 |
|
PathUtils.java
|
Added a method to refresh an NFS mount point (necessary to prevent NFS flakiness when running on the LSF farm.
|
2009-05-21 19:31:54 +00:00 |
|
Pileup.java
|
General purpose pileup code -- you can use these features to obtain detailed pileup data from reads and offsets. Useful for all pileup based walkers. Expanded support for rodSAMPileup to enable the new ValidatingPileupWalker, which takes a samtools pileup output and checks that GATK gives identical output as samtools on a per base and per qual pileup. It's going to be a very useful validation tool.
|
2009-04-14 22:13:10 +00:00 |
|
Predicate.java
|
Push core / playground lower into the tree.
|
2009-03-23 23:19:54 +00:00 |
|
PrimitivePair.java
|
Push core / playground lower into the tree.
|
2009-03-23 23:19:54 +00:00 |
|
QualityUtils.java
|
Support for original quality scores OQ flag. pQ flag in TableRecalibation to preserve quality scores below a threshold (defaulting to 5)
|
2009-08-28 14:14:21 +00:00 |
|
ReadBackedPileup.java
|
-deal with offsets that can be -1
|
2009-09-16 16:44:57 +00:00 |
|
RefHanger.java
|
Fixed genome loc to be immutable, the only way to now change it's values is through the GenomeLocParser.
|
2009-06-30 19:17:24 +00:00 |
|
SWPairwiseAlignment.java
|
-set indel cleaning walkers to be in core package
|
2009-07-24 05:23:29 +00:00 |
|
StingException.java
|
Changed Sting exception from a base exception to a runtime exception. This makes it so you can throw it without the consumer having to check it, and hopefully people will be more inclined to use it.
|
2009-04-29 22:09:41 +00:00 |
|
Utils.java
|
bug fixes to LIBS and LIBH following ultra-aggressive regression testing across 454, solid, and solexa
|
2009-09-09 15:36:12 +00:00 |
|
package.html
|
Package level documentation -- helps new users get acclimated to the codebase more quickly.
|
2009-06-17 16:27:48 +00:00 |
|
xReadLines.java
|
Documentation and cleanup of xReadLines.
|
2009-03-25 15:36:21 +00:00 |