Skip to content
Snippets Groups Projects
  1. Aug 31, 2011
  2. Jun 17, 2011
  3. Mar 22, 2011
  4. Jan 05, 2011
  5. Jan 03, 2011
  6. Sep 22, 2010
  7. Sep 21, 2010
  8. Jul 18, 2010
  9. Jul 04, 2010
  10. Jun 29, 2010
    • Aaron's avatar
      Large commit · ff07e83c
      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.
      ff07e83c
  11. May 05, 2010
  12. May 03, 2010
    • Aaron's avatar
      Multiple changes. · 7b52f3e3
      Aaron authored
      	1. Added BAM support to windowBed.
      	2. Forced correct BEDPE ordering for bamToBed.
      	3. Added default overlapFraction = 0.0 to bedFile prototype.
      7b52f3e3
  13. Apr 26, 2010
  14. Apr 15, 2010
  15. Jan 03, 2010
  16. Jan 01, 2010
  17. Dec 29, 2009
  18. Nov 16, 2009
  19. Oct 23, 2009
    • Aaron's avatar
      Version 2.2.3 · ac58bef7
      Aaron authored
         Changed windowBed to optionally define the left and right windows according to
         strandedness.
      ac58bef7
  20. 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
  21. May 19, 2009
  22. 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
  23. 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
  24. Apr 26, 2009
  25. 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
  26. Apr 23, 2009
  27. 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
  28. Apr 09, 2009
Loading