- Nov 07, 2013
-
-
nkindlon 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.
-
- 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.
-