Skip to content
Snippets Groups Projects
  1. Aug 31, 2011
  2. Jun 23, 2011
  3. Jun 17, 2011
  4. Apr 04, 2011
  5. Jan 03, 2011
  6. Sep 22, 2010
  7. Aug 06, 2010
  8. Jul 23, 2010
  9. Jul 18, 2010
  10. Jul 17, 2010
  11. Jul 04, 2010
    • Aaron's avatar
      Fixed logic relating to "split" coverage. · 9fe56c08
      Aaron authored
      	1. Fixed bug in BamAncillary::getBamBlocks where the switch statement was misbehaving.  Changed to if/else
      	2. Added countSplitHits to bedFile class to proper count coverage from "blocked" alignments. Previously, coverage
                 was counted separately for __each__ block yet what we actually want is the base coverage to be counted for each block,
                 but we only want the blocks to be treated as __one__ alignment or feature.
      	3. Updated coverageBed to use getBamBlocks.
      9fe56c08
  12. 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
  13. Jun 29, 2010
  14. Jun 07, 2010
    • Aaron's avatar
      Large, performance-related commit. · f792d8eb
      Aaron authored
      	1. Created separate structs for BED and BEDCOV in order to reduce memory consumption.  Savings of ~30%.
      	2. Changed the binning approach to make 16kb bins the most granular.  IntersectBed is now 1/3 faster as a result.
      	3. Templated the parsing and reporting functions in bedFile.  Had to move them to the header file to avoid linker complications.
      	4. Added CHRPOS as a common type.
      f792d8eb
  15. May 04, 2010
  16. Apr 26, 2010
  17. Apr 15, 2010
  18. Mar 29, 2010
  19. Mar 23, 2010
  20. Mar 17, 2010
    • Aaron's avatar
      Improvements to coverageBed · f733cafd
      Aaron authored
      	1. Added the -hist option (credit to Jose Bras).
      	2. Substantially improved the speed by using a depth iterator instead of copying the depth map for each feature in B when computing coverage.
      f733cafd
  21. Jan 23, 2010
  22. Jan 11, 2010
  23. Jan 05, 2010
  24. Jan 04, 2010
  25. Jan 03, 2010
  26. Jan 01, 2010
  27. Dec 30, 2009
    • Aaron's avatar
      Updated genomeCoverageBed. · 4ff410b4
      Aaron authored
      	1. Revised usage to 80 chars
      	2. GPL headers
      	3. Added new stdin logic
      	4. Changes logo.
      	5. Revised the usage statement.
      4ff410b4
    • Aaron's avatar
      Updated coverageBed and bedFile.cpp · d9fcb67c
      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.
      d9fcb67c
  28. Dec 20, 2009
    • Aaron's avatar
      GFF support seems to work. Improved bedFile.cpp. · c0d4e8a4
      Aaron authored
      	1. Got parseGffLine working
      	2. Added GFF support to the reportBed* methods.
      	3. Cleaned up the stdin / parsing logic and centralized it within bedFile.cpp.
      	This removes some of the complexity from each of the tools and tidies the codebase
      	overall.
      c0d4e8a4
Loading