- 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
-
- Sep 21, 2010
-
-
Aaron authored
-
- Aug 05, 2010
-
-
Aaron authored
-
- Jul 18, 2010
- Jul 17, 2010
- 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
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
- Apr 15, 2010
- Mar 24, 2010
-
-
Aaron authored
-
- Mar 23, 2010
-
-
Aaron authored
-
- Jan 23, 2010
-
-
Aaron authored
There was a problem with the way args with a value were being parsed.
-
- Jan 11, 2010
-
-
Aaron authored
-
- Jan 08, 2010
-
-
Aaron authored
-
- Jan 05, 2010
-
-
Aaron authored
-
- Jan 04, 2010
- 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.
-
- 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 18, 2009
-
-
Aaron authored
Ready for publication release. Checked all of the help messages. Cleaned up some inconsistencies.
-
- Nov 16, 2009
-
-
Aaron authored
-