Skip to content
Snippets Groups Projects
  1. Sep 01, 2011
  2. Aug 31, 2011
  3. Jan 03, 2011
  4. Dec 03, 2010
  5. Aug 04, 2010
    • Aaron's avatar
      Multiple changes. · 5d8e5739
      Aaron authored
      	1. Fixed bug where an extra tab is inserted prior to \n in the report*Newline methods.
      	2. Fixed bug causing incorrect behavior when first bed feature has stant and end = 0.
      5d8e5739
  6. Jul 18, 2010
  7. Jul 17, 2010
  8. Jun 30, 2010
    • Aaron's avatar
      Multiple changes. · 184656c1
      Aaron authored
      	1.  Added support for VCF 4.0.  BED.end is based on the size of the REF allele in the VCF entry.
      	2.  Fixed a bug in BamReader.cpp that bombed when seq and qual are == "*"
      	3.  Changed the Makefiles to inherit flags from the master Makefile in the root directory.
      	4.  Fixed a bug in bedToBam to created incorrect CIGAR strings for the first block.
      184656c1
  9. 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
  10. Apr 26, 2010
  11. Apr 15, 2010
  12. Mar 24, 2010
  13. Feb 12, 2010
    • Aaron's avatar
      Fixed several bugs and improved BAM performance. · 2fe5a837
      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.
      2fe5a837
  14. Jan 08, 2010
  15. Jan 07, 2010
  16. Jan 05, 2010
  17. Jan 04, 2010
  18. Nov 18, 2009
  19. Nov 16, 2009
  20. Jun 25, 2009
  21. 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
Loading