- Aug 31, 2011
-
-
Aaron authored
-
- Jun 23, 2011
-
-
Aaron authored
-
- Jun 17, 2011
- Apr 04, 2011
-
-
Aaron authored
-
- Jan 03, 2011
-
-
Aaron authored
-
- Sep 22, 2010
-
-
Aaron authored
-
- Aug 06, 2010
-
-
Aaron authored
-
- Jul 23, 2010
-
-
Aaron authored
-
- Jul 18, 2010
- Jul 17, 2010
- Jul 04, 2010
-
-
Aaron authored
1. Fixed bug in BamAncillary::getBamBlocks where the switch statement was misbehaving. Changed to if/else 2. Added countSplitHits to bedFile class to proper count coverage from "blocked" alignments. Previously, coverage was counted separately for __each__ block yet what we actually want is the base coverage to be counted for each block, but we only want the blocks to be treated as __one__ alignment or feature. 3. Updated coverageBed to use getBamBlocks.
-
- Jun 30, 2010
-
-
Aaron authored
1. Added support for VCF 4.0. BED.end is based on the size of the REF allele in the VCF entry. 2. Fixed a bug in BamReader.cpp that bombed when seq and qual are == "*" 3. Changed the Makefiles to inherit flags from the master Makefile in the root directory. 4. Fixed a bug in bedToBam to created incorrect CIGAR strings for the first block.
-
- Jun 29, 2010
-
-
Aaron authored
-
- Jun 07, 2010
-
-
Aaron authored
1. Created separate structs for BED and BEDCOV in order to reduce memory consumption. Savings of ~30%. 2. Changed the binning approach to make 16kb bins the most granular. IntersectBed is now 1/3 faster as a result. 3. Templated the parsing and reporting functions in bedFile. Had to move them to the header file to avoid linker complications. 4. Added CHRPOS as a common type.
-
- May 04, 2010
- Apr 26, 2010
- Apr 15, 2010
- Mar 29, 2010
-
-
Aaron authored
-
- Mar 23, 2010
- Mar 17, 2010
-
-
Aaron authored
1. Added the -hist option (credit to Jose Bras). 2. Substantially improved the speed by using a depth iterator instead of copying the depth map for each feature in B when computing coverage.
-
- Jan 23, 2010
-
-
Aaron authored
There was a problem with the way args with a value were being parsed.
-
- Jan 11, 2010
-
-
Aaron authored
-
- Jan 05, 2010
-
-
Aaron authored
-
- Jan 04, 2010
- Jan 03, 2010
-
-
Aaron authored
-
- Jan 01, 2010
- Dec 30, 2009
- Dec 20, 2009
-
-
Aaron authored
1. Got parseGffLine working 2. Added GFF support to the reportBed* methods. 3. Cleaned up the stdin / parsing logic and centralized it within bedFile.cpp. This removes some of the complexity from each of the tools and tidies the codebase overall.
-