Fixed several bugs and improved BAM performance.
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.
Showing
- src/intersectBed/intersectBed.cpp 15 additions, 36 deletionssrc/intersectBed/intersectBed.cpp
- src/intersectBed/intersectBed.h 1 addition, 1 deletionsrc/intersectBed/intersectBed.h
- src/pairToBed/pairToBed.cpp 45 additions, 121 deletionssrc/pairToBed/pairToBed.cpp
- src/pairToBed/pairToBed.h 8 additions, 7 deletionssrc/pairToBed/pairToBed.h
- src/utils/bedFile/bedFile.cpp 105 additions, 12 deletionssrc/utils/bedFile/bedFile.cpp
- src/utils/bedFile/bedFile.h 14 additions, 0 deletionssrc/utils/bedFile/bedFile.h
- src/utils/bedFilePE/bedFilePE.cpp 5 additions, 30 deletionssrc/utils/bedFilePE/bedFilePE.cpp
Loading
Please register or sign in to comment