Skip to content
Snippets Groups Projects
  1. Dec 17, 2013
  2. Dec 13, 2013
  3. Nov 03, 2012
  4. Nov 03, 2011
  5. Oct 26, 2011
  6. Sep 30, 2011
  7. Sep 23, 2011
  8. Sep 07, 2011
  9. Apr 04, 2011
  10. Jan 31, 2011
  11. Jan 21, 2011
  12. Sep 22, 2010
  13. Aug 16, 2010
  14. Jul 26, 2010
  15. Jul 18, 2010
  16. Jul 06, 2010
  17. Jul 05, 2010
  18. 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
  19. May 06, 2010
  20. May 05, 2010
  21. Mar 29, 2010
  22. Mar 24, 2010
  23. Mar 23, 2010
  24. Mar 10, 2010
  25. Feb 19, 2010
    • Aaron's avatar
      Version 2.5.3 (Feb-19-2010) · 19a7d197
      Aaron authored
      	1. Fixed bug to "re-allow" track and "browser" lines.
      	2. Fixed bug in reporting BEDPE overlaps.
      	3. Fixed bug when using type "notboth" with BAM files in pairToBed.
      	4. When comparing BAM files to BED/GFF annotations with intersectBed or pairToBed, the __aligned__ sequence is used, rather than the __original__ sequence.
      	5. Greatly increased the speed of pairToBed when using BAM alignments.
      	6. Fixed a bug in bamToBed when reporting edit distance from certain aligners.
      19a7d197
  26. Feb 03, 2010
    • Aaron's avatar
      Version 2.5.2 (Feb-2-2010) · e5007f9c
      Aaron authored
      	1. The start and end coordinates for BED and BEDPE entries created by bamToBed are now based on the __aligned__ sequence, rather than the original sequence.  It's obvious, but I missed it originally...sorry.
      	2. Fixed a bug in bamToBed that caused a crash when created BED / BEDPE from "spliced" BAM alignments.
      	3. Added an error message to mergeBed preventing one from using "-n" and "-nms" together.
      	4. Fixed a bug in pairToBed that caused neither -type "notispan" nor "notospan" to behave as described.
      e5007f9c
  27. Jan 28, 2010
    • Aaron's avatar
      Fixed line parsing bug. · 8c0df1a3
      Aaron authored
      	1. atoi fails in parseLine when start = 0.  Changed to strtol.
      	2. modified parseBedLine and parseGffLine to do better sanity checking.
      8c0df1a3
    • Aaron's avatar
      Version 2.5.0 · e186bcbf
      Aaron authored
      e186bcbf
  28. Jan 23, 2010
  29. Jan 11, 2010
  30. Jan 10, 2010
  31. Dec 19, 2009
    • Aaron's avatar
      Version 2.3.3 (12/17/2009) · 0aec3a97
      Aaron authored
        Rewrote complementBed to use a slower but much simpler approach. This resolves several bugs with the previous logic.
      0aec3a97
  32. Nov 27, 2009
  33. Nov 19, 2009
  34. Oct 27, 2009
    • Aaron's avatar
      Version 2.2.4 (10/27/2009) · 885b0515
      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).
      885b0515
  35. 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
Loading