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 Peter

Status: newaccepted

comment:2 Changed 4 years ago by Peter

Resolution: fixed
Status: acceptedclosed

In 3802:

closes #918. implement function Pileup::size

Note: See TracTickets for help on using tickets.