- Mar 18, 2014
-
-
nkindlon authored
-
- Dec 08, 2011
- Nov 29, 2011
-
-
Aaron authored
-
- Jan 25, 2011
-
-
Aaron authored
-
- Jan 19, 2011
-
-
Aaron authored
-
- Jan 06, 2011
-
-
Aaron authored
-
- Jan 03, 2011
-
-
Aaron authored
-
- Sep 22, 2010
-
-
Aaron authored
-
- Aug 05, 2010
-
-
Aaron authored
-
- Jul 18, 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.
-
- Apr 26, 2010
-
-
Aaron authored
-
- Apr 15, 2010
- Mar 23, 2010
-
-
Aaron authored
-
- Jan 01, 2010
- 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.
-
- 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 16, 2009
-
-
Aaron authored
-