gatk-3.8/public/java/src/org/broadinstitute/sting/utils
MauricioCarneiro 1dd284a5bb Merge pull request #39 from broadinstitute/tj_printreads_tag_for_bqsr_GSA-720
PrintReads writes a header when used with -BQSR
2013-02-15 07:18:28 -08:00
..
R R issue in Queue fixed. 2013-01-28 14:42:20 -05:00
activeregion Use base List and Map types in the HaplotypeCaller when possible. 2013-01-30 17:09:27 -05:00
analysis Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
baq Fixing BQSR/BAQ bug: 2013-01-31 11:03:17 -05:00
classloader Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
clipping Use base List and Map types in the HaplotypeCaller when possible. 2013-01-30 17:09:27 -05:00
codecs Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
collections -Added Per-Sample Contamination Removal to UnifiedGenotyper: Added an @Advanced option to the StandardCallerArgumentCollection, a file which should 2013-02-04 18:24:36 -05:00
crypt Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
duplicates Move BaseUtils back to the GATK by request, along with associated utility methods 2013-01-30 13:09:44 -05:00
exceptions Refactored GATKDocs categories some more ( GSATDG-62 ) 2013-02-13 16:49:18 -05:00
fasta Move BaseUtils back to the GATK by request, along with associated utility methods 2013-01-30 13:09:44 -05:00
file Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
fragments Move some VCF/VariantContext methods back to the GATK based on feedback 2013-01-29 16:56:55 -05:00
genotyper Fixed non-determinism in HaplotypeCaller and some UG calls - 2013-02-12 15:43:29 -05:00
help Refactored GATKDocs categories some more ( GSATDG-62 ) 2013-02-13 16:49:18 -05:00
instrumentation Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
interval Move some VCF/VariantContext methods back to the GATK based on feedback 2013-01-29 16:56:55 -05:00
io Encrypt GATK AWS keys using the GATK private key, and decrypt as needed as a resource when uploading to AWS logs 2013-01-30 16:42:23 -05:00
locusiterator LIBS optimization for adapter clipping 2013-01-25 16:05:17 -05:00
nanoScheduler Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
pairhmm Final version of PairHMMs with correct edge conditions 2013-02-09 19:19:22 -05:00
pileup Move BaseUtils back to the GATK by request, along with associated utility methods 2013-01-30 13:09:44 -05:00
pileup2 Reorganized the codebase beneath top-level public and private directories, 2011-06-28 06:55:19 -04:00
progressmeter Resolves Genome Sequence Analysis GSA-750 Don't print an endless series of starting messages from the ProgressMeter 2013-02-04 15:47:30 -05:00
recalibration The Bayesian calculation of Qemp in the BQSR is now hierarchical. This fixes issues in which the covariate bins were very sparse and the prior estimate being used was the original quality score. This resulted in large correction factors for each covariate which breaks the equation. There is also now a new option, qlobalQScorePrior, which can be used to ignore the given (very high) quality scores and instead use this value as the prior. 2013-01-28 15:56:33 -05:00
runtime Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
sam PrintReads writes a header when used with -BQSR 2013-02-14 22:19:14 -05:00
text Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
threading Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
variant Replace org.broadinstitute.variant with jar built from the Picard repo 2013-02-05 17:24:25 -05:00
wiggle Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
AutoFormattingTime.java Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
BaseUtils.java - Added more comprehensive tests for consensus creation to RR. Still need to add tests for I/D ops. 2013-02-01 15:37:19 -05:00
BitSetUtils.java Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
ContigComparator.java Generalize and fixup ContigComparator 2013-02-09 09:52:13 -05:00
GenomeLoc.java Added distance across contigs calculation to GenomeLocs 2013-02-07 16:31:41 -05:00
GenomeLocParser.java Refactoring and unit testing GenomeLocParser 2013-01-30 09:47:47 -05:00
GenomeLocSortedSet.java Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
Haplotype.java Use base List and Map types in the HaplotypeCaller when possible. 2013-01-30 17:09:27 -05:00
HasGenomeLocation.java Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
HeapSizeMonitor.java Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
IndelUtils.java Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
LRUCache.java Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
MRUCachingSAMSequenceDictionary.java Refactoring and unit testing GenomeLocParser 2013-01-30 09:47:47 -05:00
MannWhitneyU.java Move some VCF/VariantContext methods back to the GATK based on feedback 2013-01-29 16:56:55 -05:00
MathUtils.java Making band pass filter size, sigma, active region max size and extension all accessible from the command line 2013-01-24 13:47:59 -05:00
Median.java Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
MendelianViolation.java Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
MultiThreadedErrorTracker.java Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
NGSPlatform.java Expand NGSPlatform to meet SAM 1.4 spec, with full unit tests 2013-02-09 11:16:21 -05:00
PathUtils.java Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
QualityUtils.java Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
SWPairwiseAlignment.java Updating licenses manually 2013-01-29 17:27:53 -05:00
SampleUtils.java Move some VCF/VariantContext methods back to the GATK based on feedback 2013-01-29 16:56:55 -05:00
SequenceDictionaryUtils.java Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
SimpleTimer.java Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00
UnvalidatingGenomeLoc.java Refactoring the SimpleGenomeLoc into the now public utility UnvalidatingGenomeLoc and the RR-specific FinishedGenomeLoc. 2013-01-30 10:45:29 -05:00
Utils.java Final version of PairHMMs with correct edge conditions 2013-02-09 19:19:22 -05:00
package-info.java Updated all JAVA file licenses accordingly 2013-01-10 17:06:41 -05:00