- 04 Aug, 2010 1 commit
-
-
Aaron authored
1. Fixed bug where an extra tab is inserted prior to \n in the report*Newline methods. 2. Fixed bug causing incorrect behavior when first bed feature has stant and end = 0.
-
- 26 Jul, 2010 1 commit
-
-
Aaron authored
-
- 23 Jul, 2010 2 commits
- 22 Jul, 2010 2 commits
- 21 Jul, 2010 1 commit
-
-
Aaron authored
-
- 18 Jul, 2010 3 commits
- 17 Jul, 2010 6 commits
- 15 Jul, 2010 3 commits
- 06 Jul, 2010 6 commits
- 05 Jul, 2010 4 commits
- 04 Jul, 2010 4 commits
-
-
Aaron authored
Fixed bug in groupBy and added logic to enforce that strings are numeric when asking for nueric ops.
-
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
-
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.
-
- 01 Jul, 2010 2 commits
- 30 Jun, 2010 1 commit
-
-
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.
-
- 29 Jun, 2010 4 commits
-
-
Aaron authored
-
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.
-