- Jul 25, 2011
-
-
Aaron authored
-
- Jul 13, 2011
-
-
Aaron authored
-
- Jul 01, 2011
-
-
Aaron authored
-
- Jun 23, 2011
-
-
Aaron authored
-
- Jun 14, 2011
-
-
Aaron authored
-
- Apr 01, 2011
-
-
Aaron authored
-
- Jan 25, 2011
-
-
Aaron authored
Needed to initialize BEDCOV.zeroLength to false.
-
- Jan 21, 2011
-
-
Aaron authored
greatly simplified the mergeBed algorithm. MUCH more elegant now.
-
- Jan 19, 2011
-
-
Aaron authored
-
- Jan 14, 2011
- Jan 06, 2011
-
-
Aaron authored
-
- Jan 03, 2011
-
-
Aaron authored
-
- Dec 03, 2010
-
-
Aaron authored
-
- Sep 22, 2010
-
-
Aaron authored
-
- Sep 21, 2010
-
-
Aaron authored
-
- Aug 18, 2010
-
-
Aaron authored
1. Added new version of BamTools supporting uncompressed BAM. 2. Added -ubam option to intersectBed. 3. First functional release of annotateBed. 4. Updated GetEditDistance calls to GetTag(NM) per the new API change in BamTools.
-
- Aug 04, 2010
- Jul 23, 2010
-
-
Aaron authored
-
- Jul 18, 2010
- Jul 17, 2010
- Jul 15, 2010
-
-
Aaron authored
-
- Jul 04, 2010
-
-
Aaron authored
A. Fixed massive bug in parseBedLine that disallowed BED features with start = 0. Bad news. 1. Moved ToString to lineFileUtilities 2. Added tabFile class. Works with gzip as well. 3. Changed groupBy to use the new TabFile class. 4. Added new collapse feature to groupBy.
-
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
-
Aaron authored
-
Aaron authored
1. Reset BED.strand to be string instead of char in the interest of generality. 2. Fixed bug in genomeCoverageBed where NULL entries where genome summaries were err. reported with -bga. 3. Fixed bug in closestBed where NULL entries were err. reported when BED > 6. 4. Standardized the Open, Get, Close idiom per improvements from Gordon Assaf. 5. Add "split" logic to bamToBed.
-
- 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 03, 2010
-
-
Aaron authored
1. Added BAM support to windowBed. 2. Forced correct BEDPE ordering for bamToBed. 3. Added default overlapFraction = 0.0 to bedFile prototype.
-
- Apr 26, 2010
-
-
Aaron authored
-
- Apr 22, 2010
-
-
Aaron authored
1. Added an enum for BED line status in an effort to handle header and blank lines in an input file. 2. Modified the Open/Get/Close idiom to only test against BED_INVALID status. Only intersectBed and bedFile.cpp were updated. 3. Added AddBamTag to BaumAux.h 4. Wrote bamFillMateSeq
-
- Apr 15, 2010
- Apr 12, 2010
-
-
Aaron authored
- Allows one to report 0 overlap for non-overlapping A features - Changed all private memeber variables to use "_VAR" notation. - Added convenience functions for reporting overlaps.
-
- 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.
-