| .. |
|
cmdLine
|
Package level documentation -- helps new users get acclimated to the codebase more quickly.
|
2009-06-17 16:27:48 +00:00 |
|
duplicates
|
Revised ROD system. Split the system in Basic type and interface. Enabled more control over rod accessing, including an initialize() function to fetch headers and other options from the file. Added general tabular rod, which has a named columns and supports a map<String,String> interface. Comes with shiny new Junit system for RODs. Also, added simple python script for accessing picard data.
|
2009-05-14 21:06:28 +00:00 |
|
fasta
|
Package level documentation -- helps new users get acclimated to the codebase more quickly.
|
2009-06-17 16:27:48 +00:00 |
|
genotype
|
a rename for consistancy of Sam to SAM, creating a genotype utils dir, and moving the GLF code into it.
|
2009-06-11 17:46:06 +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
|
Package level documentation -- helps new users get acclimated to the codebase more quickly.
|
2009-06-17 16:27:48 +00:00 |
|
threading
|
Package level documentation -- helps new users get acclimated to the codebase more quickly.
|
2009-06-17 16:27:48 +00:00 |
|
windowmaker
|
template for windowmaker utility -- total non-functional
|
2009-05-07 18:13:03 +00:00 |
|
BaseUtils.java
|
Finishing checking for building
|
2009-06-17 14:12:40 +00:00 |
|
BasicPileup.java
|
Added some methods to format bases such that read bases on the forward strand are in uppercase, while those on the negative strand are lowercase. This does *not* affect the default functionality of the standard PileupWalker
|
2009-06-10 17:31:00 +00:00 |
|
ComparableSAMRecord.java
|
more comparisons
|
2009-06-19 16:46:05 +00:00 |
|
FileProgressTracker.java
|
moved a bunch of files over to the logging system. In some cases I ballparked the severity level of an error, so if you see something wrong feel free to make changes.
|
2009-03-27 14:02:55 +00:00 |
|
GenomeLoc.java
|
FIxed a nasty bug in GenomeLoc compareContigs; we were using '==' to compare Integer contig ID's. The surprising thing is that it actually works for Integers > -127 and < 128 (they're cached by the JVM, so it's actually comparing the underlying ints). Switched over GenomeLoc contigs to int based.
|
2009-06-17 20:19:47 +00:00 |
|
GenomeLocSortedSet.java
|
Added back end code support for Sharding based on genomic location for reads. Changed the sharding
|
2009-05-26 20:57:46 +00:00 |
|
GenotypeUtils.java
|
minor changes
|
2009-05-26 21:03:06 +00:00 |
|
JVMUtils.java
|
intercept NullPointerException and rethrow it with (marginally) comprehensible error message when an attempt to get class source code location fails
|
2009-05-29 15:56:55 +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
|
major restructuring of generalized variant analysis framework. Now trivally easy to add additional analyses. Easy partitioning of all analyses by features, such as singleton status. Now has transition/transversional bias, counting, dbSNP coverage, HWE violation, selecting of variants by presence/absense in dbs. Also restructured the ROD system to make it easier to add tracks. Also, added the interval track -- if you provide an interval list, then the system autoatmically makese this available to you as a bound rod -- you can always find out where you are in the interval at every site. Python scripts improved to handle more merging, etc, into population snps.
|
2009-06-05 23:34:37 +00:00 |
|
PackageUtils.java
|
Methods for finding classes given a path and finding classes that implement a given interface. This stuff was mostly copied from private methods in WalkerManager, so there's some code redundancy. At some point, those calls could be replaced with these.
|
2009-06-18 22:43:19 +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
|
Cleaned code and reorganized -- moving in the right direction for v2
|
2009-06-18 22:28:34 +00:00 |
|
ReadBackedPileup.java
|
Behold MultiSampleCaller!
|
2009-06-16 20:03:24 +00:00 |
|
RefHanger.java
|
Added convenience functions for RefHanger
|
2009-05-01 21:14:40 +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
|
major restructuring of generalized variant analysis framework. Now trivally easy to add additional analyses. Easy partitioning of all analyses by features, such as singleton status. Now has transition/transversional bias, counting, dbSNP coverage, HWE violation, selecting of variants by presence/absense in dbs. Also restructured the ROD system to make it easier to add tracks. Also, added the interval track -- if you provide an interval list, then the system autoatmically makese this available to you as a bound rod -- you can always find out where you are in the interval at every site. Python scripts improved to handle more merging, etc, into population snps.
|
2009-06-05 23:34:37 +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 |