- Nov 03, 2012
-
-
Aaron authored
-
- Nov 03, 2011
- Oct 26, 2011
-
-
Aaron authored
-
- Sep 30, 2011
-
-
Aaron authored
-
- Sep 23, 2011
-
-
Aaron authored
-
- Sep 07, 2011
-
-
Aaron authored
-
- Apr 04, 2011
-
-
Aaron authored
-
- Jan 31, 2011
-
-
Aaron authored
-
- Jan 21, 2011
-
-
Aaron authored
-
- Sep 22, 2010
-
-
Aaron authored
-
- Aug 16, 2010
-
-
Aaron authored
-
- Jul 26, 2010
-
-
Aaron authored
-
- Jul 18, 2010
-
-
Aaron authored
-
- Jul 06, 2010
-
-
Aaron authored
-
- Jul 05, 2010
-
-
Aaron authored
-
- Jun 29, 2010
-
-
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.
-
- May 06, 2010
-
-
Aaron authored
-
- May 05, 2010
-
-
Aaron authored
-
- Mar 29, 2010
-
-
Aaron authored
-
- Mar 24, 2010
-
-
Aaron authored
-
- Mar 23, 2010
-
-
Aaron authored
-
- Mar 10, 2010
-
-
Aaron authored
-
- Feb 19, 2010
-
-
Aaron authored
1. Fixed bug to "re-allow" track and "browser" lines. 2. Fixed bug in reporting BEDPE overlaps. 3. Fixed bug when using type "notboth" with BAM files in pairToBed. 4. When comparing BAM files to BED/GFF annotations with intersectBed or pairToBed, the __aligned__ sequence is used, rather than the __original__ sequence. 5. Greatly increased the speed of pairToBed when using BAM alignments. 6. Fixed a bug in bamToBed when reporting edit distance from certain aligners.
-
- Feb 03, 2010
-
-
Aaron authored
1. The start and end coordinates for BED and BEDPE entries created by bamToBed are now based on the __aligned__ sequence, rather than the original sequence. It's obvious, but I missed it originally...sorry. 2. Fixed a bug in bamToBed that caused a crash when created BED / BEDPE from "spliced" BAM alignments. 3. Added an error message to mergeBed preventing one from using "-n" and "-nms" together. 4. Fixed a bug in pairToBed that caused neither -type "notispan" nor "notospan" to behave as described.
-
- Jan 28, 2010
- Jan 23, 2010
-
-
Aaron authored
-
- Jan 11, 2010
-
-
Aaron authored
-
- Jan 10, 2010
-
-
Aaron authored
-
- Dec 19, 2009
-
-
Aaron authored
Rewrote complementBed to use a slower but much simpler approach. This resolves several bugs with the previous logic.
-
- Nov 27, 2009
-
-
Aaron authored
This becomes the new model for handling files/stdin, rather than duplicating the main logic of each porgram in a block for files and a block for stdin. Much slicker.
-
- Nov 19, 2009
- Oct 27, 2009
-
-
Aaron authored
1. Updated the mergeBed documentation to describe the -names option which allows one to report the names of the features that were merged (separated by semicolons).
-
- Oct 23, 2009
-
-
Aaron authored
Changed windowBed to optionally define the left and right windows according to strandedness.
-
- Oct 21, 2009
-
-
Aaron authored
The memory usage is now less than 2.0 Gb.
-
- Oct 20, 2009
-
-
Aaron authored
Fixed an obvious bug in subtractBed causing incorrect behavior when two features in B overlapped with a feature in A.
-