Opened 4 years ago
Closed 4 years ago
#918 closed request (fixed)
Pileup function for current read depth
Reported by: | Peter | Owned by: | Peter |
---|---|---|---|
Priority: | minor | Milestone: | yat 0.17 |
Component: | omic | Version: | |
Keywords: | Cc: |
Description
Only way to access this now is via iterator ::begin() and ::end() but as they iterate over std::list it takes linear time to count number of reads. It would be faster to just access the value vie list::size()
Change History (2)
comment:1 Changed 4 years ago by
Status: | new → accepted |
---|
comment:2 Changed 4 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.
In 3802: