Skip to content
Snippets Groups Projects
  1. May 05, 2010
  2. Apr 26, 2010
  3. Apr 15, 2010
  4. Mar 10, 2010
  5. Jan 03, 2010
  6. Jan 01, 2010
  7. Dec 29, 2009
    • Aaron's avatar
      Updated subtractBed · 787d9678
      Aaron authored
      	1. Revised usage to 80 chars
      	2. GPL headers
      	3. Added new stdin logic
      787d9678
  8. Nov 25, 2009
    • Aaron's avatar
      Version 2.3.2 (11/25/2009) · 26653576
      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
      26653576
  9. Nov 16, 2009
  10. Oct 21, 2009
  11. Oct 20, 2009
    • Aaron's avatar
      Release 2.2.1 · a61387e2
      Aaron authored
      	Fixed an obvious bug in subtractBed causing incorrect behavior when
      	two features in B overlapped with a feature in A.
      a61387e2
  12. Sep 17, 2009
    • Aaron's avatar
      VERSION 2.1.2 · 572c76e0
      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.
      572c76e0
  13. May 19, 2009
  14. May 05, 2009
    • Aaron Quinlan's avatar
      Strandedness. reportBed in bedFile. peIntersect · ac52b452
      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
      ac52b452
  15. Apr 27, 2009
    • Aaron Quinlan's avatar
      Version 1.2. Added closestBed, linksBed and subtractBed · a1af7c6a
      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.
      a1af7c6a
  16. Apr 26, 2009
  17. Apr 24, 2009
    • Aaron Quinlan's avatar
      First public source release. Version 1.1 · ff4edaf0
      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
      ff4edaf0
  18. Apr 23, 2009
  19. Apr 21, 2009
    • Aaron Quinlan's avatar
      Updated mergeBed reporting logic · 80f29d23
      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.
      80f29d23
  20. Apr 09, 2009
Loading