Opened 7 years ago
Closed 7 years ago
#886 closed defect (fixed)
dna_reverse_complement_copy does not work
Reported by: | Peter | Owned by: | Peter |
---|---|---|---|
Priority: | major | Milestone: | yat 0.14.2 |
Component: | omic | Version: | 0.14 |
Keywords: | Cc: |
Description
dna_reverse_complement_copy has the following line
dna_complement(boost::make_reverse_iterator(begin), boost::make_reverse_iterator(end), out);
that is, the loop starts at 1st element and iterates backwards out of the range.
Change History (3)
comment:1 Changed 7 years ago by
Status: | new → assigned |
---|
comment:2 Changed 7 years ago by
comment:3 Changed 7 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Bug was introduced in r3517, i.e., in 0.14pre and affects 0.14 and 0.14.1.