gatk-3.8/java/src/org/broadinstitute/sting/utils
aaron cded9ec985 adding a command line option, -etd (enable threaded debugging), that uses a custom thread pool class to catch exceptions thrown inside of a thread.
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@3450 348d0f76-0448-11de-a6fe-93d51630548a
2010-05-27 21:57:56 +00:00
..
bed Refactoring intervals, separating the process of parsing interval lists, 2010-04-13 15:50:38 +00:00
classloader fixes for edge-cases when using reflections to find classes outside of the main jar. Will push as a patch to reflections 2010-04-27 17:46:46 +00:00
collections The copyright tag that I copied/pasted from a LaTeX document into IntelliJ had 2010-04-20 15:26:32 +00:00
duplicates BaseUtils has more clear distinction between byte and char routines. All char routines are @Depreciated now. Please use bytes. Better organization of reverse(), now in Utils not BaseUtils. 2010-05-20 14:05:13 +00:00
fasta Put a major.minor version into the GATK Javadoc for reading. Also, 2010-01-15 21:48:30 +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
file adding a command line option, -etd (enable threaded debugging), that uses a custom thread pool class to catch exceptions thrown inside of a thread. 2010-05-27 21:57:56 +00:00
genotype Fixed UG parallelization bug. Better integration test to catch this in the future. 2010-05-25 21:03:45 +00:00
help The copyright tag that I copied/pasted from a LaTeX document into IntelliJ had 2010-04-20 15:26:32 +00:00
interval Repair code that sorts and merges intervals. 2010-05-06 22:37:25 +00:00
pileup Genotyper now is using bytes not chars. Passes all tests. 2010-05-20 21:02:44 +00:00
sam Optimization of reference window calculation to us bytes not char and no uppercasing since reference and read bases are always uppercase now. Should remove some ~5% of runtime of UG. 2010-05-26 14:10:26 +00:00
text The copyright tag that I copied/pasted from a LaTeX document into IntelliJ had 2010-04-20 15:26:32 +00:00
threading Put a major.minor version into the GATK Javadoc for reading. Also, 2010-01-15 21:48:30 +00:00
BaseUtils.java Genotyper now is using bytes not chars. Passes all tests. 2010-05-20 21:02:44 +00:00
GenomeLoc.java code cleanup and containsStartPosition function 2009-10-27 21:53:40 +00:00
GenomeLocParser.java The copyright tag that I copied/pasted from a LaTeX document into IntelliJ had 2010-04-20 15:26:32 +00:00
GenomeLocSortedSet.java add a fix so that XL arguments won't cancel out -BTI arguments, fixed a bug for Ben where the ROD -> interval list conversion was throwing an exception, and some old code removal. 2010-04-15 16:31:43 +00:00
HeapSizeMonitor.java Checking in downsampling iterator alongside LocusIteratorByState, and removing 2010-05-17 21:00:44 +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 Misc. additions to correct utilities 2010-05-07 21:34:18 +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
QualityUtils.java BaseUtils has more clear distinction between byte and char routines. All char routines are @Depreciated now. Please use bytes. Better organization of reverse(), now in Utils not BaseUtils. 2010-05-20 14:05:13 +00:00
ReservoirDownsampler.java Experimental versions of downsampler and Ryan's deduper are now available either 2010-05-19 05:40:05 +00:00
SWPairwiseAlignment.java The copyright tag that I copied/pasted from a LaTeX document into IntelliJ had 2010-04-20 15:26:32 +00:00
SampleUtils.java a bug fix for Kiran; putting JIRA in for better type determination system for the new Tribble tracks so this doesn't happen again. 2010-05-07 03:31:43 +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 Restructuring of the mandatory read filters for traversals. Now everything uses ReadFilters, even for the required filters like being mapped for LocusWalkers. Statistics now tracked for each read filter used during the traversal and info emitted in INFO at the end. 2010-05-26 22:12:25 +00:00
WilcoxonRankSum.java The copyright tag that I copied/pasted from a LaTeX document into IntelliJ had 2010-04-20 15:26:32 +00:00
package-info.java Put a major.minor version into the GATK Javadoc for reading. Also, 2010-01-15 21:48:30 +00:00