- Jan 04, 2010
- Jan 03, 2010
-
-
Aaron authored
-
- Jan 01, 2010
- Dec 30, 2009
-
-
Aaron authored
1. Revised usage to 80 chars 2. GPL headers 3. Added new stdin logic 4. Changed logo. 5. Revised the usage statement.
-
Aaron authored
1. Revised usage to 80 chars 2. GPL headers 3. Added new stdin logic 4. Changed logo. 5. Revised the usage statement.
-
Aaron authored
1. Revised usage to 80 chars 2. GPL headers 3. Added new stdin logic 4. Changes logo. 5. Revised the usage statement.
-
Aaron authored
1. Revised usage to 80 chars 2. GPL headers 3. Added new stdin logic 4. Changes logo. 5. Updated bedFile.cpp's loadBedIntoMapBin to support stdin.
-
- Dec 29, 2009
-
-
Aaron authored
1. Revised usage to 80 chars 2. GPL headers 3. Added new stdin logic 4. Changes logo. 5. Updated bedFile.cpp's loadBedIntoMapNoBin. Bug in stdin logic.
-
Aaron authored
1. Revised usage to 80 chars 2. GPL headers 3. Added new stdin logic
-
Aaron authored
1. Revised usage to 80 chars 2. GPL headers 3. Added new stdin logic
-
Aaron authored
1. Added GPLv2 license to entire distribution 2. Added GPL headers to intersect and window 3. Added new stdin logic to windowBed
-
- 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!
-