Skip to content

Commit

Permalink
preparing v1.0.5, big memory usage improvements:
Browse files Browse the repository at this point in the history
- 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
gpertea committed Sep 29, 2015
1 parent cf4ab4e commit 8f0fddb
Show file tree
Hide file tree
Showing 3 changed files with 1,165 additions and 461 deletions.
Loading

0 comments on commit 8f0fddb

Please sign in to comment.