- Dec 19, 2009
- 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
-
- Nov 14, 2009
-
-
Aaron authored
Working on maskFastaFromBed, permuteBed and addFlanksBed
-
- 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 21, 2009
- 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.
-
- Oct 15, 2009
-
-
Aaron authored
-
- Sep 17, 2009
-
-
Aaron authored
1. Fixed yet another bug in the parsing of "track" or "browser" lines. Sigh... 2. Change the "score" column (i.e. column 5) to b stored as a string. While this deviates from the UCSC convention, it allows significantly more information to be packed into the column.
-
- Sep 15, 2009
-
-
Aaron authored
-
- Sep 14, 2009
-
-
Aaron authored
-
- Jul 22, 2009
-
-
Aaron authored
1. Added limits.h to bedFile.h to prevent compilation errors on some systems. 2. Fixed the bedFile.cpp parsing logic to allow proper parsing of track and browser lines
-
- Jun 25, 2009
- Jun 15, 2009
-
-
Aaron authored
1. Fixed a bug in peIntersectBed that prevented -a from being correctly handled when passed via stdin. 2. Added new functionality to coverageBed that calculates the density of coverage. 3. Fixed bug in genomeCoverageBed.
-
- May 29, 2009
-
-
Aaron authored
1. When using stdin, the "inspan" annd "outspan" modes were not working. Simple bug in the if statement...copy and paste error.
-
- May 19, 2009
- May 11, 2009
-
-
Aaron authored
1. Changed master Makefile to compile utils first. 2. Fixed obvious bug in calculating discrete DOC in genomeCoverageBed --Identified by Scott Dewell, Rockefeller University. Thanks!
-
- May 05, 2009
-
-
Aaron authored
-
“arq5x” authored
-
Aaron Quinlan authored
1. Added strandedness to relevant programs (e.g. intersectBed, mergeBed, etc.) 2. Moved reportBed and reportBedRange to bedFile.cpp to clean up code 3. Sped up file parsing. Added lineFileUtilities.cpp 4. Added peIntersectBed
-
- Apr 28, 2009
-
-
Aaron Quinlan authored
-
- Apr 09, 2009
-
-
Aaron Quinlan authored
-
Aaron Quinlan authored
-