Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
preparing v1.0.5, big memory usage improvements:
- changed GVec<bool> to GBitVec - collapse reads with same start and same CIGAR string - changed GBitVec pattern for transfrags to use O(V+E) memory instead of O(V+V(V+1)/2) - changed the threshold for accepting a spliced read s.t. the spliced read has to be more than isofrac/100 from the overall coverage at each junction, and the drop in coverage to be more than isofrac at each junction
- Loading branch information