- May 05, 2010
-
-
Aaron authored
-
- Apr 26, 2010
-
-
Aaron authored
-
- Apr 15, 2010
- Mar 10, 2010
-
-
Aaron authored
-
- Jan 03, 2010
-
-
Aaron authored
-
- Jan 01, 2010
-
-
Aaron authored
-
- Dec 29, 2009
-
-
Aaron authored
1. Revised usage to 80 chars 2. GPL headers 3. Added new stdin logic
-
- Nov 25, 2009
-
-
Aaron authored
Fixed a bug in subtractBed that prevent a file from subtracting itself when the following is used: $ subtractBed -a test.bed -b test.bed
-
- Nov 16, 2009
-
-
Aaron authored
-
- 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.
-
- 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.
-
- May 19, 2009
-
-
Aaron authored
-
- May 05, 2009
-
-
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 27, 2009
-
-
Aaron Quinlan authored
1. Added subtractBed. A. Fixed bug that prevented "split" overlaps from being reported. B. Prevented A from being reported if >=1 feature in B completely spans it. 2. Added linksBed. 3. Added the ability to define separate windows for upstream and downstream to windowBed.
-
- Apr 26, 2009
-
-
Aaron Quinlan authored
-
- Apr 24, 2009
-
-
Aaron Quinlan authored
1. Added a README for installation 2. Modified intersectBed and windowBed to call one function for finding overlaps. This function is now called when reading from cin or from a file. 3. Added acknowledgements. 4. Corrected the PROGRAM_NAME in coverageBed
-
- Apr 23, 2009
-
-
Aaron Quinlan authored
-wa allows the original A entry to be written for each overlap with B.
-
- Apr 21, 2009
-
-
Aaron Quinlan authored
1. Changed the cout statements for the last entries for a chromosome. 2. I had forgotten to report the number of merged entries when -n is requested. 3. I also fixed a bug that occassionally caused the last entry for a chromosome to report the chrom twice in the output.
-
- Apr 09, 2009
-
-
Aaron Quinlan authored
-