Skip to content
Snippets Groups Projects
  1. Apr 26, 2010
    • Aaron's avatar
      Multiple changes. · 9f54f24c
      Aaron authored
      	1. Updated intersectBed, coverageBed and genomeCoverageBed to correctly compute alignment end coordinates in BAM.
      	2. Changed the logic for handling BAM alignments in pairToBed
      	3. Allowed the use of minMappingQuality or totalEdit distance in pairToBed.
      9f54f24c
    • Aaron's avatar
      Fixed bugs in bamToBed. · b3a33c72
      Aaron authored
      	1. Writing BEDPE now requires a BAM sorted/grouped by query.
      	2. BEDPE output respects CIGARs on both ends.
      	3. End coordinates for all output formats respect CIGAR.
      	4. Default score for BEDPE is min mapping quality.
      b3a33c72
  2. Apr 22, 2010
    • Aaron's avatar
      Added NULL terminator to AddBamTag() in BamAux.h · 5c5b74b4
      Aaron authored
      5c5b74b4
    • Aaron's avatar
      Several changes: · 628eff12
      Aaron authored
      	1. Added an enum for BED line status in an effort to handle
                 header and blank lines in an input file.
      	2. Modified the Open/Get/Close idiom to only test against
                 BED_INVALID status.  Only intersectBed and bedFile.cpp
                 were updated.
      	3. Added AddBamTag to BaumAux.h
      	4. Wrote bamFillMateSeq
      628eff12
  3. Apr 15, 2010
  4. Apr 14, 2010
  5. Apr 12, 2010
    • Aaron's avatar
      Added the -wao option to intersectBed. · 27234494
      Aaron authored
      	- Allows one to report 0 overlap for non-overlapping A features
      	- Changed all private memeber variables to use "_VAR" notation.
      	- Added convenience functions for reporting overlaps.
      27234494
  6. Mar 29, 2010
  7. Mar 24, 2010
  8. Mar 23, 2010
  9. Mar 22, 2010
  10. Mar 19, 2010
  11. Mar 18, 2010
  12. 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
  13. Mar 15, 2010
  14. Mar 12, 2010
  15. Mar 10, 2010
  16. Mar 04, 2010
    • Aaron's avatar
      Version 2.5.4 (Mar-3-2010) · 6464b947
      Aaron authored
      	Fixed an insidious bug that caused malformed BAM output from intersectBed and pairToBed.  The previous BAM files worked fine with samtools as BAM input, but when piped in as SAM, there was an extra tab that thwarted conversion from SAM back to BAM.  Many thanks to Ivan Gregoretti for reporting this bug.  I had never used the BAM output in this way and thus never caught the bug!
      6464b947
  17. Feb 19, 2010
Loading